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

[GIT PULL] ARM: SoC fixes

2020-09-13 Thread Olof Johansson
Hi Linus, The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes for you to fetch changes up to

[GIT PULL] ARM: SoC fixes for v5.7

2020-05-29 Thread Arnd Bergmann
The following changes since commit b9bbe6ed63b2b9f2c9ee5cbd0f2c946a2723f4ce: Linux 5.7-rc6 (2020-05-17 16:48:37 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes-v5.7 for you to fetch changes up to

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

[GIT PULL] ARM: SoC fixes

2019-10-05 Thread Olof Johansson
Hi Linus, The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c: Linux 5.4-rc1 (2019-09-30 10:35:40 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes for you to fetch changes up to

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

[GIT PULL] ARM: SoC fixes

2019-09-29 Thread Olof Johansson
Hi Linus, The following changes since commit 4d856f72c10ecb060868ed10ff1b1453943fc6c8: Linux 5.3 (2019-09-15 14:19:32 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes for you to fetch changes up to

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

[GIT PULL] ARM: SoC fixes for -rc8

2019-09-06 Thread Arnd Bergmann
The following changes since commit 089cf7f6ecb266b6a4164919a2e69bd2f938374a: Linux 5.3-rc7 (2019-09-02 09:57:40 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes for you to fetch changes up to

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

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

2019-08-30 Thread Arnd Bergmann
The following changes since commit d45331b00ddb179e291766617259261c112db872: Linux 5.3-rc4 (2019-08-11 13:26:41 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git armsoc-fixes for you to fetch changes up to

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

[GIT PULL] ARM: SoC fixes

2019-07-28 Thread Olof Johansson
Hi Linus, The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes for you to fetch changes up to

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

[GIT PULL] ARM: SoC fixes

2019-07-04 Thread Olof Johansson
Hi Linus, Greg, The following changes since commit 6fbc7275c7a9ba97877050335f290341a1fd8dbf: Linux 5.2-rc7 (2019-06-30 11:25:36 +0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes for you to fetch changes up to

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

[GIT PULL] ARM: SoC fixes

2019-06-26 Thread Olof Johansson
Hi Linus, Greg, The following changes since commit cd3967bee004bcbd142403698d658166fa618c9e: soc: ixp4xx: npe: Fix an IS_ERR() vs NULL check in probe (2019-06-18 06:47:59 -0700) 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

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

[GIT PULL] ARM: SoC fixes

2019-06-18 Thread Olof Johansson
Hi Linus, The following changes since commit 9e0babf2c06c73cda2c0cd37a1653d823adb40ec: Linux 5.2-rc5 (2019-06-16 08:49:45 -1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes for you to fetch changes up to

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: > >

[GIT PULL] ARM: SoC fixes

2019-04-07 Thread Olof Johansson
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: git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes for you to fetch changes up to

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

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

2019-03-27 Thread Arnd Bergmann
The following changes since commit 8c2ffd9174779014c3fe1f96d9dc3641d9175f00: Linux 5.1-rc2 (2019-03-24 14:02:26 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes for you to fetch changes up to

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

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

2019-03-02 Thread Arnd Bergmann
The following changes since commit 5908e6b738e3357af42c10e1183753c70a0117a9: Linux 5.0-rc8 (2019-02-24 16:46:45 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes for you to fetch changes up to

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

[GIT PULL] ARM: SoC fixes for 5.0

2019-02-22 Thread Arnd Bergmann
The following changes since commit a3b22b9f11d9fbc48b0291ea92259a5a810e9438: Linux 5.0-rc7 (2019-02-17 18:46:40 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes for you to fetch changes up to

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

[GIT PULL] ARM: SoC fixes for 5.0

2019-02-16 Thread Arnd Bergmann
The following changes since commit d13937116f1e82bf508a6325111b322c30c85eb9: Linux 5.0-rc6 (2019-02-10 14:42:20 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes for you to fetch changes up to

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

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

2019-02-08 Thread Arnd Bergmann
The following changes since commit f17b5f06cb92ef2250513a1e154c47b78df07d40: Linux 5.0-rc4 (2019-01-27 15:18:05 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git armsoc-fixes-5.0 for you to fetch changes up to

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

[GIT PULL] ARM: SoC fixes

2019-01-13 Thread Olof Johansson
Hi Linus, The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c: Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-fixes for you to fetch changes up to

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

[GIT PULL] ARM: SoC fixes

2018-12-09 Thread Olof Johansson
Hi Linus, The following changes since commit 2595646791c319cadfdbf271563aac97d0843dc7: Linux 4.20-rc5 (2018-12-02 15:07:55 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-fixes for you to fetch changes up to

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

[GIT PULL] ARM: SoC fixes

2018-12-02 Thread Olof Johansson
Hi Linus, The following changes since commit a89f84a56ec95fd66b839bf9c545f8a59a4ffcd5: Merge tag 'stratix10_dts_fix_for_v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into fixes (2018-11-07 08:09:50 -0800) are available in the git repository at:

[GIT PULL] ARM: SoC fixes

2018-12-02 Thread Olof Johansson
Hi Linus, The following changes since commit a89f84a56ec95fd66b839bf9c545f8a59a4ffcd5: Merge tag 'stratix10_dts_fix_for_v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into fixes (2018-11-07 08:09:50 -0800) are available in the git repository at:

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

[GIT PULL] ARM: SoC fixes

2018-11-07 Thread Olof Johansson
Hi Linus, Please merge. Thanks! -Olof The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a: Linux 4.20-rc1 (2018-11-04 15:37:52 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-fixes for you

[GIT PULL] ARM: SoC fixes

2018-11-07 Thread Olof Johansson
Hi Linus, Please merge. Thanks! -Olof The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a: Linux 4.20-rc1 (2018-11-04 15:37:52 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-fixes for you

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

[GIT PULL] ARM: SoC fixes

2018-11-03 Thread Olof Johansson
Hi Linus, The following changes since commit 4b42745211af552f170f38a1b97f4a112b5da6b2: Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc (2018-10-29 15:37:33 -0700) are available in the git repository at:

[GIT PULL] ARM: SoC fixes

2018-11-03 Thread Olof Johansson
Hi Linus, The following changes since commit 4b42745211af552f170f38a1b97f4a112b5da6b2: Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc (2018-10-29 15:37:33 -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 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: > >

[GIT PULL] ARM: SoC fixes for 4.19

2018-10-12 Thread Arnd Bergmann
The following changes since commit 17b57b1883c1285f3d0dc2266e8f79286a7bef38: Linux 4.19-rc6 (2018-09-30 07:15:35 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-fixes-4.19 for you to fetch changes up to

[GIT PULL] ARM: SoC fixes for 4.19

2018-10-12 Thread Arnd Bergmann
The following changes since commit 17b57b1883c1285f3d0dc2266e8f79286a7bef38: Linux 4.19-rc6 (2018-09-30 07:15:35 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-fixes-4.19 for you to fetch changes up to

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

[GIT PULL] ARM: SoC fixes

2018-09-30 Thread Olof Johansson
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 10:04:37 -0700) are available in the git repository at:

[GIT PULL] ARM: SoC fixes

2018-09-30 Thread Olof Johansson
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 10:04:37 -0700) are available in the git repository at:

[GIT PULL] ARM: SoC fixes

2018-09-08 Thread Olof Johansson
Hi Linus, The following changes since commit a72b44a871c218e2a0580e68affa1d3528c0587a: Merge tag 'omap-for-v4.19/fixes-v2-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes (2018-09-01 18:22:19 -0700) are available in the git repository at:

[GIT PULL] ARM: SoC fixes

2018-09-08 Thread Olof Johansson
Hi Linus, The following changes since commit a72b44a871c218e2a0580e68affa1d3528c0587a: Merge tag 'omap-for-v4.19/fixes-v2-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes (2018-09-01 18:22:19 -0700) are available in the git repository at:

[GIT PULL] ARM: SoC fixes

2018-09-01 Thread Olof Johansson
Hi Linus, The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3: Linux 4.19-rc1 (2018-08-26 14:11:59 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-fixes for you to fetch changes up to

[GIT PULL] ARM: SoC fixes

2018-09-01 Thread Olof Johansson
Hi Linus, The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3: Linux 4.19-rc1 (2018-08-26 14:11:59 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-fixes for you to fetch changes up to

[GIT PULL] ARM: SoC fixes

2018-07-21 Thread Olof Johansson
Hi Linus, The following changes since commit 13e66ceea1600f1061181acc2d4e0fac1a7d0333: Merge tag 'omap-for-v4.18/fixes-rc4-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes (2018-07-14 15:14:02 -0700) are available in the git repository at:

[GIT PULL] ARM: SoC fixes

2018-07-21 Thread Olof Johansson
Hi Linus, The following changes since commit 13e66ceea1600f1061181acc2d4e0fac1a7d0333: Merge tag 'omap-for-v4.18/fixes-rc4-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes (2018-07-14 15:14:02 -0700) are available in the git repository at:

[GIT PULL] ARM: SoC fixes

2018-07-15 Thread Olof Johansson
Hi Linus, The following changes since commit f0463f3619fd10e0cbaa5195bf2bc264a77a586d: Merge tag 'omap-for-v4.18/fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes (2018-07-05 14:59:20 -0700) are available in the git repository at:

[GIT PULL] ARM: SoC fixes

2018-07-15 Thread Olof Johansson
Hi Linus, The following changes since commit f0463f3619fd10e0cbaa5195bf2bc264a77a586d: Merge tag 'omap-for-v4.18/fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes (2018-07-05 14:59:20 -0700) are available in the git repository at:

[GIT PULL] ARM: SoC fixes

2018-07-08 Thread Olof Johansson
Hi Linus, The following changes since commit 021c91791a5e7e85c567452f1be3e4c2c6cb6063: Linux 4.18-rc3 (2018-07-01 16:04:53 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-fixes for you to fetch changes up to

[GIT PULL] ARM: SoC fixes

2018-07-08 Thread Olof Johansson
Hi Linus, The following changes since commit 021c91791a5e7e85c567452f1be3e4c2c6cb6063: Linux 4.18-rc3 (2018-07-01 16:04:53 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-fixes for you to fetch changes up to

[GIT PULL] ARM: SoC fixes

2018-06-30 Thread Olof Johansson
Hi Linus, The following changes since commit 86676c4685f774d818f7a6c401c925bbf2a92903: arm64: dts: uniphier: fix widget name of headphone for LD11/LD20 boards (2018-06-27 07:14:47 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git

[GIT PULL] ARM: SoC fixes

2018-06-30 Thread Olof Johansson
Hi Linus, The following changes since commit 86676c4685f774d818f7a6c401c925bbf2a92903: arm64: dts: uniphier: fix widget name of headphone for LD11/LD20 boards (2018-06-27 07:14:47 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git

[GIT PULL] ARM: SoC fixes

2018-06-27 Thread Olof Johansson
Hi Linus, The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40: Linux 4.18-rc1 (2018-06-17 08:04:49 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-fixes for you to fetch changes up to

  1   2   3   4   >