Re: [GIT PULL] ARM: SoC fixes for v5.12

2021-03-26 Thread Florian Fainelli
On 3/26/2021 9:02 AM, Arnd Bergmann wrote: > The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15: > > Linux 5.12-rc2 (2021-03-05 17:33:41 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git >

Re: [GIT PULL] ARM: SoC fixes for v5.10, part 3

2020-12-15 Thread Ulf Hansson
On Tue, 15 Dec 2020 at 09:19, Geert Uytterhoeven wrote: > > Hi Ulf, > > On Mon, Dec 14, 2020 at 9:23 PM Ulf Hansson wrote: > > On Tue, 8 Dec 2020 at 08:32, Geert Uytterhoeven > > wrote: > > > On Mon, Dec 7, 2020 at 11:15 PM Doug Anderson > > > wrote: > > > > On Mon, Dec 7, 2020 at 1:55 PM

Re: [GIT PULL] ARM: SoC fixes for v5.10, part 3

2020-12-15 Thread Geert Uytterhoeven
Hi Ulf, On Mon, Dec 14, 2020 at 9:23 PM Ulf Hansson wrote: > On Tue, 8 Dec 2020 at 08:32, Geert Uytterhoeven wrote: > > On Mon, Dec 7, 2020 at 11:15 PM Doug Anderson wrote: > > > On Mon, Dec 7, 2020 at 1:55 PM Arnd Bergmann wrote: > > > > On Mon, Dec 7, 2020 at 9:23 PM Geert Uytterhoeven > >

Re: [GIT PULL] ARM: SoC fixes for v5.10, part 3

2020-12-14 Thread Ulf Hansson
On Tue, 8 Dec 2020 at 08:32, Geert Uytterhoeven wrote: > > Hi Doug, > > On Mon, Dec 7, 2020 at 11:15 PM Doug Anderson wrote: > > On Mon, Dec 7, 2020 at 1:55 PM Arnd Bergmann wrote: > > > On Mon, Dec 7, 2020 at 9:23 PM Geert Uytterhoeven > > > wrote: > > > > On Tue, Dec 1, 2020 at 3:06 PM Arnd

Re: [GIT PULL] ARM: SoC fixes for v5.10, part 4

2020-12-09 Thread Linus Torvalds
On Wed, Dec 9, 2020 at 2:07 PM Arnd Bergmann wrote: > > Stephen Rothwell just pointed out that one of the fixes I added today > was missing a Signed-off-by. I corrected that and uploaded a new tag Gaah. I had already pulled, but since I hadn't pushed out, I undid it and re-pulled..

Re: [GIT PULL] ARM: SoC fixes for v5.10, part 3

2020-12-07 Thread Geert Uytterhoeven
Hi Doug, On Mon, Dec 7, 2020 at 11:15 PM Doug Anderson wrote: > On Mon, Dec 7, 2020 at 1:55 PM Arnd Bergmann wrote: > > On Mon, Dec 7, 2020 at 9:23 PM Geert Uytterhoeven > > wrote: > > > On Tue, Dec 1, 2020 at 3:06 PM Arnd Bergmann wrote: > > > > On Tue, Dec 1, 2020 at 12:39 PM Ulf Hansson

Re: [GIT PULL] ARM: SoC fixes for v5.10, part 3

2020-12-07 Thread Doug Anderson
Hi, On Mon, Dec 7, 2020 at 1:55 PM Arnd Bergmann wrote: > > On Mon, Dec 7, 2020 at 9:23 PM Geert Uytterhoeven > wrote: > > On Tue, Dec 1, 2020 at 3:06 PM Arnd Bergmann wrote: > > > On Tue, Dec 1, 2020 at 12:39 PM Ulf Hansson > > > wrote: > > > > So, I think we have two options. If people

Re: [GIT PULL] ARM: SoC fixes for v5.10, part 3

2020-12-07 Thread Geert Uytterhoeven
CC devicetree On Tue, Dec 1, 2020 at 3:06 PM Arnd Bergmann wrote: > On Tue, Dec 1, 2020 at 12:39 PM Ulf Hansson wrote: > > So, I think we have two options. If people are willing to move to > > "disk labels" or to patch their DTBs with mmc aliases, things can stay > > as is. Otherwise, we can

Re: [GIT PULL] ARM: SoC fixes for v5.10, part 3

2020-12-05 Thread Pavel Machek
Hi! > > On Fri, Nov 27, 2020 at 12:51 PM Arnd Bergmann wrote: > > > > > > - Some DT patches for the Rockchip RK3399 platform, > > >in particular fixing the MMC device ordering that > > >recently became nondeterministic with async probe. > > > > Uhhuh. > > > > I didn't realize this MMC

Re: [GIT PULL] ARM: SoC fixes for v5.10, part 3

2020-12-01 Thread Ulf Hansson
On Mon, 30 Nov 2020 at 19:23, Linus Torvalds wrote: > > On Mon, Nov 30, 2020 at 10:11 AM Doug Anderson wrote: > > > > So I guess the answer here is: strive very hard but you don't have to > > guarantee that every corner case is covered? > > Yes. Covering every possible theoretical case is

Re: [GIT PULL] ARM: SoC fixes for v5.10, part 3

2020-11-30 Thread Russell King - ARM Linux admin
On Mon, Nov 30, 2020 at 10:22:58AM -0800, Linus Torvalds wrote: > > I guess the question is: why is static assignment of numbers not an > > acceptable solution to the problem? It gives us the desired fixed > > numbers and automatically avoids all weird probe ordering / dependency > > problems. >

Re: [GIT PULL] ARM: SoC fixes for v5.10, part 3

2020-11-30 Thread Russell King - ARM Linux admin
On Mon, Nov 30, 2020 at 10:15:29AM -0800, Linus Torvalds wrote: > On Mon, Nov 30, 2020 at 10:05 AM Russell King - ARM Linux admin > wrote: > > > > If you think that /dev/sda for example is always the machine's internal > > HDD, that is wrong. > > Yes. See the whole part about > > "Note that it

Re: [GIT PULL] ARM: SoC fixes for v5.10, part 3

2020-11-30 Thread Linus Torvalds
On Mon, Nov 30, 2020 at 10:11 AM Doug Anderson wrote: > > So I guess the answer here is: strive very hard but you don't have to > guarantee that every corner case is covered? Yes. Covering every possible theoretical case is basically impossible. I mean, it can be something like "the firmware

Re: [GIT PULL] ARM: SoC fixes for v5.10, part 3

2020-11-30 Thread Linus Torvalds
On Mon, Nov 30, 2020 at 10:05 AM Russell King - ARM Linux admin wrote: > > If you think that /dev/sda for example is always the machine's internal > HDD, that is wrong. Yes. See the whole part about "Note that it really is only the internal devices that matter. Once you start plugging in an

Re: [GIT PULL] ARM: SoC fixes for v5.10, part 3

2020-11-30 Thread Doug Anderson
Hi, On Mon, Nov 30, 2020 at 9:44 AM Linus Torvalds wrote: > > So basically, the way the async probing works for say SCSI is that we > have multiple "layers of asynchroniety". We have the usual "init calls > done asynchronously", but then within the init calls themselves you > can start sub-scans

Re: [GIT PULL] ARM: SoC fixes for v5.10, part 3

2020-11-30 Thread Russell King - ARM Linux admin
On Mon, Nov 30, 2020 at 09:44:03AM -0800, Linus Torvalds wrote: > On Mon, Nov 30, 2020 at 9:04 AM Doug Anderson wrote: > > > > Without static assignment, maybe we could do numbering of MMC devices > > in some type of a pre-probe routine? Is that what you're suggesting? > > Yes. > > So

Re: [GIT PULL] ARM: SoC fixes for v5.10, part 3

2020-11-30 Thread Linus Torvalds
On Mon, Nov 30, 2020 at 9:04 AM Doug Anderson wrote: > > Without static assignment, maybe we could do numbering of MMC devices > in some type of a pre-probe routine? Is that what you're suggesting? Yes. So basically, the way the async probing works for say SCSI is that we have multiple "layers

Re: [GIT PULL] ARM: SoC fixes for v5.10, part 3

2020-11-30 Thread Dmitry Torokhov
Hi Linus, On Fri, Nov 27, 2020 at 3:02 PM Linus Torvalds wrote: > > On Fri, Nov 27, 2020 at 12:51 PM Arnd Bergmann wrote: > > > > - Some DT patches for the Rockchip RK3399 platform, > >in particular fixing the MMC device ordering that > >recently became nondeterministic with async

Re: [GIT PULL] ARM: SoC fixes for v5.10, part 3

2020-11-30 Thread Doug Anderson
Hi, On Fri, Nov 27, 2020 at 2:56 PM Linus Torvalds wrote: > > On Fri, Nov 27, 2020 at 12:51 PM Arnd Bergmann wrote: > > > > - Some DT patches for the Rockchip RK3399 platform, > >in particular fixing the MMC device ordering that > >recently became nondeterministic with async probe. > >

Re: [GIT PULL] ARM: SoC fixes for v5.10, part 3

2020-11-27 Thread Linus Torvalds
On Fri, Nov 27, 2020 at 12:51 PM Arnd Bergmann wrote: > > - Some DT patches for the Rockchip RK3399 platform, >in particular fixing the MMC device ordering that >recently became nondeterministic with async probe. Uhhuh. I didn't realize this MMC breakage happened. That's just an MMC

Re: [GIT PULL] ARM: SoC fixes

2019-10-05 Thread pr-tracker-bot
The pull request you sent on Sat, 5 Oct 2019 15:41:04 -0700: > git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/43b815c6a8e7dbccb5b8bd9c4b099c24bc22d135 Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] ARM: SoC fixes

2019-09-30 Thread pr-tracker-bot
The pull request you sent on Sun, 29 Sep 2019 11:34:53 -0700: > git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/cef0aa0ce8592f68fb093b2be0d341a568ff9890 Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] ARM: SoC fixes for -rc8

2019-09-06 Thread pr-tracker-bot
The pull request you sent on Fri, 6 Sep 2019 21:48:09 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/36daa831b55538dc2e4a906de20c5d91033ebb21 Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] ARM: SoC fixes for Linux-5.3

2019-08-30 Thread pr-tracker-bot
The pull request you sent on Fri, 30 Aug 2019 18:25:52 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git armsoc-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/e8d6766f3cc8318e8fcaa5ef2d1af4d2d9903af3 Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] ARM: SoC fixes for Linux-5.3

2019-08-30 Thread Arnd Bergmann
On Fri, Aug 30, 2019 at 6:34 PM Linus Torvalds wrote: > > On Fri, Aug 30, 2019 at 9:26 AM Arnd Bergmann wrote: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git armsoc-fixes > > > > for you to fetch changes up to 7a6c9dbb36a415c5901313fc89871fd19f533656: > > Nope. That's a

Re: [GIT PULL] ARM: SoC fixes for Linux-5.3

2019-08-30 Thread Linus Torvalds
On Fri, Aug 30, 2019 at 9:26 AM Arnd Bergmann wrote: > > git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git armsoc-fixes > > for you to fetch changes up to 7a6c9dbb36a415c5901313fc89871fd19f533656: Nope. That's a stale tag for me, pointing to commit 7bd9d465140a. Your old pull

Re: [GIT PULL] ARM: SoC fixes

2019-07-28 Thread pr-tracker-bot
The pull request you sent on Sat, 27 Jul 2019 23:37:15 -0700: > git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/5bb575bcc6d1564340f969c5aa2bff8a500b239f Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] ARM: SoC fixes

2019-07-04 Thread pr-tracker-bot
The pull request you sent on Thu, 4 Jul 2019 17:22:23 -0700: > git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/ecbe5086adc2876b22c898987d8a20f932de87a9 Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] ARM: SoC fixes

2019-06-27 Thread pr-tracker-bot
The pull request you sent on Wed, 26 Jun 2019 19:45:08 -0700: > git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/fe2da896fd9469317ff693fb08a86d9c435e101a Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] ARM: SoC fixes

2019-06-18 Thread pr-tracker-bot
The pull request you sent on Tue, 18 Jun 2019 06:52:16 -0700: > git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/7b306892cc57e27959b5232c1b8415cf09b7571c Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] ARM: SoC fixes

2019-04-07 Thread pr-tracker-bot
The pull request you sent on Sun, 7 Apr 2019 15:50:20 -0700: > git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/d8491223bc243b960ee1c4a8aa5219eca0d69acf Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] ARM: SoC fixes

2019-04-07 Thread Olof Johansson
On Sun, Apr 7, 2019 at 3:50 PM Olof Johansson wrote: > > Hi Linus, > > The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6: > > Linux 5.1-rc3 (2019-03-31 14:39:29 -0700) > > are available in the git repository at: > >

Re: [GIT PULL] ARM: SoC fixes for v5.1

2019-03-28 Thread pr-tracker-bot
The pull request you sent on Thu, 28 Mar 2019 11:03:04 +0800: > git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/97c41a6bdce506bad1cce623378656a5cb956a18 Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] ARM: SoC fixes for v5.0

2019-03-02 Thread pr-tracker-bot
The pull request you sent on Sat, 2 Mar 2019 23:28:17 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/c027c7cf1577bc2333449447c6e48c93126a56b0 Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] ARM: SoC fixes for 5.0

2019-02-22 Thread pr-tracker-bot
The pull request you sent on Fri, 22 Feb 2019 23:23:33 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/9053d2db8b04a468ce1ab92693b940b046ea392c Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] ARM: SoC fixes for 5.0

2019-02-16 Thread pr-tracker-bot
The pull request you sent on Sat, 16 Feb 2019 21:20:48 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/64c0133eb88a3b0c11c42580a520fe78b71b3932 Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] ARM: SoC fixes for linux-5.0

2019-02-08 Thread pr-tracker-bot
The pull request you sent on Sat, 9 Feb 2019 00:27:26 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git armsoc-fixes-5.0 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/46c291e277f93737877305f5626a2c5c35522cb1 Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] ARM: SoC fixes

2019-01-13 Thread pr-tracker-bot
The pull request you sent on Sun, 13 Jan 2019 10:48:25 -0800: > git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git > tags/armsoc-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/dbc3c09b819f2bd42460b148e55ac5a9d83aaeaf Thank you! -- Deet-doot-dot, I

Re: [GIT PULL] ARM: SoC fixes

2018-12-10 Thread pr-tracker-bot
The pull request you sent on Sun, 9 Dec 2018 17:23:35 -0800: > git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git > tags/armsoc-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/1dffab5e98969087039fefa8cde4699c7353b71e Thank you! -- Deet-doot-dot, I

Re: [GIT PULL] ARM: SoC fixes

2018-12-02 Thread pr-tracker-bot
The pull request you sent on Sun, 2 Dec 2018 11:23:01 -0800: > git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git > tags/armsoc-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/6a512726090a5cfd8d5cd41652d2b98a222854b8 Thank you! -- Deet-doot-dot, I

Re: [GIT PULL] ARM: SoC fixes

2018-12-02 Thread pr-tracker-bot
The pull request you sent on Sun, 2 Dec 2018 11:23:01 -0800: > git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git > tags/armsoc-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/6a512726090a5cfd8d5cd41652d2b98a222854b8 Thank you! -- Deet-doot-dot, I

Re: [GIT PULL] ARM: SoC fixes

2018-11-12 Thread Tony Lindgren
* Corentin Labbe [181112 06:13]: > On Sat, Nov 10, 2018 at 10:09:19AM -0800, Olof Johansson wrote: > > On Thu, Nov 8, 2018 at 7:49 AM Tony Lindgren wrote: > > > > > > * Olof Johansson [181107 09:28]: > > > > On Wed, Nov 7, 2018 at 9:17 AM Linus Torvalds > > > > wrote: > > > > > > > > > > On

Re: [GIT PULL] ARM: SoC fixes

2018-11-12 Thread Tony Lindgren
* Corentin Labbe [181112 06:13]: > On Sat, Nov 10, 2018 at 10:09:19AM -0800, Olof Johansson wrote: > > On Thu, Nov 8, 2018 at 7:49 AM Tony Lindgren wrote: > > > > > > * Olof Johansson [181107 09:28]: > > > > On Wed, Nov 7, 2018 at 9:17 AM Linus Torvalds > > > > wrote: > > > > > > > > > > On

Re: [GIT PULL] ARM: SoC fixes

2018-11-11 Thread Corentin Labbe
On Sat, Nov 10, 2018 at 10:09:19AM -0800, Olof Johansson wrote: > On Thu, Nov 8, 2018 at 7:49 AM Tony Lindgren wrote: > > > > * Olof Johansson [181107 09:28]: > > > On Wed, Nov 7, 2018 at 9:17 AM Linus Torvalds > > > wrote: > > > > > > > > On Wed, Nov 7, 2018 at 9:10 AM Olof Johansson wrote: >

Re: [GIT PULL] ARM: SoC fixes

2018-11-11 Thread Corentin Labbe
On Sat, Nov 10, 2018 at 10:09:19AM -0800, Olof Johansson wrote: > On Thu, Nov 8, 2018 at 7:49 AM Tony Lindgren wrote: > > > > * Olof Johansson [181107 09:28]: > > > On Wed, Nov 7, 2018 at 9:17 AM Linus Torvalds > > > wrote: > > > > > > > > On Wed, Nov 7, 2018 at 9:10 AM Olof Johansson wrote: >

Re: [GIT PULL] ARM: SoC fixes

2018-11-10 Thread Olof Johansson
On Thu, Nov 8, 2018 at 7:49 AM Tony Lindgren wrote: > > * Olof Johansson [181107 09:28]: > > On Wed, Nov 7, 2018 at 9:17 AM Linus Torvalds > > wrote: > > > > > > On Wed, Nov 7, 2018 at 9:10 AM Olof Johansson wrote: > > > > > > > > ARM: SoC fixes > > > > > > Pulled. > > > > > > > I was a bit

Re: [GIT PULL] ARM: SoC fixes

2018-11-10 Thread Olof Johansson
On Thu, Nov 8, 2018 at 7:49 AM Tony Lindgren wrote: > > * Olof Johansson [181107 09:28]: > > On Wed, Nov 7, 2018 at 9:17 AM Linus Torvalds > > wrote: > > > > > > On Wed, Nov 7, 2018 at 9:10 AM Olof Johansson wrote: > > > > > > > > ARM: SoC fixes > > > > > > Pulled. > > > > > > > I was a bit

Re: [GIT PULL] ARM: SoC fixes

2018-11-08 Thread Tony Lindgren
* Olof Johansson [181107 09:28]: > On Wed, Nov 7, 2018 at 9:17 AM Linus Torvalds > wrote: > > > > On Wed, Nov 7, 2018 at 9:10 AM Olof Johansson wrote: > > > > > > ARM: SoC fixes > > > > Pulled. > > > > > I was a bit too trigger happy to enable PREEMPT on multi_v7_defconfig, > > > and it ended

Re: [GIT PULL] ARM: SoC fixes

2018-11-08 Thread Tony Lindgren
* Olof Johansson [181107 09:28]: > On Wed, Nov 7, 2018 at 9:17 AM Linus Torvalds > wrote: > > > > On Wed, Nov 7, 2018 at 9:10 AM Olof Johansson wrote: > > > > > > ARM: SoC fixes > > > > Pulled. > > > > > I was a bit too trigger happy to enable PREEMPT on multi_v7_defconfig, > > > and it ended

Re: [GIT PULL] ARM: SoC fixes

2018-11-07 Thread Olof Johansson
On Wed, Nov 7, 2018 at 9:17 AM Linus Torvalds wrote: > > On Wed, Nov 7, 2018 at 9:10 AM Olof Johansson wrote: > > > > ARM: SoC fixes > > Pulled. > > > I was a bit too trigger happy to enable PREEMPT on multi_v7_defconfig, > > and it ended up regressing at least BeagleBone XM boards. > > Odd. Did

Re: [GIT PULL] ARM: SoC fixes

2018-11-07 Thread Olof Johansson
On Wed, Nov 7, 2018 at 9:17 AM Linus Torvalds wrote: > > On Wed, Nov 7, 2018 at 9:10 AM Olof Johansson wrote: > > > > ARM: SoC fixes > > Pulled. > > > I was a bit too trigger happy to enable PREEMPT on multi_v7_defconfig, > > and it ended up regressing at least BeagleBone XM boards. > > Odd. Did

Re: [GIT PULL] ARM: SoC fixes

2018-11-07 Thread Linus Torvalds
On Wed, Nov 7, 2018 at 9:10 AM Olof Johansson wrote: > > ARM: SoC fixes Pulled. > I was a bit too trigger happy to enable PREEMPT on multi_v7_defconfig, > and it ended up regressing at least BeagleBone XM boards. Odd. Did it hit some "may_sleep()" test in a driver that is hidden by preempt

Re: [GIT PULL] ARM: SoC fixes

2018-11-07 Thread Linus Torvalds
On Wed, Nov 7, 2018 at 9:10 AM Olof Johansson wrote: > > ARM: SoC fixes Pulled. > I was a bit too trigger happy to enable PREEMPT on multi_v7_defconfig, > and it ended up regressing at least BeagleBone XM boards. Odd. Did it hit some "may_sleep()" test in a driver that is hidden by preempt

Re: [GIT PULL] ARM: SoC fixes

2018-11-03 Thread Linus Torvalds
On Sat, Nov 3, 2018 at 11:45 AM Olof Johansson wrote: > > ARM: SoC fixes Pulled, Linus

Re: [GIT PULL] ARM: SoC fixes

2018-11-03 Thread Linus Torvalds
On Sat, Nov 3, 2018 at 11:45 AM Olof Johansson wrote: > > ARM: SoC fixes Pulled, Linus

Re: [GIT PULL] ARM: SoC fixes for 4.19

2018-10-12 Thread gregkh
On Fri, Oct 12, 2018 at 05:31:17PM +0200, Arnd Bergmann wrote: > The following changes since commit 17b57b1883c1285f3d0dc2266e8f79286a7bef38: > > Linux 4.19-rc6 (2018-09-30 07:15:35 -0700) > > are available in the Git repository at: > >

Re: [GIT PULL] ARM: SoC fixes for 4.19

2018-10-12 Thread gregkh
On Fri, Oct 12, 2018 at 05:31:17PM +0200, Arnd Bergmann wrote: > The following changes since commit 17b57b1883c1285f3d0dc2266e8f79286a7bef38: > > Linux 4.19-rc6 (2018-09-30 07:15:35 -0700) > > are available in the Git repository at: > >

Re: [GIT PULL] ARM: SoC fixes

2018-10-01 Thread Greg KH
On Sun, Sep 30, 2018 at 12:23:43PM -0700, Olof Johansson wrote: > Hi Linus, Greg, > > The following changes since commit a132bb90414bfad4f8ee23cb45fe6946a89b167d: > > Merge tag 'sunxi-fixes-for-4.19' of > https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into fixes > (2018-09-08

Re: [GIT PULL] ARM: SoC fixes

2018-10-01 Thread Greg KH
On Sun, Sep 30, 2018 at 12:23:43PM -0700, Olof Johansson wrote: > Hi Linus, Greg, > > The following changes since commit a132bb90414bfad4f8ee23cb45fe6946a89b167d: > > Merge tag 'sunxi-fixes-for-4.19' of > https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into fixes > (2018-09-08

Re: [GIT PULL] ARM: SoC fixes (and a cross-arch dt-include fix)

2017-06-02 Thread Arnd Bergmann
On Tue, May 30, 2017 at 11:13 AM, Geert Uytterhoeven wrote: > Hi Arnd, > > On Tue, May 23, 2017 at 4:17 PM, Arnd Bergmann wrote: >> On Tue, May 23, 2017 at 11:49 AM, Geert Uytterhoeven >> wrote: >>> On Mon, May 22, 2017 at 5:11 PM, Olof

Re: [GIT PULL] ARM: SoC fixes (and a cross-arch dt-include fix)

2017-06-02 Thread Arnd Bergmann
On Tue, May 30, 2017 at 11:13 AM, Geert Uytterhoeven wrote: > Hi Arnd, > > On Tue, May 23, 2017 at 4:17 PM, Arnd Bergmann wrote: >> On Tue, May 23, 2017 at 11:49 AM, Geert Uytterhoeven >> wrote: >>> On Mon, May 22, 2017 at 5:11 PM, Olof Johansson wrote: On Mon, May 22, 2017 at 4:44 AM,

Re: [GIT PULL] ARM: SoC fixes (and a cross-arch dt-include fix)

2017-05-30 Thread Geert Uytterhoeven
Hi Arnd, On Tue, May 23, 2017 at 4:17 PM, Arnd Bergmann wrote: > On Tue, May 23, 2017 at 11:49 AM, Geert Uytterhoeven > wrote: >> On Mon, May 22, 2017 at 5:11 PM, Olof Johansson wrote: >>> On Mon, May 22, 2017 at 4:44 AM, Linus Walleij

Re: [GIT PULL] ARM: SoC fixes (and a cross-arch dt-include fix)

2017-05-30 Thread Geert Uytterhoeven
Hi Arnd, On Tue, May 23, 2017 at 4:17 PM, Arnd Bergmann wrote: > On Tue, May 23, 2017 at 11:49 AM, Geert Uytterhoeven > wrote: >> On Mon, May 22, 2017 at 5:11 PM, Olof Johansson wrote: >>> On Mon, May 22, 2017 at 4:44 AM, Linus Walleij >>> wrote: On Fri, May 19, 2017 at 9:34 PM, Olof

Re: [GIT PULL] ARM: SoC fixes (and a cross-arch dt-include fix)

2017-05-23 Thread Olof Johansson
On Tue, May 23, 2017 at 2:49 AM, Geert Uytterhoeven wrote: > Hi Olof, > > On Mon, May 22, 2017 at 5:11 PM, Olof Johansson wrote: >> On Mon, May 22, 2017 at 4:44 AM, Linus Walleij >> wrote: >>> On Fri, May 19, 2017 at 9:34 PM, Olof

Re: [GIT PULL] ARM: SoC fixes (and a cross-arch dt-include fix)

2017-05-23 Thread Olof Johansson
On Tue, May 23, 2017 at 2:49 AM, Geert Uytterhoeven wrote: > Hi Olof, > > On Mon, May 22, 2017 at 5:11 PM, Olof Johansson wrote: >> On Mon, May 22, 2017 at 4:44 AM, Linus Walleij >> wrote: >>> On Fri, May 19, 2017 at 9:34 PM, Olof Johansson wrote: - We've started telling people to avoid

Re: [GIT PULL] ARM: SoC fixes (and a cross-arch dt-include fix)

2017-05-23 Thread Arnd Bergmann
On Tue, May 23, 2017 at 11:49 AM, Geert Uytterhoeven wrote: > > On Mon, May 22, 2017 at 5:11 PM, Olof Johansson wrote: >> On Mon, May 22, 2017 at 4:44 AM, Linus Walleij >> wrote: >>> On Fri, May 19, 2017 at 9:34 PM, Olof Johansson

Re: [GIT PULL] ARM: SoC fixes (and a cross-arch dt-include fix)

2017-05-23 Thread Arnd Bergmann
On Tue, May 23, 2017 at 11:49 AM, Geert Uytterhoeven wrote: > > On Mon, May 22, 2017 at 5:11 PM, Olof Johansson wrote: >> On Mon, May 22, 2017 at 4:44 AM, Linus Walleij >> wrote: >>> On Fri, May 19, 2017 at 9:34 PM, Olof Johansson wrote: >> >> Yeah, asking people to spread out across releases

Re: [GIT PULL] ARM: SoC fixes (and a cross-arch dt-include fix)

2017-05-23 Thread Geert Uytterhoeven
Hi Olof, On Mon, May 22, 2017 at 5:11 PM, Olof Johansson wrote: > On Mon, May 22, 2017 at 4:44 AM, Linus Walleij > wrote: >> On Fri, May 19, 2017 at 9:34 PM, Olof Johansson wrote: >>> - We've started telling people to avoid cross-tree

Re: [GIT PULL] ARM: SoC fixes (and a cross-arch dt-include fix)

2017-05-23 Thread Geert Uytterhoeven
Hi Olof, On Mon, May 22, 2017 at 5:11 PM, Olof Johansson wrote: > On Mon, May 22, 2017 at 4:44 AM, Linus Walleij > wrote: >> On Fri, May 19, 2017 at 9:34 PM, Olof Johansson wrote: >>> - We've started telling people to avoid cross-tree shared branches if all >>>they're doing is picking up

Re: [GIT PULL] ARM: SoC fixes (and a cross-arch dt-include fix)

2017-05-22 Thread Olof Johansson
[adding ksummit-discuss] On Mon, May 22, 2017 at 4:44 AM, Linus Walleij wrote: > On Fri, May 19, 2017 at 9:34 PM, Olof Johansson wrote: > >> - We've started telling people to avoid cross-tree shared branches if all >>they're doing is picking up one

Re: [GIT PULL] ARM: SoC fixes (and a cross-arch dt-include fix)

2017-05-22 Thread Olof Johansson
[adding ksummit-discuss] On Mon, May 22, 2017 at 4:44 AM, Linus Walleij wrote: > On Fri, May 19, 2017 at 9:34 PM, Olof Johansson wrote: > >> - We've started telling people to avoid cross-tree shared branches if all >>they're doing is picking up one or two DT-used constants from a >>

Re: [GIT PULL] ARM: SoC fixes (and a cross-arch dt-include fix)

2017-05-22 Thread Linus Walleij
On Fri, May 19, 2017 at 9:34 PM, Olof Johansson wrote: > - We've started telling people to avoid cross-tree shared branches if all >they're doing is picking up one or two DT-used constants from a >shared include file, and instead to use the numeric values on first >

Re: [GIT PULL] ARM: SoC fixes (and a cross-arch dt-include fix)

2017-05-22 Thread Linus Walleij
On Fri, May 19, 2017 at 9:34 PM, Olof Johansson wrote: > - We've started telling people to avoid cross-tree shared branches if all >they're doing is picking up one or two DT-used constants from a >shared include file, and instead to use the numeric values on first >submission.

Re: [GIT PULL] ARM: SoC fixes

2016-11-19 Thread Olof Johansson
On Sat, Nov 19, 2016 at 6:26 PM, Linus Torvalds wrote: > On Sat, Nov 19, 2016 at 6:22 PM, Olof Johansson wrote: >> >> git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git >> tags/armsoc-for-linus > > Forgot to push? I get a tag that is

Re: [GIT PULL] ARM: SoC fixes

2016-11-19 Thread Olof Johansson
On Sat, Nov 19, 2016 at 6:26 PM, Linus Torvalds wrote: > On Sat, Nov 19, 2016 at 6:22 PM, Olof Johansson wrote: >> >> git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git >> tags/armsoc-for-linus > > Forgot to push? I get a tag that is an old one from August last year.. Crap.

Re: [GIT PULL] ARM: SoC fixes

2016-11-19 Thread Linus Torvalds
On Sat, Nov 19, 2016 at 6:22 PM, Olof Johansson wrote: > > git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git > tags/armsoc-for-linus Forgot to push? I get a tag that is an old one from August last year.. Linus

Re: [GIT PULL] ARM: SoC fixes

2016-11-19 Thread Linus Torvalds
On Sat, Nov 19, 2016 at 6:22 PM, Olof Johansson wrote: > > git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git > tags/armsoc-for-linus Forgot to push? I get a tag that is an old one from August last year.. Linus

Re: [GIT PULL] ARM: SoC fixes for 4.3-rc

2015-10-23 Thread Arnd Bergmann
On Friday 23 October 2015 18:41:32 Linus Torvalds wrote: > On Thu, 22 Oct 2015, Arnd Bergmann wrote: > > > > are available in the git repository at: > > > > git+ssh://gitol...@ra.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git > > tags/fixes-for-linus > > Anyway, I've pulled using the

Re: [GIT PULL] ARM: SoC fixes for 4.3-rc

2015-10-23 Thread Linus Torvalds
On Thu, 22 Oct 2015, Arnd Bergmann wrote: > > are available in the git repository at: > > git+ssh://gitol...@ra.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git > tags/fixes-for-linus What the heck happened to your pull request script? A sudden case of script disease? That's just

Re: [GIT PULL] ARM: SoC fixes for 4.3-rc

2015-10-23 Thread Linus Torvalds
On Thu, 22 Oct 2015, Arnd Bergmann wrote: > > are available in the git repository at: > > git+ssh://gitol...@ra.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git > tags/fixes-for-linus What the heck happened to your pull request script? A sudden case of script disease? That's just

Re: [GIT PULL] ARM: SoC fixes for 4.3-rc

2015-10-23 Thread Arnd Bergmann
On Friday 23 October 2015 18:41:32 Linus Torvalds wrote: > On Thu, 22 Oct 2015, Arnd Bergmann wrote: > > > > are available in the git repository at: > > > > git+ssh://gitol...@ra.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git > > tags/fixes-for-linus > > Anyway, I've pulled using the

Re: [GIT PULL] ARM: SoC fixes for 3.18-rc3

2014-11-02 Thread Olof Johansson
On Sun, Nov 2, 2014 at 1:48 PM, Olof Johansson wrote: > Hi Linus, > > The following changes since commit cac7f2429872d3733dc3f9915857b1691da2eb2f: > > Linux 3.18-rc2 (2014-10-26 16:48:41 -0700) > > are available in the git repository at: > >

Re: [GIT PULL] ARM: SoC fixes for 3.18-rc3

2014-11-02 Thread Olof Johansson
Hi, On Sun, Nov 2, 2014 at 1:48 PM, Olof Johansson wrote: > ARM: SoC fixes for 3.8-rc3 > > A surprisingly small batch of fixes for -rc3. Suspiciously small, I'd say. Obviously, I just missed -rc3, but please merge anyway. :) -Olof -- To unsubscribe from this list: send the line "unsubscribe

Re: [GIT PULL] ARM: SoC fixes for 3.18-rc3

2014-11-02 Thread Olof Johansson
Hi, On Sun, Nov 2, 2014 at 1:48 PM, Olof Johansson o...@lixom.net wrote: ARM: SoC fixes for 3.8-rc3 A surprisingly small batch of fixes for -rc3. Suspiciously small, I'd say. Obviously, I just missed -rc3, but please merge anyway. :) -Olof -- To unsubscribe from this list: send the line

Re: [GIT PULL] ARM: SoC fixes for 3.18-rc3

2014-11-02 Thread Olof Johansson
On Sun, Nov 2, 2014 at 1:48 PM, Olof Johansson o...@lixom.net wrote: Hi Linus, The following changes since commit cac7f2429872d3733dc3f9915857b1691da2eb2f: Linux 3.18-rc2 (2014-10-26 16:48:41 -0700) are available in the git repository at:

Re: [GIT PULL] ARM: SoC fixes for 3.17-rc

2014-08-24 Thread Olof Johansson
On Sun, Aug 24, 2014 at 3:58 PM, Linus Torvalds wrote: > On Sun, Aug 24, 2014 at 11:40 AM, Olof Johansson wrote: >> >> are available in the git repository at: >> >> git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git fixes > > Grr. Yes and no. > > You didn't really mean for me to

Re: [GIT PULL] ARM: SoC fixes for 3.17-rc

2014-08-24 Thread Linus Torvalds
On Sun, Aug 24, 2014 at 11:40 AM, Olof Johansson wrote: > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git fixes Grr. Yes and no. You didn't really mean for me to pull that branch, you meant for me to pull your tag "fixes-for-linus".

Re: [GIT PULL] ARM: SoC fixes for 3.17-rc

2014-08-24 Thread Linus Torvalds
On Sun, Aug 24, 2014 at 11:40 AM, Olof Johansson o...@lixom.net wrote: are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git fixes Grr. Yes and no. You didn't really mean for me to pull that branch, you meant for me to pull your tag

Re: [GIT PULL] ARM: SoC fixes for 3.17-rc

2014-08-24 Thread Olof Johansson
On Sun, Aug 24, 2014 at 3:58 PM, Linus Torvalds torva...@linux-foundation.org wrote: On Sun, Aug 24, 2014 at 11:40 AM, Olof Johansson o...@lixom.net wrote: are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git fixes Grr. Yes and no. You

Re: [GIT PULL] ARM: SoC fixes for 3.16-rc

2014-07-06 Thread Andreas Färber
Hi Santosh, Am 05.07.2014 21:49, schrieb Olof Johansson: > The following changes since commit 6c9d16178870315846faa1f59697b801e3fe0531: > > Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes > (2014-06-25 20:27:15 +0200) > > are available in the git repository at: >

Re: [GIT PULL] ARM: SoC fixes for 3.16-rc

2014-07-06 Thread Andreas Färber
Hi Santosh, Am 05.07.2014 21:49, schrieb Olof Johansson: The following changes since commit 6c9d16178870315846faa1f59697b801e3fe0531: Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes (2014-06-25 20:27:15 +0200) are available in the git repository at:

Re: [GIT PULL] ARM: SoC fixes for 3.13

2014-01-10 Thread Olof Johansson
On Fri, Jan 10, 2014 at 12:56 AM, Linus Torvalds wrote: > On Thu, Jan 9, 2014 at 4:52 PM, Olof Johansson wrote: >> >> ARM: SoC fixes for 3.13-rc >> >> Hopefully the last set of arm-soc fixes for 3.13, or at least only a >> few stray patches after this. >> >> There are a few fixes for Renesas

Re: [GIT PULL] ARM: SoC fixes for 3.13

2014-01-10 Thread Linus Torvalds
On Thu, Jan 9, 2014 at 4:52 PM, Olof Johansson wrote: > > ARM: SoC fixes for 3.13-rc > > Hopefully the last set of arm-soc fixes for 3.13, or at least only a > few stray patches after this. > > There are a few fixes for Renesas platforms to fixup DMA masks (this > started causing errors once the

Re: [GIT PULL] ARM: SoC fixes for 3.13

2014-01-10 Thread Linus Torvalds
On Thu, Jan 9, 2014 at 4:52 PM, Olof Johansson o...@lixom.net wrote: ARM: SoC fixes for 3.13-rc Hopefully the last set of arm-soc fixes for 3.13, or at least only a few stray patches after this. There are a few fixes for Renesas platforms to fixup DMA masks (this started causing errors

Re: [GIT PULL] ARM: SoC fixes for 3.13

2014-01-10 Thread Olof Johansson
On Fri, Jan 10, 2014 at 12:56 AM, Linus Torvalds torva...@linux-foundation.org wrote: On Thu, Jan 9, 2014 at 4:52 PM, Olof Johansson o...@lixom.net wrote: ARM: SoC fixes for 3.13-rc Hopefully the last set of arm-soc fixes for 3.13, or at least only a few stray patches after this. There are

Re: [GIT PULL] ARM: SoC fixes for 3.12-rc

2013-10-02 Thread Brian Norris
(Trimming CC list) Hi David, On Thu, Sep 19, 2013 at 4:19 PM, Woodhouse, David wrote: > On Thu, 2013-09-19 at 15:57 -0700, Brian Norris wrote: >> Speaking of such process issues: there's an outstanding patch for a >> (small) memory leak that was introduced in the nand_base.c ONFI code >> in

Re: [GIT PULL] ARM: SoC fixes for 3.12-rc

2013-10-02 Thread Brian Norris
(Trimming CC list) Hi David, On Thu, Sep 19, 2013 at 4:19 PM, Woodhouse, David david.woodho...@intel.com wrote: On Thu, 2013-09-19 at 15:57 -0700, Brian Norris wrote: Speaking of such process issues: there's an outstanding patch for a (small) memory leak that was introduced in the nand_base.c

Re: [GIT PULL] ARM: SoC fixes for 3.12-rc

2013-09-27 Thread Brian Norris
On Fri, Sep 27, 2013 at 3:59 AM, Woodhouse, David wrote: > On Thu, 2013-09-19 at 17:44 -0700, Brian Norris wrote: >> > Does that m25p80 'fix 4 byte addressing' fix for Micron not also want to >> > go in? >> >> I suppose the m25p80 one can go in as well. It's not so much a bugfix >> as augmenting

Re: [GIT PULL] ARM: SoC fixes for 3.12-rc

2013-09-27 Thread Woodhouse, David
On Thu, 2013-09-19 at 17:44 -0700, Brian Norris wrote: > > Does that m25p80 'fix 4 byte addressing' fix for Micron not also want to > > go in? > > I suppose the m25p80 one can go in as well. It's not so much a bugfix > as augmenting my original patch to support more devices. But it is > safe

Re: [GIT PULL] ARM: SoC fixes for 3.12-rc

2013-09-27 Thread Woodhouse, David
On Thu, 2013-09-19 at 17:44 -0700, Brian Norris wrote: Does that m25p80 'fix 4 byte addressing' fix for Micron not also want to go in? I suppose the m25p80 one can go in as well. It's not so much a bugfix as augmenting my original patch to support more devices. But it is safe enough. You

  1   2   >