Re: [PATCH resend] sh_eth: add R8A7743/5 support

2016-09-27 Thread Sergei Shtylyov
On 09/27/2016 10:35 AM, Geert Uytterhoeven wrote: Add support for the first two members of the Renesas RZ/G family, RZ/G1M/E (also known as R8A7743/5). The Ether core is the same as in the R-Car gen2 SoCs, so will share the code/data with them... Signed-off-by: Sergei Shtylyov

Re: Problem with 761ed4a (tty: serial_core: convert uart_close to use tty_port_close)

2016-09-27 Thread Niklas Söderlund
Hi Rob, Thanks for your reply. On 2016-09-27 10:57:56 -0500, Rob Herring wrote: > On Tue, Sep 27, 2016 at 6:01 AM, Niklas Söderlund > wrote: > > Hi Rob and Vinod, > > > > While testing on Renesas Koelsch board Vinods 'next' branch at > > > >

Re: Problem with 761ed4a (tty: serial_core: convert uart_close to use tty_port_close)

2016-09-27 Thread Rob Herring
On Tue, Sep 27, 2016 at 6:01 AM, Niklas Söderlund wrote: > Hi Rob and Vinod, > > While testing on Renesas Koelsch board Vinods 'next' branch at > > git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/slave-dma.git > > I ran into some problems with Robs patch 761ed4a

Re: [PATCH/RFT 0/4] ARM: shmobile: R-Car Gen2: Allow booting secondary CPU cores in debug mode

2016-09-27 Thread Geert Uytterhoeven
Hi Simon, Magnus, On Mon, Aug 22, 2016 at 4:44 PM, Geert Uytterhoeven wrote: > This patch series is an attempt to allow booting secondary CPU cores on > R-Car Gen2 when hardware debug mode is enabled. In this mode, reset > requests derived from power-shutoff to the

renesas-drivers-2016-09-27-v4.8-rc8

2016-09-27 Thread Geert Uytterhoeven
I have pushed renesas-drivers-2016-09-27-v4.8-rc8 to https://git.kernel.org/cgit/linux/kernel/git/geert/renesas-drivers.git This tree is meant to ease development of platform support and drivers for Renesas ARM SoCs. It is created by merging (a) the for-next branches of various subsystem trees

Re: [PATCH v2] pcie-rcar: try setting PCIe speed to 5 GT/s at boot

2016-09-27 Thread Simon Horman
On Thu, Sep 22, 2016 at 11:20:18PM +0300, Sergei Shtylyov wrote: > Initially, the PCIe link speed is set up only at 2.5 GT/s. > For better performance, we're trying to increase link speed to 5 GT/s. > > Based on the original patch by Grigory Kletsko > . > >

Problem with 761ed4a (tty: serial_core: convert uart_close to use tty_port_close)

2016-09-27 Thread Niklas Söderlund
Hi Rob and Vinod, While testing on Renesas Koelsch board Vinods 'next' branch at git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/slave-dma.git I ran into some problems with Robs patch 761ed4a (tty: serial_core: convert uart_close to use tty_port_close) and my systemd based init system.

Re: [PATCH/RFC] iommu/ipmmu-vmsa: IPMMU SYS-DMAC iova mapping workaround

2016-09-27 Thread Niklas Söderlund
Hi Magnus, On 2016-09-27 15:43:30 +0900, Magnus Damm wrote: > Hi Niklas, > > On Tue, Sep 27, 2016 at 3:20 PM, Niklas Söderlund > wrote: > > Hi Magnus, > > > > On 2016-09-20 20:54:33 +0900, Magnus Damm wrote: > >> From: Magnus Damm > >>

RE: [PATCH v2 3/3] ARM: dts: rskrza1: add mmc DT support

2016-09-27 Thread Chris Brandt
Hi Geert, > > Since the MMC and SDHI1 on the RSK share the same socket connector > > (CN1), you cannot enable MMC and SDHI1 at the same time. Therefore the > > status has been set to disabled because SDHI is more popular with this > board. > > However, keeping this code in here serves as a good

Re: [PATCH resend] sh_eth: add R8A7743/5 support

2016-09-27 Thread Geert Uytterhoeven
Hi Sergei, On Tue, Sep 27, 2016 at 12:23 AM, Sergei Shtylyov wrote: > Add support for the first two members of the Renesas RZ/G family, RZ/G1M/E > (also known as R8A7743/5). The Ether core is the same as in the R-Car gen2 > SoCs, so will share the code/data

Re: [PATCH v2 3/3] ARM: dts: rskrza1: add mmc DT support

2016-09-27 Thread Geert Uytterhoeven
Hi Chris, On Tue, Sep 20, 2016 at 5:46 PM, Chris Brandt wrote: > Since the MMC and SDHI1 on the RSK share the same socket connector (CN1), > you cannot enable MMC and SDHI1 at the same time. Therefore the status > has been set to disabled because SDHI is more popular

Re: [PATCH v2 2/2] ARM: dts: rskrza1: add sdhi1 DT support

2016-09-27 Thread Geert Uytterhoeven
On Mon, Sep 26, 2016 at 10:40 PM, Chris Brandt wrote: > Signed-off-by: Chris Brandt Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux

Re: [PATCH/RFC] iommu/ipmmu-vmsa: IPMMU SYS-DMAC iova mapping workaround

2016-09-27 Thread Magnus Damm
Hi Niklas, On Tue, Sep 27, 2016 at 3:20 PM, Niklas Söderlund wrote: > Hi Magnus, > > On 2016-09-20 20:54:33 +0900, Magnus Damm wrote: >> From: Magnus Damm >> >> Here's some prototype code that works around the lack of software >>

Re: [PATCH/RFC] iommu/ipmmu-vmsa: IPMMU SYS-DMAC iova mapping workaround

2016-09-27 Thread Niklas Söderlund
Hi Magnus, On 2016-09-20 20:54:33 +0900, Magnus Damm wrote: > From: Magnus Damm > > Here's some prototype code that works around the lack of software > support for mapping I/O devices to the SYS-DMAC hardware via the > DMA Engine framework when using IOMMU. > > The