Re: [PATCH 0/2] ARM: shmobile: Move written variables from .text to .data

2016-01-28 Thread Tony Lindgren
* Russell King - ARM Linux [160128 09:50]: > On Thu, Jan 28, 2016 at 07:19:34AM -0800, Kees Cook wrote: > > > > And FWIW, I've now got the RODATA patch back in the patch queue, since > > we're at -rc1: > >

Re: [RFC 1/5] pinctrl: rz-pfc: Add Renesas RZ pinctrl core module

2017-02-06 Thread Tony Lindgren
* jacopo mondi [170206 10:16]: > Currently there is no generic pinctrl and pinmux function to retrieve a > group or function by name, but only by their id (selector). > It would take 10minutes to add them, but I wonder if that's desirable or > there are other ways to do so I

Re: [RFC 0/5] Renesas RZ series pinctrl driver

2017-01-30 Thread Tony Lindgren
* Linus Walleij [170130 05:53]: > On Wed, Jan 25, 2017 at 7:09 PM, Jacopo Mondi > wrote: > > >after having discussed in great detail the RZ series per-pin PFC hardware > > peculiarities, this is a proposal for a possible pin-based pin

Re: [RESEND PATCH v3 1/3] ARM: dts: DRA7: Add "linux,pci-domain" property for pci dt nodes

2016-08-30 Thread Tony Lindgren
* Kishon Vijay Abraham I <kis...@ti.com> [160830 04:06]: > Hi Tony, > > On Friday 26 August 2016 09:00 PM, Tony Lindgren wrote: > > * Kishon Vijay Abraham I <kis...@ti.com> [160810 05:34]: > >> Since DRA7 has multiple PCIe Rootcomplex, add "linux,pci-dom

Re: [RESEND PATCH v3 1/3] ARM: dts: DRA7: Add "linux,pci-domain" property for pci dt nodes

2016-08-26 Thread Tony Lindgren
* Kishon Vijay Abraham I [160810 05:34]: > Since DRA7 has multiple PCIe Rootcomplex, add "linux,pci-domain" > property to assign a PCI domain number to each of the host > bridges. Is this patch safe to apply without the other changes? Regards, Tony

Re: [PATCH 1/5] pinctrl: core: Use delayed work for hogs

2017-01-11 Thread Tony Lindgren
* Tony Lindgren <t...@atomide.com> [170111 08:29]: > * Linus Walleij <linus.wall...@linaro.org> [170111 07:34]: > > On Tue, Jan 10, 2017 at 8:19 PM, Tony Lindgren <t...@atomide.com> wrote: > > > > > Below is an experimental fix to intorduce pinctrl_s

Re: [PATCH 1/5] pinctrl: core: Use delayed work for hogs

2017-01-11 Thread Tony Lindgren
* Linus Walleij <linus.wall...@linaro.org> [170111 07:34]: > On Tue, Jan 10, 2017 at 8:19 PM, Tony Lindgren <t...@atomide.com> wrote: > > > Below is an experimental fix to intorduce pinctrl_start() that I've > > tested with pinctrl-single. Then we should pr

Re: [PATCH 1/5] pinctrl: core: Use delayed work for hogs

2017-01-10 Thread Tony Lindgren
* Geert Uytterhoeven <ge...@linux-m68k.org> [170110 06:09]: > Hi Tony, > > On Tue, Dec 27, 2016 at 6:19 PM, Tony Lindgren <t...@atomide.com> wrote: > > Having the pin control framework call pin controller functions > > before it's probe has finished is not nice

Re: [PATCH 1/5] pinctrl: core: Use delayed work for hogs

2017-01-10 Thread Tony Lindgren
* Tony Lindgren <t...@atomide.com> [170110 07:32]: > * Geert Uytterhoeven <ge...@linux-m68k.org> [170110 06:09]: > > Hi Tony, > > > > On Tue, Dec 27, 2016 at 6:19 PM, Tony Lindgren <t...@atomide.com> wrote: > > > Having the pin control framework

Re: [PATCH 12/15] arm-soc: omap: replace open coded VA->PA calculations

2017-08-09 Thread Tony Lindgren
* Ard Biesheuvel [170805 13:54]: > This replaces a couple of open coded calculations to obtain the > physical address of a far symbol with calls to the new adr_l etc > macros. I gave this series a quick test and omap3 no longer boots it seems. Regards, Tony

Re: [PATCH 12/15] arm-soc: omap: replace open coded VA->PA calculations

2017-08-10 Thread Tony Lindgren
* Ard Biesheuvel <ard.biesheu...@linaro.org> [170810 02:23]: > On 9 August 2017 at 22:05, Tony Lindgren <t...@atomide.com> wrote: > > * Ard Biesheuvel <ard.biesheu...@linaro.org> [170809 12:24]: > >> On 9 August 2017 at 20:05, Tony Lindgren <t...@atom

Re: [PATCH 12/15] arm-soc: omap: replace open coded VA->PA calculations

2017-08-11 Thread Tony Lindgren
* Ard Biesheuvel <ard.biesheu...@linaro.org> [170811 06:48]: > On 10 August 2017 at 15:03, Tony Lindgren <t...@atomide.com> wrote: > > * Ard Biesheuvel <ard.biesheu...@linaro.org> [170810 02:23]: > >> On 9 August 2017 at 22:05, Tony Lindgren <t...@atom

Re: [PATCH 05/15] ARM: head: use PC-relative insn sequence for __smp_alt

2017-08-11 Thread Tony Lindgren
* Ard Biesheuvel [170805 13:54]: > Replace the open coded PC relative offset calculations with a pair > of adr_l invocations. > > Signed-off-by: Ard Biesheuvel > --- > arch/arm/kernel/head.S | 12 ++-- > 1 file changed, 2

Re: [PATCH 05/15] ARM: head: use PC-relative insn sequence for __smp_alt

2017-08-14 Thread Tony Lindgren
* Ard Biesheuvel <ard.biesheu...@linaro.org> [170811 12:37]: > On 11 August 2017 at 16:13, Tony Lindgren <t...@atomide.com> wrote: > > * Ard Biesheuvel <ard.biesheu...@linaro.org> [170805 13:54]: > >> Replace the open coded PC relative offset calculations w

Re: [PATCH 12/15] arm-soc: omap: replace open coded VA->PA calculations

2017-08-09 Thread Tony Lindgren
* Ard Biesheuvel <ard.biesheu...@linaro.org> [170809 12:24]: > On 9 August 2017 at 20:05, Tony Lindgren <t...@atomide.com> wrote: > > * Ard Biesheuvel <ard.biesheu...@linaro.org> [170805 13:54]: > >> This replaces a couple of open coded calculations to obtai

Re: [PATCH] ARM: head-common.S: Clear lr before jumping to start_kernel()

2017-10-10 Thread Tony Lindgren
> Yiha ;-) > > http://www.armlinux.org.uk/developer/patches/viewpatch.php?id=8702/1 This also fixes the spamming I started seeing with next-20171009: Tested-by: Tony Lindgren <t...@atomide.com>

Re: Use after free with pinctrl_enable() and devm_pinctrl_register_and_init()

2018-03-21 Thread Tony Lindgren
* Geert Uytterhoeven [180321 15:44]: > Hi Linus, Tony, > > If claiming hogs failed, pinctrl_enable() frees the pctldev, and > destroys its mutex. Hmm so is something also left dangling at this point? > However, if the pin controller is registered using >

Re: [RFC PATCH 0/4] i2c: core: introduce master_xfer_irqless

2018-09-20 Thread Tony Lindgren
py hacking and thanks for all the input to this, Thanks looks nice to me: Acked-by: Tony Lindgren

Re: [PATCH] ARM: OMAP2+: timer: Remove obsolete inclusion of

2018-11-19 Thread Tony Lindgren
* Geert Uytterhoeven [181115 03:25]: > As of commit d1dabab2841d546f ("ARM: OMAP2+: Clean up > omap4_local_timer_init"), this header file is no longer used. Applying into omap-for-v4.21/soc thanks. Tony