[PATCH 2/6] staging: pi433: Capitalize constant definitions

2017-12-03 Thread Simon Sandström
Fixes checkpatch.pl warnings "Avoid CamelCase ". Signed-off-by: Simon Sandström <si...@nikanor.nu> --- drivers/staging/pi433/pi433_if.c | 32 - drivers/staging/pi433/rf69_registers.h | 44 +- 2 files changed, 38 i

[PATCH 2/6] staging: pi433: Capitalize constant definitions

2017-12-03 Thread Simon Sandström
Fixes checkpatch.pl warnings "Avoid CamelCase ". Signed-off-by: Simon Sandström --- drivers/staging/pi433/pi433_if.c | 32 - drivers/staging/pi433/rf69_registers.h | 44 +- 2 files changed, 38 insertions(+), 38 deletion

[PATCH 4/6] staging: pi433: Rename enum optionOnOff in rf69_enum.h

2017-12-03 Thread Simon Sandström
Renames the enum optionOnOff and its values optionOn, optionOff to enum option_on_off and OPTION_ON, OPTION_OFF. Fixes checkpatch.pl warnings: "Avoid CamelCase: , , ". Signed-off-by: Simon Sandström <si...@nikanor.nu> --- drivers/staging/pi433/

[PATCH 3/6] staging: pi433: Rename variable in struct pi433_rx_cfg

2017-12-03 Thread Simon Sandström
Renames variable thresholdDecrement in struct pi433_rx_cfg to threshold_decrement to get rid of checkpatch.pl warning "Avoid CamelCase: ". Signed-off-by: Simon Sandström <si...@nikanor.nu> --- drivers/staging/pi433/pi433_if.c | 2 +- drivers/staging/pi433/pi433_if.h | 2 +- 2

[PATCH 4/6] staging: pi433: Rename enum optionOnOff in rf69_enum.h

2017-12-03 Thread Simon Sandström
Renames the enum optionOnOff and its values optionOn, optionOff to enum option_on_off and OPTION_ON, OPTION_OFF. Fixes checkpatch.pl warnings: "Avoid CamelCase: , , ". Signed-off-by: Simon Sandström --- drivers/staging/pi433/pi433_if.c | 34 ++--- drivers/sta

[PATCH 3/6] staging: pi433: Rename variable in struct pi433_rx_cfg

2017-12-03 Thread Simon Sandström
Renames variable thresholdDecrement in struct pi433_rx_cfg to threshold_decrement to get rid of checkpatch.pl warning "Avoid CamelCase: ". Signed-off-by: Simon Sandström --- drivers/staging/pi433/pi433_if.c | 2 +- drivers/staging/pi433/pi433_if.h | 2 +- 2 files changed, 2 insert

[PATCH 6/6] staging: pi433: Rename enum modShaping in rf69_enum.h

2017-12-03 Thread Simon Sandström
Renames enum modShaping and its values to get rid of checkpatch.pl warnings: "Avoid CamelCase: ". Signed-off-by: Simon Sandström <si...@nikanor.nu> --- drivers/staging/pi433/pi433_if.c | 2 +- drivers/staging/pi433/pi433_if.h | 2 +- drivers/staging/pi433/

[PATCH 6/6] staging: pi433: Rename enum modShaping in rf69_enum.h

2017-12-03 Thread Simon Sandström
Renames enum modShaping and its values to get rid of checkpatch.pl warnings: "Avoid CamelCase: ". Signed-off-by: Simon Sandström --- drivers/staging/pi433/pi433_if.c | 2 +- drivers/staging/pi433/pi433_if.h | 2 +- drivers/staging/pi433/rf69.c | 21 +++-

[PATCH 1/6] staging: pi433: Fix indentation in rf69_enum.h

2017-12-03 Thread Simon Sandström
Basically just 's//\t/', to fix checkpatch.pl warnings: "please, no spaces at the start of a line". Signed-off-by: Simon Sandström <si...@nikanor.nu> --- drivers/staging/pi433/rf69_enum.h | 207 +++--- 1 file changed, 103 insertions(+), 104 de

[PATCH 5/6] staging: pi433: Rename enum dataMode in rf69_enum.h

2017-12-03 Thread Simon Sandström
Renames enum dataMode and its values packet, continuous, continuousNoSync to enum data_mode and PACKET, CONTINUOUS, CONTINUOUS_NO_SYNC. Fixes checkpatch.pl warnings: "Avoid CamelCase: , ". Signed-off-by: Simon Sandström <si...@nikanor.nu> --- drivers/staging/pi433/pi433_if.c

[PATCH 1/6] staging: pi433: Fix indentation in rf69_enum.h

2017-12-03 Thread Simon Sandström
Basically just 's//\t/', to fix checkpatch.pl warnings: "please, no spaces at the start of a line". Signed-off-by: Simon Sandström --- drivers/staging/pi433/rf69_enum.h | 207 +++--- 1 file changed, 103 insertions(+), 104 deletions(-) diff --git

[PATCH 5/6] staging: pi433: Rename enum dataMode in rf69_enum.h

2017-12-03 Thread Simon Sandström
Renames enum dataMode and its values packet, continuous, continuousNoSync to enum data_mode and PACKET, CONTINUOUS, CONTINUOUS_NO_SYNC. Fixes checkpatch.pl warnings: "Avoid CamelCase: , ". Signed-off-by: Simon Sandström --- drivers/staging/pi433/pi433_if.c | 2 +- drivers/staging/pi

[PATCH 0/6] Fix indentation and CamelCase issues in staging/pi433

2017-12-03 Thread Simon Sandström
These patches fixes a bunch of code style issues in staging/pi433. The first patch fixes indentation in rf69_enum.h and the rest of the patches fixes CamelCase issues in all of staging/pi433. In total the patches get rids of around 140 warnings generated by checkpatch.pl. - Simon --- Simon

[PATCH 0/6] Fix indentation and CamelCase issues in staging/pi433

2017-12-03 Thread Simon Sandström
These patches fixes a bunch of code style issues in staging/pi433. The first patch fixes indentation in rf69_enum.h and the rest of the patches fixes CamelCase issues in all of staging/pi433. In total the patches get rids of around 140 warnings generated by checkpatch.pl. - Simon --- Simon

Re: [PATCH] bus: simple-pm-bus: convert bool SIMPLE_PM_BUS to tristate

2017-11-30 Thread Simon Horman
and modpost. > > [geert: Ethernet is probed successfully on sh73a0/kzm9g after > insmodding simple-pm-bus.ko] > > Cc: Kevin Hilman <khil...@linaro.org> > Cc: Simon Horman <horms+rene...@verge.net.au> > Cc: linux-arm-ker...@lists.infradead.org > Signed-o

Re: [PATCH] bus: simple-pm-bus: convert bool SIMPLE_PM_BUS to tristate

2017-11-30 Thread Simon Horman
thernet is probed successfully on sh73a0/kzm9g after > insmodding simple-pm-bus.ko] > > Cc: Kevin Hilman > Cc: Simon Horman > Cc: linux-arm-ker...@lists.infradead.org > Signed-off-by: Paul Gortmaker > Tested-by: Geert Uytterhoeven > Signed-off-by: Geert Uytterhoe

Re: [oss-drivers] [PATCH v2] debugfs: add definition of debugfs_real_fops() if CONFIG_DEBUG_FS unset

2017-11-28 Thread Simon Horman
FIG_DEBUG_FS is unset. > > Fixes: 7c8d469877b1 ("debugfs: add support for more elaborate ->d_fsdata") > Signed-off-by: Jakub Kicinski <jakub.kicin...@netronome.com> Reviewed-by: Simon Horman <simon.hor...@netronome.com>

Re: [oss-drivers] [PATCH v2] debugfs: add definition of debugfs_real_fops() if CONFIG_DEBUG_FS unset

2017-11-28 Thread Simon Horman
FIG_DEBUG_FS is unset. > > Fixes: 7c8d469877b1 ("debugfs: add support for more elaborate ->d_fsdata") > Signed-off-by: Jakub Kicinski Reviewed-by: Simon Horman

Re: [PATCH v1 04/10] ARM: dts: r7s72100: Add Capture Engine Unit (CEU)

2017-11-17 Thread Simon Horman
On Wed, Nov 15, 2017 at 11:55:57AM +0100, Jacopo Mondi wrote: > Add Capture Engine Unit (CEU) node to device tree. Other patches in this series (which are not for my tree) appear to warrant updating. Accordingly I am marking this patch as "Changes Requested" and am expecting it to be reposted at

Re: [PATCH v1 04/10] ARM: dts: r7s72100: Add Capture Engine Unit (CEU)

2017-11-17 Thread Simon Horman
On Wed, Nov 15, 2017 at 11:55:57AM +0100, Jacopo Mondi wrote: > Add Capture Engine Unit (CEU) node to device tree. Other patches in this series (which are not for my tree) appear to warrant updating. Accordingly I am marking this patch as "Changes Requested" and am expecting it to be reposted at

Re: [GIT PULL 2/3] ARM: SoC driver updates for 4.15

2017-11-17 Thread Simon Horman
nch. > > > > The dt-bindings/ files have caused endless problems like this > > in the past, and I've been very careful about spotting missing > > changes when they happen in my next/dt branch and complained > > a lot whenever someone sent me crap that didn't compile be

Re: [GIT PULL 2/3] ARM: SoC driver updates for 4.15

2017-11-17 Thread Simon Horman
ems like this > > in the past, and I've been very careful about spotting missing > > changes when they happen in my next/dt branch and complained > > a lot whenever someone sent me crap that didn't compile because > > of that. Now I've fallen into the same trap in the opposite d

Re: edt-ft5x06 question

2017-11-15 Thread Simon Budig
9987471/) For non-EDT touches that are bonded together with a display it is a reasonable assumption that the touch resolution matches the screen resolution (Which I consider unfortunate: Why throw away more resolution?). Anyway if you have suggestions for improving this driver I am interested in

Re: edt-ft5x06 question

2017-11-15 Thread Simon Budig
9987471/) For non-EDT touches that are bonded together with a display it is a reasonable assumption that the touch resolution matches the screen resolution (Which I consider unfortunate: Why throw away more resolution?). Anyway if you have suggestions for improving this driver I am interested in

Re: [PATCH v2] netfilter: mark expected switch fall-throughs

2017-11-13 Thread Simon Horman
115120 > Addresses-Coverity-ID: 115121 > Signed-off-by: Gustavo A. R. Silva <garsi...@embeddedor.com> Signed-off-by: Simon Horman <ho...@verge.net.au> Pablo, could you take this one directly?

Re: [PATCH v2] netfilter: mark expected switch fall-throughs

2017-11-13 Thread Simon Horman
115120 > Addresses-Coverity-ID: 115121 > Signed-off-by: Gustavo A. R. Silva Signed-off-by: Simon Horman Pablo, could you take this one directly?

Re: Kernel crash in free_pipe_info()

2017-11-09 Thread Simon Brewer
On 1 November 2017 at 14:19, Cong Wang wrote: > On Mon, Oct 30, 2017 at 7:08 PM, Linus Torvalds > wrote: >> On Mon, Oct 30, 2017 at 6:19 PM, Cong Wang wrote: >>> >>> 1. The faulty addresses are all near

Re: Kernel crash in free_pipe_info()

2017-11-09 Thread Simon Brewer
On 1 November 2017 at 14:19, Cong Wang wrote: > On Mon, Oct 30, 2017 at 7:08 PM, Linus Torvalds > wrote: >> On Mon, Oct 30, 2017 at 6:19 PM, Cong Wang wrote: >>> >>> 1. The faulty addresses are all near 0001, with one exception >>> of null (which is the most recent one) >> >> Well,

Re: [PATCH] netfilter/ipvs: clear ipvs_property flag when SKB net namespace changed

2017-11-02 Thread Simon Horman
; > > Patch looks good to me. ipvs_property was added long ago > but skb_scrub_packet() is more recent (3.11), so: > > Fixes: 621e84d6f373 ("dev: introduce skb_scrub_packet()") > Signed-off-by: Julian Anastasov <j...@ssi.bg> > > I guess, DaveM can apply

Re: [PATCH] netfilter/ipvs: clear ipvs_property flag when SKB net namespace changed

2017-11-02 Thread Simon Horman
as added long ago > but skb_scrub_packet() is more recent (3.11), so: > > Fixes: 621e84d6f373 ("dev: introduce skb_scrub_packet()") > Signed-off-by: Julian Anastasov > > I guess, DaveM can apply it directly as a bugfix > to the net tree. Sounds like a good plan to me, Dave? Signed-off-by: Simon Horman

Re: [PATCH] netfilter: ipvs: Convert timers to use timer_setup()

2017-11-02 Thread Simon Horman
imer_setup() and from_timer() > > to pass the timer pointer explicitly. > > > > Cc: Wensong Zhang <wens...@linux-vs.org> > > Cc: Simon Horman <ho...@verge.net.au> > > Cc: Julian Anastasov <j...@ssi.bg> > > Cc: Pablo Neira Ayuso <pa...@netfilter.

Re: [PATCH] netfilter: ipvs: Convert timers to use timer_setup()

2017-11-02 Thread Simon Horman
imer_setup() and from_timer() > > to pass the timer pointer explicitly. > > > > Cc: Wensong Zhang > > Cc: Simon Horman > > Cc: Julian Anastasov > > Cc: Pablo Neira Ayuso > > Cc: Jozsef Kadlecsik > > Cc: Florian Westphal > > Cc: "David S. Mille

Re: [PATCH v2 2/5] [RFC] ARM: shmobile: pm-rmobile: Use GENPD_FLAG_ACTIVE_WAKEUP

2017-11-02 Thread Simon Horman
his must not be applied before "PM / Domain: Enable genpd users to > specify default active wakeup behavior" has landed upstream, hence the > "RFC". Assuming you would like this to go through Rafael's tree rather than mine: Acked-by: Simon Horman <horms+rene...@verge.net.au>

Re: [PATCH v2 2/5] [RFC] ARM: shmobile: pm-rmobile: Use GENPD_FLAG_ACTIVE_WAKEUP

2017-11-02 Thread Simon Horman
e "PM / Domain: Enable genpd users to > specify default active wakeup behavior" has landed upstream, hence the > "RFC". Assuming you would like this to go through Rafael's tree rather than mine: Acked-by: Simon Horman

Re: PCI: rcar: Use common error handling code in rcar_pcie_enable_msi()

2017-11-02 Thread Simon Horman
On Wed, Nov 01, 2017 at 09:57:00AM +0100, SF Markus Elfring wrote: > > This is fine by me > > Thanks for another bit of change acceptance. > > > > except that the change in the name of the goto label seems spurious. > > I am curious if the popularity of a jump label like “err” will decrease >

Re: PCI: rcar: Use common error handling code in rcar_pcie_enable_msi()

2017-11-02 Thread Simon Horman
On Wed, Nov 01, 2017 at 09:57:00AM +0100, SF Markus Elfring wrote: > > This is fine by me > > Thanks for another bit of change acceptance. > > > > except that the change in the name of the goto label seems spurious. > > I am curious if the popularity of a jump label like “err” will decrease >

Re: [PATCH] PCI: rcar: Use common error handling code in rcar_pcie_enable_msi()

2017-11-01 Thread Simon Horman
On Mon, Oct 30, 2017 at 08:35:30AM +0100, SF Markus Elfring wrote: > From: Markus Elfring > Date: Mon, 30 Oct 2017 08:28:06 +0100 > > Adjust a jump target so that a specific error message is stored only once > at the end of this function implementation. > Replace

Re: [PATCH] PCI: rcar: Use common error handling code in rcar_pcie_enable_msi()

2017-11-01 Thread Simon Horman
On Mon, Oct 30, 2017 at 08:35:30AM +0100, SF Markus Elfring wrote: > From: Markus Elfring > Date: Mon, 30 Oct 2017 08:28:06 +0100 > > Adjust a jump target so that a specific error message is stored only once > at the end of this function implementation. > Replace two calls of the function

Re: [PATCH v3 0/4] Teach phylib hard-resetting devices

2017-10-20 Thread Simon Horman
On Fri, Oct 20, 2017 at 10:14:17AM +0200, Geert Uytterhoeven wrote: > Hi David, Andrew, Florian, Simon, Magnus, > > This patch series adds optional PHY reset support to phylib. > > The first two patches are destined for David's net-next tree. They add > core PHY rese

Re: [PATCH v3 0/4] Teach phylib hard-resetting devices

2017-10-20 Thread Simon Horman
On Fri, Oct 20, 2017 at 10:14:17AM +0200, Geert Uytterhoeven wrote: > Hi David, Andrew, Florian, Simon, Magnus, > > This patch series adds optional PHY reset support to phylib. > > The first two patches are destined for David's net-next tree. They add > core PHY rese

Re: [PATCH/RFC 5/5] arm64: dts: renesas: salvator-common: Configure PMIC for DDR Backup Power

2017-10-16 Thread Simon Horman
On Tue, Oct 10, 2017 at 05:26:18PM +0200, Geert Uytterhoeven wrote: > On Salvator-X(S), all of DDR0, DDR1, DDR0C, and DDR1C need to be kept > powered when backup mode is enabled. > > Reflect this in the rohm,ddr-backup-power property for the BD9571MWV > PMIC. > > Signed-off-by: Geert

Re: [PATCH/RFC 5/5] arm64: dts: renesas: salvator-common: Configure PMIC for DDR Backup Power

2017-10-16 Thread Simon Horman
On Tue, Oct 10, 2017 at 05:26:18PM +0200, Geert Uytterhoeven wrote: > On Salvator-X(S), all of DDR0, DDR1, DDR0C, and DDR1C need to be kept > powered when backup mode is enabled. > > Reflect this in the rohm,ddr-backup-power property for the BD9571MWV > PMIC. > > Signed-off-by: Geert

Re: [PATCH 1/2] ARM: dts: gr-peach: Add ETHER pin group

2017-10-12 Thread Simon Horman
On Wed, Oct 11, 2017 at 01:50:38PM +0200, Geert Uytterhoeven wrote: > Hi Jacopo, > > On Mon, Oct 9, 2017 at 10:48 AM, Jacopo Mondi > wrote: > > Add pin configuration subnode for ETHER pin group. > > Thanks for the update! > BTW, it would be good to have version

Re: [PATCH 1/2] ARM: dts: gr-peach: Add ETHER pin group

2017-10-12 Thread Simon Horman
On Wed, Oct 11, 2017 at 01:50:38PM +0200, Geert Uytterhoeven wrote: > Hi Jacopo, > > On Mon, Oct 9, 2017 at 10:48 AM, Jacopo Mondi > wrote: > > Add pin configuration subnode for ETHER pin group. > > Thanks for the update! > BTW, it would be good to have version numbers in the email subjects >

Re: [PATCH v5 2/4] phy: rcar-gen3-usb2: use enum phy_mode in the role_store()

2017-10-11 Thread Simon Horman
enesas.com> Thanks for the updates, this looks nice to me. Reviewed-by: Simon Horman <horms+rene...@verge.net.au>

Re: [PATCH v5 2/4] phy: rcar-gen3-usb2: use enum phy_mode in the role_store()

2017-10-11 Thread Simon Horman
On Tue, Oct 10, 2017 at 06:41:28PM +0900, Yoshihiro Shimoda wrote: > This patch modifies the role_store() to use "enum phy_mode" instead > of the local "bool" for host/device mode selection. > > Signed-off-by: Yoshihiro Shimoda Thanks for the updates, this looks

Re: BUG: KASAN: global-out-of-bounds in strscpy+0x807/0x970

2017-10-10 Thread Simon Brewer
On 11 October 2017 at 12:46, Jakub Kicinski wrote: > On Tue, 10 Oct 2017 21:44:01 -0400, Tyler Hicks wrote: >> On 10/10/2017 09:28 PM, Jakub Kicinski wrote: >> > I'm hitting this on sysctl -a with net-next (4.14-rc4). >> >> Hey Jakub - thanks for the bug report! >> >> > >> > I saw

Re: BUG: KASAN: global-out-of-bounds in strscpy+0x807/0x970

2017-10-10 Thread Simon Brewer
On 11 October 2017 at 12:46, Jakub Kicinski wrote: > On Tue, 10 Oct 2017 21:44:01 -0400, Tyler Hicks wrote: >> On 10/10/2017 09:28 PM, Jakub Kicinski wrote: >> > I'm hitting this on sysctl -a with net-next (4.14-rc4). >> >> Hey Jakub - thanks for the bug report! >> >> > >> > I saw that

Re: [PATCH v4 2/4] phy: rcar-gen3-usb2: cleanup the role_{store,show}()

2017-10-10 Thread Simon Horman
On Tue, Oct 10, 2017 at 02:58:28PM +0900, Yoshihiro Shimoda wrote: > This patch cleanups the role_{store,show}() and replaces the local > "bool" for host/device mode selection with the "enum phy_mode" in > the role_store(). > > Signed-off-by: Yoshihiro Shimoda >

Re: [PATCH v4 2/4] phy: rcar-gen3-usb2: cleanup the role_{store,show}()

2017-10-10 Thread Simon Horman
On Tue, Oct 10, 2017 at 02:58:28PM +0900, Yoshihiro Shimoda wrote: > This patch cleanups the role_{store,show}() and replaces the local > "bool" for host/device mode selection with the "enum phy_mode" in > the role_store(). > > Signed-off-by: Yoshihiro Shimoda > --- >

Re: [PATCH 3/3] ARM: dts: gr-peach: Add ETHER pin group

2017-10-08 Thread Simon Horman
On Fri, Oct 06, 2017 at 02:25:23PM +0200, jacopo mondi wrote: > Hi Simon, > > On Thu, Oct 05, 2017 at 10:58:20AM +0200, Jacopo Mondi wrote: > > Add pin configuration subnode for ETHER pin group and enable the interface. > > > > Signed-off-by: Jacopo Mondi

Re: [PATCH 3/3] ARM: dts: gr-peach: Add ETHER pin group

2017-10-08 Thread Simon Horman
On Fri, Oct 06, 2017 at 02:25:23PM +0200, jacopo mondi wrote: > Hi Simon, > > On Thu, Oct 05, 2017 at 10:58:20AM +0200, Jacopo Mondi wrote: > > Add pin configuration subnode for ETHER pin group and enable the interface. > > > > Signed-off-by: Jacopo Mondi > > --

Re: [PATCH] dt-bindings: irqchip: renesas-irqc: Document R-Car M3-W, V3M, D3 support

2017-10-08 Thread Simon Horman
y: Geert Uytterhoeven <geert+rene...@glider.be> Acked-by: Simon Horman <horms+rene...@verge.net.au>

Re: [PATCH] dt-bindings: irqchip: renesas-irqc: Document R-Car M3-W, V3M, D3 support

2017-10-08 Thread Simon Horman
y: Geert Uytterhoeven Acked-by: Simon Horman

Re: [PATCH 13/14] netfilter/ipvs: Use %pS printk format for direct addresses

2017-10-08 Thread Simon Horman
parisc64 > architectures. > > Signed-off-by: Helge Deller <del...@gmx.de> > Cc: Wensong Zhang <wens...@linux-vs.org> > Cc: net...@vger.kernel.org > Cc: lvs-de...@vger.kernel.org > Cc: netfilter-de...@vger.kernel.org Sorry for the delay in processing this. Acked-by

Re: [PATCH 13/14] netfilter/ipvs: Use %pS printk format for direct addresses

2017-10-08 Thread Simon Horman
parisc64 > architectures. > > Signed-off-by: Helge Deller > Cc: Wensong Zhang > Cc: net...@vger.kernel.org > Cc: lvs-de...@vger.kernel.org > Cc: netfilter-de...@vger.kernel.org Sorry for the delay in processing this. Acked-by: Simon Horman Pablo, could you take this through the nf-next tree directly?

Re: [PATCH] ARM: shmobile: rcar-gen2: fix non-SMP build

2017-10-06 Thread Simon Horman
On Fri, Oct 06, 2017 at 11:28:56AM +0200, Simon Horman wrote: > On Thu, Oct 05, 2017 at 10:29:47PM +0200, Arnd Bergmann wrote: > > On Thu, Oct 5, 2017 at 2:25 PM, Geert Uytterhoeven <ge...@linux-m68k.org> > > wrote: > > > On Thu, Oct 5, 2017 at 2:09 PM, Arnd

Re: [PATCH] ARM: shmobile: rcar-gen2: fix non-SMP build

2017-10-06 Thread Simon Horman
On Fri, Oct 06, 2017 at 11:28:56AM +0200, Simon Horman wrote: > On Thu, Oct 05, 2017 at 10:29:47PM +0200, Arnd Bergmann wrote: > > On Thu, Oct 5, 2017 at 2:25 PM, Geert Uytterhoeven > > wrote: > > > On Thu, Oct 5, 2017 at 2:09 PM, Arnd Bergmann wrote: > > >

Re: [PATCH] ARM: shmobile: rcar-gen2: fix non-SMP build

2017-10-06 Thread Simon Horman
u.S > >> +++ b/arch/arm/mach-shmobile/headsmp-apmu.S > > > > As this hasn't been pulled into arm-soc yet (pull request sent though), > > perhaps Simon should squash this fix into the original commit? > > Should we rename headsmp-apmu.S to head-apmu.S? >

Re: [PATCH] ARM: shmobile: rcar-gen2: fix non-SMP build

2017-10-06 Thread Simon Horman
eadsmp-apmu.S > > > > As this hasn't been pulled into arm-soc yet (pull request sent though), > > perhaps Simon should squash this fix into the original commit? > > Should we rename headsmp-apmu.S to head-apmu.S? > > I'm fine with it either way, just do whatever works best

Re: [PATCH v3 1/4] phy: rcar-gen3-usb2: check dr_mode for otg mode

2017-10-06 Thread Simon Horman
.g. R-Car D3) don't have OTG capability. > > So, this patch checks whether usb 2.0 host node has dr_mode property or > not. If it has 'dr_mode = "otg";', this driver enables otg capability. > > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda...@renesas.com

Re: [PATCH v3 1/4] phy: rcar-gen3-usb2: check dr_mode for otg mode

2017-10-06 Thread Simon Horman
.g. R-Car D3) don't have OTG capability. > > So, this patch checks whether usb 2.0 host node has dr_mode property or > not. If it has 'dr_mode = "otg";', this driver enables otg capability. > > Signed-off-by: Yoshihiro Shimoda Reviewed-by: Simon Horman

Re: [PATCH v3 2/4] phy: rcar-gen3-usb2: split the two meaning of "has_otg"

2017-10-06 Thread Simon Horman
dedicated pins, > but the SoCs can swap the role. So, this patch split the two meaning > of has_otg as "has dedicated otg pins" and adds a new value > "can_role_swap". For now, the behavior is the same as before. > > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimo

Re: [PATCH v3 2/4] phy: rcar-gen3-usb2: split the two meaning of "has_otg"

2017-10-06 Thread Simon Horman
dedicated pins, > but the SoCs can swap the role. So, this patch split the two meaning > of has_otg as "has dedicated otg pins" and adds a new value > "can_role_swap". For now, the behavior is the same as before. > > Signed-off-by: Yoshihiro Shimoda Reviewed-by: Si

Re: [PATCH v3 4/4] phy: rcar-gen3-usb2: add binding for r8a77995

2017-10-06 Thread Simon Horman
t usb role swap for r8a77995. > > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda...@renesas.com> Reviewed-by: Simon Horman <horms+rene...@verge.net.au> > --- > Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt | 2 ++ > 1 file changed, 2 insertions(+) > >

Re: [PATCH v3 4/4] phy: rcar-gen3-usb2: add binding for r8a77995

2017-10-06 Thread Simon Horman
t usb role swap for r8a77995. > > Signed-off-by: Yoshihiro Shimoda Reviewed-by: Simon Horman > --- > Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-us

Re: [PATCH v3 3/4] phy: rcar-gen3-usb2: add SoC-specific parameter for dedicated pins

2017-10-06 Thread Simon Horman
shihiro Shimoda <yoshihiro.shimoda...@renesas.com> Reviewed-by: Simon Horman <horms+rene...@verge.net.au> > --- > drivers/phy/renesas/phy-rcar-gen3-usb2.c | 24 +++- > 1 file changed, 19 insertions(+), 5 deletions(-) > > diff --git a/drivers/phy/renesas/phy-rcar-gen

Re: [PATCH v3 3/4] phy: rcar-gen3-usb2: add SoC-specific parameter for dedicated pins

2017-10-06 Thread Simon Horman
moda Reviewed-by: Simon Horman > --- > drivers/phy/renesas/phy-rcar-gen3-usb2.c | 24 +++- > 1 file changed, 19 insertions(+), 5 deletions(-) > > diff --git a/drivers/phy/renesas/phy-rcar-gen3-usb2.c > b/drivers/phy/renesas/phy-rcar-gen3-usb2.c > index 4ea

Re: [PATCH 2/3] ARM: dts: gr-peach: Enable MTU2 timer pulse unit

2017-10-05 Thread Simon Horman
On Thu, Oct 05, 2017 at 11:02:30AM +0200, Geert Uytterhoeven wrote: > On Thu, Oct 5, 2017 at 10:58 AM, Jacopo Mondi > wrote: > > MTU2 multi-function/multi-channel timer/counter is not enabled for > > GR-Peach board. The timer is used as clock event source to schedule >

Re: [PATCH 2/3] ARM: dts: gr-peach: Enable MTU2 timer pulse unit

2017-10-05 Thread Simon Horman
On Thu, Oct 05, 2017 at 11:02:30AM +0200, Geert Uytterhoeven wrote: > On Thu, Oct 5, 2017 at 10:58 AM, Jacopo Mondi > wrote: > > MTU2 multi-function/multi-channel timer/counter is not enabled for > > GR-Peach board. The timer is used as clock event source to schedule > > wake-ups, and without

Re: [PATCH 1/3] ARM: dts: gr-peach: Fix 'leds' node name indent

2017-10-05 Thread Simon Horman
On Thu, Oct 05, 2017 at 10:58:18AM +0200, Jacopo Mondi wrote: > Fix 'leds' node name indent as it was wrongly aligned. > > Signed-off-by: Jacopo Mondi Thanks, applied.

Re: [PATCH 1/3] ARM: dts: gr-peach: Fix 'leds' node name indent

2017-10-05 Thread Simon Horman
On Thu, Oct 05, 2017 at 10:58:18AM +0200, Jacopo Mondi wrote: > Fix 'leds' node name indent as it was wrongly aligned. > > Signed-off-by: Jacopo Mondi Thanks, applied.

Re: [PATCH] irqchip/renesas-intc-irqpin: Use of_device_get_match_data() helper

2017-10-05 Thread Simon Horman
On Wed, Oct 04, 2017 at 02:17:58PM +0200, Geert Uytterhoeven wrote: > Use the of_device_get_match_data() helper instead of open coding. > > Signed-off-by: Geert Uytterhoeven <geert+rene...@glider.be> Reviewed-by: Simon Horman <horms+rene...@verge.net.au>

Re: [PATCH] irqchip/renesas-intc-irqpin: Use of_device_get_match_data() helper

2017-10-05 Thread Simon Horman
On Wed, Oct 04, 2017 at 02:17:58PM +0200, Geert Uytterhoeven wrote: > Use the of_device_get_match_data() helper instead of open coding. > > Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman

Re: [PATCH] MAINTAINERS: Add git repository to Renesas pinctrl driver section

2017-10-05 Thread Simon Horman
On Wed, Oct 04, 2017 at 01:35:12PM +0200, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven <geert+rene...@glider.be> Reviewed-by: Simon Horman <horms+rene...@verge.net.au> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --g

Re: [PATCH] MAINTAINERS: Add git repository to Renesas pinctrl driver section

2017-10-05 Thread Simon Horman
On Wed, Oct 04, 2017 at 01:35:12PM +0200, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 6e018e720152c98c..61

Re: [PATCH] MAINTAINERS: Add git repository to Renesas clock driver section

2017-10-05 Thread Simon Horman
On Wed, Oct 04, 2017 at 01:34:24PM +0200, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven <geert+rene...@glider.be> Reviewed-by: Simon Horman <horms+rene...@verge.net.au> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --g

Re: [PATCH] MAINTAINERS: Add git repository to Renesas clock driver section

2017-10-05 Thread Simon Horman
On Wed, Oct 04, 2017 at 01:34:24PM +0200, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 61d77c8037a1faf9..d2

Re: linux-next: Signed-off-by missing for commits in the renesas tree

2017-09-19 Thread Simon Horman
On Tue, Sep 19, 2017 at 07:39:50AM +1000, Stephen Rothwell wrote: > Hi Simon, > > Commits > > 5cb3ee61cab3 ("ARM: dts: iwg20d-q7: Add SDHI1 support") > 39b87a4ae6f5 ("ARM: dts: r8a7745: Add MMC interface support") > > are missing a Signed-off-

Re: linux-next: Signed-off-by missing for commits in the renesas tree

2017-09-19 Thread Simon Horman
On Tue, Sep 19, 2017 at 07:39:50AM +1000, Stephen Rothwell wrote: > Hi Simon, > > Commits > > 5cb3ee61cab3 ("ARM: dts: iwg20d-q7: Add SDHI1 support") > 39b87a4ae6f5 ("ARM: dts: r8a7745: Add MMC interface support") > > are missing a Signed-off-

Re: [PATCH 4/4] arm: dts: r8a7790: add cpu capacity-dmips-mhz information

2017-09-18 Thread Simon Horman
On Wed, Aug 30, 2017 at 03:41:20PM +0100, Dietmar Eggemann wrote: > The following 'capacity-dmips-mhz' dt property values are used: > > Cortex-A15: 1024, Cortex-A7: 539 > > They have been derived form the cpu_efficiency values: > > Cortex-A15: 3891, Cortex-A7: 2048 > > by scaling them so that

Re: [PATCH 4/4] arm: dts: r8a7790: add cpu capacity-dmips-mhz information

2017-09-18 Thread Simon Horman
On Wed, Aug 30, 2017 at 03:41:20PM +0100, Dietmar Eggemann wrote: > The following 'capacity-dmips-mhz' dt property values are used: > > Cortex-A15: 1024, Cortex-A7: 539 > > They have been derived form the cpu_efficiency values: > > Cortex-A15: 3891, Cortex-A7: 2048 > > by scaling them so that

Re: [PATCH v2] MAINTAINERS: Add Renesas SoC DT bindings doc to Renesas ARM sections

2017-09-13 Thread Simon Horman
On Mon, Sep 11, 2017 at 01:01:43PM +0200, Geert Uytterhoeven wrote: > Suggested-by: Sergei Shtylyov > Signed-off-by: Geert Uytterhoeven Thanks, applied.

Re: [PATCH v2] MAINTAINERS: Add Renesas SoC DT bindings doc to Renesas ARM sections

2017-09-13 Thread Simon Horman
On Mon, Sep 11, 2017 at 01:01:43PM +0200, Geert Uytterhoeven wrote: > Suggested-by: Sergei Shtylyov > Signed-off-by: Geert Uytterhoeven Thanks, applied.

Re: [PATCH 2/2] cpufreq: dt-platdev: Drop few entries from whitelist

2017-08-21 Thread Simon Horman
On Thu, Aug 17, 2017 at 09:53:01AM +0200, Simon Horman wrote: > On Wed, Aug 16, 2017 at 08:51:04AM +0200, Geert Uytterhoeven wrote: > > Hi Viresh, > > > > On Wed, Aug 16, 2017 at 7:37 AM, Viresh Kumar <viresh.ku...@linaro.org> > > wrote: > > > D

Re: [PATCH 2/2] cpufreq: dt-platdev: Drop few entries from whitelist

2017-08-21 Thread Simon Horman
On Thu, Aug 17, 2017 at 09:53:01AM +0200, Simon Horman wrote: > On Wed, Aug 16, 2017 at 08:51:04AM +0200, Geert Uytterhoeven wrote: > > Hi Viresh, > > > > On Wed, Aug 16, 2017 at 7:37 AM, Viresh Kumar > > wrote: > > > Drop few ARM (32 and 64 bit) platf

Re: [1/2] cpufreq: dt-platdev: Automatically create cpufreq device with OPP v2

2017-08-21 Thread Simon Horman
g> > Signed-off-by: Viresh Kumar <viresh.ku...@linaro.org> I have exercised this on the r8a7795 and r8a7795 with the following reverted: * 034def597bb7 ("cpufreq: rcar: Add support for R8A7795 SoC") * bea2ebca6b91 ("cpufreq: dt: Add r8a7796 support to to use generic cpufreq driver") Tested-by: Simon Horman <horms+rene...@verge.net.au>

Re: [1/2] cpufreq: dt-platdev: Automatically create cpufreq device with OPP v2

2017-08-21 Thread Simon Horman
-by: Viresh Kumar I have exercised this on the r8a7795 and r8a7795 with the following reverted: * 034def597bb7 ("cpufreq: rcar: Add support for R8A7795 SoC") * bea2ebca6b91 ("cpufreq: dt: Add r8a7796 support to to use generic cpufreq driver") Tested-by: Simon Horman

Re: [1/2] cpufreq: dt-platdev: Automatically create cpufreq device with OPP v2

2017-08-21 Thread Simon Horman
..@linux-m68k.org> > Signed-off-by: Viresh Kumar <viresh.ku...@linaro.org> > > I have exercised this on the r8a7795 and r8a7795 with the following reverted: > > * 034def597bb7 ("cpufreq: rcar: Add support for R8A7795 SoC") > * bea2ebca6b91 ("cpufreq: dt: Add r8a7796 supp

Re: [1/2] cpufreq: dt-platdev: Automatically create cpufreq device with OPP v2

2017-08-21 Thread Simon Horman
Viresh Kumar > > I have exercised this on the r8a7795 and r8a7795 with the following reverted: > > * 034def597bb7 ("cpufreq: rcar: Add support for R8A7795 SoC") > * bea2ebca6b91 ("cpufreq: dt: Add r8a7796 support to to use generic cpufreq > driver

Re: [PATCH 2/2] cpufreq: dt-platdev: Drop few entries from whitelist

2017-08-17 Thread Simon Horman
ner,sun7i-a20", }, > > { .compatible = "allwinner,sun8i-a23", }, > > - { .compatible = "allwinner,sun8i-a33", }, > > { .compatible = "allwinner,sun8i-a83t", }, > > { .compatible = "allwinner,sun8i-h3", }, > > I

Re: [PATCH 2/2] cpufreq: dt-platdev: Drop few entries from whitelist

2017-08-17 Thread Simon Horman
", }, > > - { .compatible = "allwinner,sun8i-a33", }, > > { .compatible = "allwinner,sun8i-a83t", }, > > { .compatible = "allwinner,sun8i-h3", }, > > I think "renesas,r8a7795" can be removed again, too. > Simon? I assume you are referring to "[PATCH 1/2] cpufreq: dt-platdev: Automatically create cpufreq device with OPP v2" (which you kindly forwarded me). If so, yes, that seems likely. I'll do some testing to confirm this.

Re: [PATCH v2 0/2] PCI: rcar-pcie: Fix memory leak

2017-08-15 Thread Simon Horman
12 ++-- > > 1 file changed, 6 insertions(+), 6 deletions(-) > > Waiting for Simon's ack... Acked-by: Simon Horman <horms+rene...@verge.net.au>

Re: [PATCH v2 0/2] PCI: rcar-pcie: Fix memory leak

2017-08-15 Thread Simon Horman
12 ++-- > > 1 file changed, 6 insertions(+), 6 deletions(-) > > Waiting for Simon's ack... Acked-by: Simon Horman

Re: [PATCH 0/2] ARM: shmobile: document iWave's iW-RainboW-G22D-SODIMM RZ/G1E SODIMM development platform

2017-08-09 Thread Simon Horman
On Tue, Aug 08, 2017 at 02:14:50PM +, Chris Paterson wrote: > + linux-renesas-soc Thanks Chris, I would not have seen these patches otherwise. Fabrizio, these patches seem find to me. Please repost them with myself and linux-renesas-...@vger.kernel.org CCed so they hit the patchwork of

Re: [PATCH 0/2] ARM: shmobile: document iWave's iW-RainboW-G22D-SODIMM RZ/G1E SODIMM development platform

2017-08-09 Thread Simon Horman
On Tue, Aug 08, 2017 at 02:14:50PM +, Chris Paterson wrote: > + linux-renesas-soc Thanks Chris, I would not have seen these patches otherwise. Fabrizio, these patches seem find to me. Please repost them with myself and linux-renesas-...@vger.kernel.org CCed so they hit the patchwork of

[PATCH] ARM: dts: rockchip: rk3288 add more iommu nodes

2017-08-02 Thread Simon Xue
Add IEP/ISP/VPU/HEVC iommu nodes Signed-off-by: Simon Xue <x...@rock-chips.com> --- arch/arm/boot/dts/rk3288.dtsi | 37 + 1 file changed, 37 insertions(+) diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 2484f11..90646a2

[PATCH] ARM: dts: rockchip: rk3288 add more iommu nodes

2017-08-02 Thread Simon Xue
Add IEP/ISP/VPU/HEVC iommu nodes Signed-off-by: Simon Xue --- arch/arm/boot/dts/rk3288.dtsi | 37 + 1 file changed, 37 insertions(+) diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 2484f11..90646a2 100644 --- a/arch/arm/boot

Re: [PATCH net 4/7] nfp: Initialize RX and TX ring 64-bit stats seqcounts

2017-08-01 Thread Simon Horman
NFP4000/NFP6000 NIC VFs") > Signed-off-by: Florian Fainelli <f.faine...@gmail.com> Reviewed-by: Simon Horman <simon.hor...@netronome.com> FYI, Jakub is on leave this week.

Re: [PATCH net 4/7] nfp: Initialize RX and TX ring 64-bit stats seqcounts

2017-08-01 Thread Simon Horman
NFP4000/NFP6000 NIC VFs") > Signed-off-by: Florian Fainelli Reviewed-by: Simon Horman FYI, Jakub is on leave this week.

<    5   6   7   8   9   10   11   12   13   14   >