[GIT PULL 1/4] DaVinci driver updates

11 messages, 2 authors, 2017-02-17 · open the first message on its own page

[GIT PULL 1/4] DaVinci driver updates

From: Sekhar Nori <hidden>
Date: 2017-02-02 13:33:45

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(-)

[GIT PULL 2/4]: DaVinci SoC support updates (part 2)

From: Sekhar Nori <hidden>
Date: 2017-02-02 13:33:46

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(-)

[GIT PULL 3/4] DaVinci device-tree updates (part 2)

From: Sekhar Nori <hidden>
Date: 2017-02-02 13:33:47

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

[GIT PULL 4/4] DaVinci defconfig updates (part 2)

From: Sekhar Nori <hidden>
Date: 2017-02-02 13:33:48

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(+)

[GIT PULL 1/4] DaVinci driver updates

From: Sekhar Nori <hidden>
Date: 2017-02-13 08:00:31

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

[GIT PULL 1/4] DaVinci driver updates

From: arnd@arndb.de (Arnd Bergmann)
Date: 2017-02-16 16:15:12

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

[GIT PULL 2/4]: DaVinci SoC support updates (part 2)

From: arnd@arndb.de (Arnd Bergmann)
Date: 2017-02-16 16:17:49

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

[GIT PULL 3/4] DaVinci device-tree updates (part 2)

From: arnd@arndb.de (Arnd Bergmann)
Date: 2017-02-16 16:19:01

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

[GIT PULL 4/4] DaVinci defconfig updates (part 2)

From: arnd@arndb.de (Arnd Bergmann)
Date: 2017-02-16 16:19:55

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

[GIT PULL 1/4] DaVinci driver updates

From: arnd@arndb.de (Arnd Bergmann)
Date: 2017-02-16 16:21:02

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

[GIT PULL 1/4] DaVinci driver updates

From: Sekhar Nori <hidden>
Date: 2017-02-17 12:41:30

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:
quoted
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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help