linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/4] DaVinci driver updates for v4.12
@ 2017-04-04  9:25 Sekhar Nori
  2017-04-04  9:25 ` [GIT PULL 2/4] DaVinci SoC support updates for v4.12 (part 2) Sekhar Nori
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Sekhar Nori @ 2017-04-04  9:25 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -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.12/drivers

for you to fetch changes up to 396ff64d44dbcbd4e6c06c005c4e931bd4b35e4d:

  pata_bk3710: clear status bits of BMISP on chipset initialization (2017-03-30 16:13:04 +0530)

----------------------------------------------------------------
This adds a new driver for PalmChip
PATA controller found on DM6446 and
DM6467 SoCs. This should eventually
replace the driver in IDE subsystem.

The patches have been acked by ATA
maintainer.

----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (3):
      ata: add Palmchip BK3710 PATA controller driver
      pata_bk3710: disable IORDY Timer on chipset initialization
      pata_bk3710: clear status bits of BMISP on chipset initialization

 drivers/ata/Kconfig       |   9 ++
 drivers/ata/Makefile      |   1 +
 drivers/ata/pata_bk3710.c | 382 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 392 insertions(+)
 create mode 100644 drivers/ata/pata_bk3710.c

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

* [GIT PULL 2/4] DaVinci SoC support updates for v4.12 (part 2)
  2017-04-04  9:25 [GIT PULL 1/4] DaVinci driver updates for v4.12 Sekhar Nori
@ 2017-04-04  9:25 ` Sekhar Nori
  2017-04-19 12:28   ` Olof Johansson
  2017-04-04  9:25 ` [GIT PULL 3/4] DaVinci DT " Sekhar Nori
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Sekhar Nori @ 2017-04-04  9:25 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 99228481331cdd75981767b23b83ef0ca7aa11da:

  ARM: davinci: add pdata-quirks for da850-evm vpif display (2017-03-07 16:43:19 +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.12/soc-2

for you to fetch changes up to 28d4d1d0e49b4ac4d12861a64f45101f36fbfab8:

  ARM: davinci: add pata_bk3710 libata driver support (2017-03-30 16:15:29 +0530)

----------------------------------------------------------------
Add platform support needed for the
newly introduced PalmChip PATA driver.

----------------------------------------------------------------
Sekhar Nori (1):
      ARM: davinci: add pata_bk3710 libata driver support

 arch/arm/mach-davinci/board-dm644x-evm.c  | 3 ++-
 arch/arm/mach-davinci/board-dm646x-evm.c  | 3 ++-
 arch/arm/mach-davinci/board-neuros-osd2.c | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

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

* [GIT PULL 3/4] DaVinci DT updates for v4.12 (part 2)
  2017-04-04  9:25 [GIT PULL 1/4] DaVinci driver updates for v4.12 Sekhar Nori
  2017-04-04  9:25 ` [GIT PULL 2/4] DaVinci SoC support updates for v4.12 (part 2) Sekhar Nori
@ 2017-04-04  9:25 ` Sekhar Nori
  2017-04-19 12:28   ` Olof Johansson
  2017-04-04  9:25 ` [GIT PULL 4/4] DaVinci defconfig " Sekhar Nori
  2017-04-19 12:27 ` [GIT PULL 1/4] DaVinci driver updates for v4.12 Olof Johansson
  3 siblings, 1 reply; 8+ messages in thread
From: Sekhar Nori @ 2017-04-04  9:25 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit f8914131f7da23ab604efd8d1b95a416e5d8fc44:

  ARM: dts: da850-evm: add the output port to the vpif node (2017-03-07 16:46:56 +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.12/dt-2

for you to fetch changes up to 96f24474a82635810be6943f1bd3fb9c1b70d9d0:

  ARM: dts: da850: move spi0_cs3_pin pinconf node (2017-03-30 16:17:47 +0530)

----------------------------------------------------------------
A clean-up device-tree patch to ensure
pinmux entry reuse.

----------------------------------------------------------------
David Lechner (1):
      ARM: dts: da850: move spi0_cs3_pin pinconf node

 arch/arm/boot/dts/da850-lego-ev3.dts | 7 -------
 arch/arm/boot/dts/da850.dtsi         | 6 ++++++
 2 files changed, 6 insertions(+), 7 deletions(-)

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

* [GIT PULL 4/4] DaVinci defconfig updates for v4.12 (part 2)
  2017-04-04  9:25 [GIT PULL 1/4] DaVinci driver updates for v4.12 Sekhar Nori
  2017-04-04  9:25 ` [GIT PULL 2/4] DaVinci SoC support updates for v4.12 (part 2) Sekhar Nori
  2017-04-04  9:25 ` [GIT PULL 3/4] DaVinci DT " Sekhar Nori
@ 2017-04-04  9:25 ` Sekhar Nori
  2017-04-19 12:29   ` Olof Johansson
  2017-04-19 12:27 ` [GIT PULL 1/4] DaVinci driver updates for v4.12 Olof Johansson
  3 siblings, 1 reply; 8+ messages in thread
From: Sekhar Nori @ 2017-04-04  9:25 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 507c318d5ee7d05da6d94041dd42abe0cfdd62cf:

  ARM: davinci_all_defconfig: Enable TI ADS7950 (2017-03-07 15:48:21 +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.12/defconfig-2

for you to fetch changes up to 2e5d77ef042a22fa1aa393a294999d28f7136d27:

  ARM: davinci_all_defconfig: convert to use libata PATA (2017-03-30 16:16:17 +0530)

----------------------------------------------------------------
Shift to the newly introduced PalmChip
PATA driver for DaVinci.

----------------------------------------------------------------
Sekhar Nori (1):
      ARM: davinci_all_defconfig: convert to use libata PATA

 arch/arm/configs/davinci_all_defconfig | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

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

* [GIT PULL 1/4] DaVinci driver updates for v4.12
  2017-04-04  9:25 [GIT PULL 1/4] DaVinci driver updates for v4.12 Sekhar Nori
                   ` (2 preceding siblings ...)
  2017-04-04  9:25 ` [GIT PULL 4/4] DaVinci defconfig " Sekhar Nori
@ 2017-04-19 12:27 ` Olof Johansson
  3 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2017-04-19 12:27 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Apr 04, 2017 at 02:55:44PM +0530, Sekhar Nori wrote:
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -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.12/drivers
> 
> for you to fetch changes up to 396ff64d44dbcbd4e6c06c005c4e931bd4b35e4d:
> 
>   pata_bk3710: clear status bits of BMISP on chipset initialization (2017-03-30 16:13:04 +0530)
> 
> ----------------------------------------------------------------
> This adds a new driver for PalmChip
> PATA controller found on DM6446 and
> DM6467 SoCs. This should eventually
> replace the driver in IDE subsystem.
> 
> The patches have been acked by ATA
> maintainer.

Are you using a 40-column terminal or something? :)


Anyway, merged.


-Olof

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

* [GIT PULL 2/4] DaVinci SoC support updates for v4.12 (part 2)
  2017-04-04  9:25 ` [GIT PULL 2/4] DaVinci SoC support updates for v4.12 (part 2) Sekhar Nori
@ 2017-04-19 12:28   ` Olof Johansson
  0 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2017-04-19 12:28 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Apr 04, 2017 at 02:55:45PM +0530, Sekhar Nori wrote:
> The following changes since commit 99228481331cdd75981767b23b83ef0ca7aa11da:
> 
>   ARM: davinci: add pdata-quirks for da850-evm vpif display (2017-03-07 16:43:19 +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.12/soc-2
> 
> for you to fetch changes up to 28d4d1d0e49b4ac4d12861a64f45101f36fbfab8:
> 
>   ARM: davinci: add pata_bk3710 libata driver support (2017-03-30 16:15:29 +0530)
> 
> ----------------------------------------------------------------
> Add platform support needed for the
> newly introduced PalmChip PATA driver.

Merged, thanks.


-Olof

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

* [GIT PULL 3/4] DaVinci DT updates for v4.12 (part 2)
  2017-04-04  9:25 ` [GIT PULL 3/4] DaVinci DT " Sekhar Nori
@ 2017-04-19 12:28   ` Olof Johansson
  0 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2017-04-19 12:28 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Apr 04, 2017 at 02:55:46PM +0530, Sekhar Nori wrote:
> The following changes since commit f8914131f7da23ab604efd8d1b95a416e5d8fc44:
> 
>   ARM: dts: da850-evm: add the output port to the vpif node (2017-03-07 16:46:56 +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.12/dt-2
> 
> for you to fetch changes up to 96f24474a82635810be6943f1bd3fb9c1b70d9d0:
> 
>   ARM: dts: da850: move spi0_cs3_pin pinconf node (2017-03-30 16:17:47 +0530)
> 
> ----------------------------------------------------------------
> A clean-up device-tree patch to ensure
> pinmux entry reuse.

Merged, thanks!


-Olof

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

* [GIT PULL 4/4] DaVinci defconfig updates for v4.12 (part 2)
  2017-04-04  9:25 ` [GIT PULL 4/4] DaVinci defconfig " Sekhar Nori
@ 2017-04-19 12:29   ` Olof Johansson
  0 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2017-04-19 12:29 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Apr 04, 2017 at 02:55:47PM +0530, Sekhar Nori wrote:
> The following changes since commit 507c318d5ee7d05da6d94041dd42abe0cfdd62cf:
> 
>   ARM: davinci_all_defconfig: Enable TI ADS7950 (2017-03-07 15:48:21 +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.12/defconfig-2
> 
> for you to fetch changes up to 2e5d77ef042a22fa1aa393a294999d28f7136d27:
> 
>   ARM: davinci_all_defconfig: convert to use libata PATA (2017-03-30 16:16:17 +0530)
> 
> ----------------------------------------------------------------
> Shift to the newly introduced PalmChip
> PATA driver for DaVinci.

Merged, thanks!

-Olof

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

end of thread, other threads:[~2017-04-19 12:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-04  9:25 [GIT PULL 1/4] DaVinci driver updates for v4.12 Sekhar Nori
2017-04-04  9:25 ` [GIT PULL 2/4] DaVinci SoC support updates for v4.12 (part 2) Sekhar Nori
2017-04-19 12:28   ` Olof Johansson
2017-04-04  9:25 ` [GIT PULL 3/4] DaVinci DT " Sekhar Nori
2017-04-19 12:28   ` Olof Johansson
2017-04-04  9:25 ` [GIT PULL 4/4] DaVinci defconfig " Sekhar Nori
2017-04-19 12:29   ` Olof Johansson
2017-04-19 12:27 ` [GIT PULL 1/4] DaVinci driver updates for v4.12 Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).