All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/4] DaVinci driver updates
@ 2017-02-02 13:33 Sekhar Nori
  2017-02-02 13:33 ` [GIT PULL 2/4]: DaVinci SoC support updates (part 2) Sekhar Nori
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Sekhar Nori @ 2017-02-02 13:33 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.11/drivers

for you to fetch changes up to cdf0ead3747200d527f37170d3fdd41e368f88b0:

  sata: ahci-da850: un-hardcode the MPY bits (2017-01-31 20:41:52 +0530)

----------------------------------------------------------------
Driver updates for SATA support on DA850.

These have been acked by SATA maintainer
Tejun Heo. Tejun preferred these be queued
through ARM-SoC because of the dependencies
with platform code.

----------------------------------------------------------------
Bartosz Golaszewski (6):
      sata: ahci-da850: get the sata clock using a connection id
      sata: ahci-da850: add device tree match table
      sata: ahci-da850: implement a workaround for the softreset quirk
      sata: ahci: export ahci_do_hardreset() locally
      sata: ahci-da850: add a workaround for controller instability
      sata: ahci-da850: un-hardcode the MPY bits

 drivers/ata/ahci.h       |   3 +
 drivers/ata/ahci_da850.c | 175 ++++++++++++++++++++++++++++++++++++++++++-----
 drivers/ata/libahci.c    |  18 +++--
 3 files changed, 174 insertions(+), 22 deletions(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [GIT PULL 2/4]: DaVinci SoC support updates (part 2)
  2017-02-02 13:33 [GIT PULL 1/4] DaVinci driver updates Sekhar Nori
@ 2017-02-02 13:33 ` Sekhar Nori
  2017-02-16 16:17   ` Arnd Bergmann
  2017-02-02 13:33 ` [GIT PULL 3/4] DaVinci device-tree " Sekhar Nori
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 11+ messages in thread
From: Sekhar Nori @ 2017-02-02 13:33 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 9c9b1bc25291e275b04f758f2549c81e092954f5:

  ARM: davinci: add skeleton for pdata-quirks (2017-01-23 20:52:38 +0530)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.11/soc-2

for you to fetch changes up to a3035886852cd859e371550fe726da08b85c67d0:

  ARM: davinci: remove BUG_ON() from da850_register_sata() (2017-01-31 20:48:25 +0530)

----------------------------------------------------------------
SoC updates needed for SATA support on
DA850.

This includes a merge of non-critical-fixes
branch already queued for v4.11 because
SATA clock addition conflicts with the fix-up
done earlier.

----------------------------------------------------------------
Bartosz Golaszewski (7):
      ARM: davinci: da850: coding style fix
      ARM: davinci: da850: fix da850_set_pll0rate()
      bus: da850-mstpri: fix my e-mail address
      ARM: davinci: da8xx-dt: add OF_DEV_AUXDATA entry for SATA
      ARM: davinci: da850: add con_id for the SATA clock
      ARM: davinci: da850: model the SATA refclk
      ARM: davinci: remove BUG_ON() from da850_register_sata()

Sekhar Nori (1):
      Merge branch 'v4.11/fixes-non-critical' into v4.11/soc

 arch/arm/mach-davinci/da850.c              | 24 +++++++++++++++++++-----
 arch/arm/mach-davinci/da8xx-dt.c           |  9 +++++++++
 arch/arm/mach-davinci/devices-da8xx.c      | 30 ++++++++++++++++++++++++++++--
 arch/arm/mach-davinci/include/mach/da8xx.h |  1 +
 drivers/bus/da8xx-mstpri.c                 |  2 +-
 drivers/cpufreq/davinci-cpufreq.c          |  2 +-
 6 files changed, 59 insertions(+), 9 deletions(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [GIT PULL 3/4] DaVinci device-tree updates (part 2)
  2017-02-02 13:33 [GIT PULL 1/4] DaVinci driver updates Sekhar Nori
  2017-02-02 13:33 ` [GIT PULL 2/4]: DaVinci SoC support updates (part 2) Sekhar Nori
@ 2017-02-02 13:33 ` Sekhar Nori
  2017-02-16 16:19   ` Arnd Bergmann
  2017-02-02 13:33 ` [GIT PULL 4/4] DaVinci defconfig " Sekhar Nori
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 11+ messages in thread
From: Sekhar Nori @ 2017-02-02 13:33 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 4302a38ef6f1ebdbdec886bcc7b2d27654e50aea:

  ARM: dts: Add LEGO MINDSTORMS EV3 dts (2017-01-20 17:17:29 +0530)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.11/dt-2

for you to fetch changes up to 91aba937086daedba96c3227b40697b7c4da1520:

  ARM: dts: da850-lcdk: enable the SATA node (2017-01-31 17:52:35 +0530)

----------------------------------------------------------------
Enable SATA support on DA850 LCDK

----------------------------------------------------------------
Bartosz Golaszewski (3):
      devicetree: bindings: add bindings for ahci-da850
      ARM: dts: da850: add the SATA node
      ARM: dts: da850-lcdk: enable the SATA node

 Documentation/devicetree/bindings/ata/ahci-da850.txt | 18 ++++++++++++++++++
 arch/arm/boot/dts/da850-lcdk.dts                     |  4 ++++
 arch/arm/boot/dts/da850.dtsi                         |  6 ++++++
 3 files changed, 28 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/ata/ahci-da850.txt

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [GIT PULL 4/4] DaVinci defconfig updates (part 2)
  2017-02-02 13:33 [GIT PULL 1/4] DaVinci driver updates Sekhar Nori
  2017-02-02 13:33 ` [GIT PULL 2/4]: DaVinci SoC support updates (part 2) Sekhar Nori
  2017-02-02 13:33 ` [GIT PULL 3/4] DaVinci device-tree " Sekhar Nori
@ 2017-02-02 13:33 ` Sekhar Nori
  2017-02-16 16:19   ` Arnd Bergmann
  2017-02-13  8:00 ` [GIT PULL 1/4] DaVinci driver updates Sekhar Nori
  2017-02-16 16:15 ` Arnd Bergmann
  4 siblings, 1 reply; 11+ messages in thread
From: Sekhar Nori @ 2017-02-02 13:33 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 685db57ace04411387b33e607d6abde9763819e7:

  ARM: davinci_all_defconfig: enable iio (2017-01-20 17:21:03 +0530)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.11/defconfig-2

for you to fetch changes up to 484290350c8d6ec119d255304ff32d7e255ed208:

  ARM: davinci_all_defconfig: enable SATA modules (2017-01-31 16:25:14 +0530)

----------------------------------------------------------------
Enable SATA support found on DA850 SoC.

----------------------------------------------------------------
Bartosz Golaszewski (1):
      ARM: davinci_all_defconfig: enable SATA modules

 arch/arm/configs/davinci_all_defconfig | 2 ++
 1 file changed, 2 insertions(+)

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [GIT PULL 1/4] DaVinci driver updates
  2017-02-02 13:33 [GIT PULL 1/4] DaVinci driver updates Sekhar Nori
                   ` (2 preceding siblings ...)
  2017-02-02 13:33 ` [GIT PULL 4/4] DaVinci defconfig " Sekhar Nori
@ 2017-02-13  8:00 ` Sekhar Nori
  2017-02-16 16:21   ` Arnd Bergmann
  2017-02-16 16:15 ` Arnd Bergmann
  4 siblings, 1 reply; 11+ messages in thread
From: Sekhar Nori @ 2017-02-13  8:00 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof,

A gentle ping on pulling this pull request set.

Thanks,
Sekhar

On Thursday 02 February 2017 07:03 PM, Sekhar Nori wrote:
> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
> 
>   Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.11/drivers
> 
> for you to fetch changes up to cdf0ead3747200d527f37170d3fdd41e368f88b0:
> 
>   sata: ahci-da850: un-hardcode the MPY bits (2017-01-31 20:41:52 +0530)
> 
> ----------------------------------------------------------------
> Driver updates for SATA support on DA850.
> 
> These have been acked by SATA maintainer
> Tejun Heo. Tejun preferred these be queued
> through ARM-SoC because of the dependencies
> with platform code.
> 
> ----------------------------------------------------------------
> Bartosz Golaszewski (6):
>       sata: ahci-da850: get the sata clock using a connection id
>       sata: ahci-da850: add device tree match table
>       sata: ahci-da850: implement a workaround for the softreset quirk
>       sata: ahci: export ahci_do_hardreset() locally
>       sata: ahci-da850: add a workaround for controller instability
>       sata: ahci-da850: un-hardcode the MPY bits
> 
>  drivers/ata/ahci.h       |   3 +
>  drivers/ata/ahci_da850.c | 175 ++++++++++++++++++++++++++++++++++++++++++-----
>  drivers/ata/libahci.c    |  18 +++--
>  3 files changed, 174 insertions(+), 22 deletions(-)
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [GIT PULL 1/4] DaVinci driver updates
  2017-02-02 13:33 [GIT PULL 1/4] DaVinci driver updates Sekhar Nori
                   ` (3 preceding siblings ...)
  2017-02-13  8:00 ` [GIT PULL 1/4] DaVinci driver updates Sekhar Nori
@ 2017-02-16 16:15 ` Arnd Bergmann
  4 siblings, 0 replies; 11+ messages in thread
From: Arnd Bergmann @ 2017-02-16 16:15 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday, February 2, 2017 7:03:45 PM CET Sekhar Nori wrote:
> Driver updates for SATA support on DA850.
> 
> These have been acked by SATA maintainer
> Tejun Heo. Tejun preferred these be queued
> through ARM-SoC because of the dependencies
> with platform code.

Ok, pulled into next/drivers now, thanks!

	Arnd

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [GIT PULL 2/4]: DaVinci SoC support updates (part 2)
  2017-02-02 13:33 ` [GIT PULL 2/4]: DaVinci SoC support updates (part 2) Sekhar Nori
@ 2017-02-16 16:17   ` Arnd Bergmann
  0 siblings, 0 replies; 11+ messages in thread
From: Arnd Bergmann @ 2017-02-16 16:17 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday, February 2, 2017 7:03:46 PM CET Sekhar Nori wrote:
> SoC updates needed for SATA support on
> DA850.
> 
> This includes a merge of non-critical-fixes
> branch already queued for v4.11 because
> SATA clock addition conflicts with the fix-up
> done earlier.

Pulled into next/soc, thanks!

	Arnd

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [GIT PULL 3/4] DaVinci device-tree updates (part 2)
  2017-02-02 13:33 ` [GIT PULL 3/4] DaVinci device-tree " Sekhar Nori
@ 2017-02-16 16:19   ` Arnd Bergmann
  0 siblings, 0 replies; 11+ messages in thread
From: Arnd Bergmann @ 2017-02-16 16:19 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday, February 2, 2017 7:03:47 PM CET Sekhar Nori wrote:
> Enable SATA support on DA850 LCDK
> 

Pushed into next/dt, thanks!

	Arnd

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [GIT PULL 4/4] DaVinci defconfig updates (part 2)
  2017-02-02 13:33 ` [GIT PULL 4/4] DaVinci defconfig " Sekhar Nori
@ 2017-02-16 16:19   ` Arnd Bergmann
  0 siblings, 0 replies; 11+ messages in thread
From: Arnd Bergmann @ 2017-02-16 16:19 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday, February 2, 2017 7:03:48 PM CET Sekhar Nori wrote:
> Enable SATA support found on DA850 SoC.
> 

Pulled into next/defconfig, thanks!

	Arnd

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [GIT PULL 1/4] DaVinci driver updates
  2017-02-13  8:00 ` [GIT PULL 1/4] DaVinci driver updates Sekhar Nori
@ 2017-02-16 16:21   ` Arnd Bergmann
  2017-02-17 12:41     ` Sekhar Nori
  0 siblings, 1 reply; 11+ messages in thread
From: Arnd Bergmann @ 2017-02-16 16:21 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday, February 13, 2017 1:30:31 PM CET Sekhar Nori wrote:
> Hi Arnd, Olof,
> 
> A gentle ping on pulling this pull request set.
> 

Thanks for the reminder! For some reason I had never moved
these into the TODO folder, so they went by completely
unnoticed. At least we had an -rc8 now, so there was some time
to take care of them.

	Arnd

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [GIT PULL 1/4] DaVinci driver updates
  2017-02-16 16:21   ` Arnd Bergmann
@ 2017-02-17 12:41     ` Sekhar Nori
  0 siblings, 0 replies; 11+ messages in thread
From: Sekhar Nori @ 2017-02-17 12:41 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd,

On Thursday 16 February 2017 09:51 PM, Arnd Bergmann wrote:
> On Monday, February 13, 2017 1:30:31 PM CET Sekhar Nori wrote:
>> Hi Arnd, Olof,
>>
>> A gentle ping on pulling this pull request set.
>>
> 
> Thanks for the reminder! For some reason I had never moved
> these into the TODO folder, so they went by completely
> unnoticed. At least we had an -rc8 now, so there was some time
> to take care of them.

No problem! Thanks for pulling these.

Thanks,
Sekhar

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-02-17 12:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-02 13:33 [GIT PULL 1/4] DaVinci driver updates Sekhar Nori
2017-02-02 13:33 ` [GIT PULL 2/4]: DaVinci SoC support updates (part 2) Sekhar Nori
2017-02-16 16:17   ` Arnd Bergmann
2017-02-02 13:33 ` [GIT PULL 3/4] DaVinci device-tree " Sekhar Nori
2017-02-16 16:19   ` Arnd Bergmann
2017-02-02 13:33 ` [GIT PULL 4/4] DaVinci defconfig " Sekhar Nori
2017-02-16 16:19   ` Arnd Bergmann
2017-02-13  8:00 ` [GIT PULL 1/4] DaVinci driver updates Sekhar Nori
2017-02-16 16:21   ` Arnd Bergmann
2017-02-17 12:41     ` Sekhar Nori
2017-02-16 16:15 ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.