Re: [PATCH v3] sh: mm: Fix unprotected access to struct device

2018-05-05 Thread Rich Felker
On Thu, May 03, 2018 at 09:15:39AM +0200, jacopo mondi wrote: > Hi Christoph, > > On Wed, May 02, 2018 at 05:39:09AM -0700, Christoph Hellwig wrote: > > On Wed, May 02, 2018 at 09:46:31AM +0200, jacopo mondi wrote: > > > Hi again Christoph, > > > > > > The gentle ping actually applies to this

Re: [PATCH] sh: mm: Fix unprotected access to struct device

2018-04-20 Thread Rich Felker
On Fri, Apr 20, 2018 at 11:59:13AM +0200, Geert Uytterhoeven wrote: > Hi Christoph, > > On Fri, Apr 20, 2018 at 10:31 AM, Christoph Hellwig > wrote: > > On Wed, Apr 18, 2018 at 03:13:14PM +0200, jacopo mondi wrote: > >> As long as it goes for arch/sh, the only user of

Re: [PATCH 3/5] tty: serial: sh-sci: Hide earlycon config question

2018-04-15 Thread Rich Felker
On Sun, Apr 15, 2018 at 08:58:42PM +0200, Geert Uytterhoeven wrote: > Hi Rich, > > On Sun, Apr 15, 2018 at 2:34 AM, Rich Felker <dal...@libc.org> wrote: > > On Thu, Nov 30, 2017 at 02:12:00PM +0100, Geert Uytterhoeven wrote: > >> Renesas H8/300 and ARM platforms u

Re: [PATCH 3/5] tty: serial: sh-sci: Hide earlycon config question

2018-04-14 Thread Rich Felker
On Thu, Nov 30, 2017 at 02:12:00PM +0100, Geert Uytterhoeven wrote: > Renesas H8/300 and ARM platforms use DT and support earlycon, so most > users want earlycon support to be enabled. > > On SuperH platforms, earlycon is not yet supported. > > Hence follow the above rationale to configure the

Re: [RFC v2 2/2] base: dma-mapping: Postpone page_to_pfn() on mmap()

2018-04-09 Thread Rich Felker
On Mon, Apr 09, 2018 at 04:06:15PM +0300, Laurent Pinchart wrote: > Hello, > > On Monday, 9 April 2018 14:11:22 EEST Robin Murphy wrote: > > On 09/04/18 08:25, jacopo mondi wrote: > > > Hi Robin, Laurent, > > > > > > a long time passed, sorry about this. > > > > > > On Wed, Nov 15, 2017 at

Re: Commit 18e8cf159177 broke qemu-system-sh4 serial input.

2017-04-24 Thread Rich Felker
On Fri, Apr 21, 2017 at 09:50:39AM +0200, John Paul Adrian Glaubitz wrote: > On 04/21/2017 09:26 AM, Geert Uytterhoeven wrote: > > Does anyone have access to real hardware to try? > > Adrian: does it work on your LANDISK, which also has SH7751R? > > I can give it a try but that will take a few

Re: [PATCH/RFC linux-mtd] mtd: sh_flctl: Remove sh7372 and device tree support

2016-11-29 Thread Rich Felker
On Tue, Nov 29, 2016 at 06:23:38PM +0100, Geert Uytterhoeven wrote: > Hi Rich, > > On Tue, Nov 29, 2016 at 6:09 PM, Rich Felker <dal...@libc.org> wrote: > > On Fri, Nov 25, 2016 at 08:33:01AM +0100, Simon Horman wrote: > >> Commit edf4100906044225 ("ARM: shmobi

Re: [PATCH/RFC linux-mtd] mtd: sh_flctl: Remove sh7372 and device tree support

2016-11-29 Thread Rich Felker
On Fri, Nov 25, 2016 at 08:33:01AM +0100, Simon Horman wrote: > Commit edf4100906044225 ("ARM: shmobile: sh7372 dtsi: Remove Legacy file") > removed the sh7272 SoC from the kernel in v4.1. > > This patch removes support for the sh7272 SoC from the sh_flctl driver. > As that SoC was the only user

Re: [PATCH] drivers: sh: Use ARCH_RENESAS

2016-03-28 Thread Rich Felker
On Wed, Mar 02, 2016 at 09:25:54AM +0100, Geert Uytterhoeven wrote: > Hi Simon, > > On Wed, Mar 2, 2016 at 2:43 AM, Simon Horman > wrote: > > Make use of ARCH_RENESAS in place of ARCH_SHMOBILE. > > > > This is part of an ongoing process to migrate from ARCH_SHMOBILE

Re: sh7724 regression: commit 8222dbe21e79338de92d5e1956cd1e3994cc9f93

2016-03-20 Thread Rich Felker
On Wed, Mar 16, 2016 at 08:35:20PM -0400, Rich Felker wrote: > On Sun, Mar 13, 2016 at 03:08:42PM -0400, Rich Felker wrote: > > On Fri, Mar 11, 2016 at 12:06:22PM +0100, David Hildenbrand wrote: > > > > > > > > > That fixes it for me: > > > > >

Re: sh7724 regression: commit 8222dbe21e79338de92d5e1956cd1e3994cc9f93

2016-03-13 Thread Rich Felker
On Fri, Mar 11, 2016 at 12:06:22PM +0100, David Hildenbrand wrote: > > > > > That fixes it for me: > > > > > > > > Tested-by: Hans Verkuil > > > > > > > > BTW, your patch is garbled and I had to manually make the change (not a > > > > big > > > > deal for a simple

Re: [PATCH] MAINTAINERS: Update mailing list for Renesas SoC Development

2016-01-18 Thread Rich Felker
ytterhoeven <geert+rene...@glider.be> > Cc: Magnus Damm <magnus.d...@gmail.com> > Signed-off-by: Simon Horman <horms+rene...@verge.net.au> Acked-by: Rich Felker <dal...@libc.org> Rich