All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 0/4] DaVinci for v4.10 (set #4)
@ 2016-11-28 11:42 Sekhar Nori
  2016-11-28 11:42 ` [GIT PULL 1/4] DaVinci driver updates for v4.10 (part 2) Sekhar Nori
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Sekhar Nori @ 2016-11-28 11:42 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

This is the fourth set of DaVinci pull requests for v4.10.
The first two were picked up, the third one is pending:

https://www.spinics.net/lists/arm-kernel/msg543902.html

Please pull above before pulling this one.

Thanks,
Sekhar

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

* [GIT PULL 1/4] DaVinci driver updates for v4.10 (part 2)
  2016-11-28 11:42 [GIT PULL 0/4] DaVinci for v4.10 (set #4) Sekhar Nori
@ 2016-11-28 11:42 ` Sekhar Nori
  2016-11-28 11:42 ` [GIT PULL 2/4] DaVinci SoC updates for v4.10 (part 3) Sekhar Nori
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: Sekhar Nori @ 2016-11-28 11:42 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 8e7223fc8626db7c302136747bb68213100d290c:

  bus: davinci: add support for da8xx bus master priority control (2016-11-14 17:20: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.10/drivers-2

for you to fetch changes up to d0c7546f6257b4680a760e3fd0dff8a7cc4600ff:

  memory: da8xx-ddrctl: drop the call to of_flat_dt_get_machine_name() (2016-11-23 20:26:42 +0530)

----------------------------------------------------------------
Fixes for drivers already queued to prevent
section mismatch warnings introduced by them.

----------------------------------------------------------------
Bartosz Golaszewski (2):
      bus: da8xx-mstpri: drop the call to of_flat_dt_get_machine_name()
      memory: da8xx-ddrctl: drop the call to of_flat_dt_get_machine_name()

 drivers/bus/da8xx-mstpri.c    | 4 +---
 drivers/memory/da8xx-ddrctl.c | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

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

* [GIT PULL 2/4] DaVinci SoC updates for v4.10 (part 3)
  2016-11-28 11:42 [GIT PULL 0/4] DaVinci for v4.10 (set #4) Sekhar Nori
  2016-11-28 11:42 ` [GIT PULL 1/4] DaVinci driver updates for v4.10 (part 2) Sekhar Nori
@ 2016-11-28 11:42 ` Sekhar Nori
  2016-11-30 13:49   ` Arnd Bergmann
  2016-11-28 11:42 ` [GIT PULL 3/4] DaVinci DT " Sekhar Nori
  2016-11-28 11:42 ` [GIT PULL 4/4] DaVinci defconfig " Sekhar Nori
  3 siblings, 1 reply; 8+ messages in thread
From: Sekhar Nori @ 2016-11-28 11:42 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7e431af8fa0b9ed9d74378c99514856211cb9db8:

  ARM: davinci: PM: support da8xx DT platforms (2016-11-16 14:45:07 +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.10/soc-3

for you to fetch changes up to b5e1438cf98a1c588726b0f861178f9aa5a96caf:

  ARM: davinci: da830-evm: use gpio descriptor for mmc pins (2016-11-28 14:01:17 +0530)

----------------------------------------------------------------
mach-davinci SoC support updates to adjust
USB ohci device name to that used by drivers
and update of various board files to use gpio
descriptor API used by MMC subsystem for card
detect and write-protect detection.

----------------------------------------------------------------
Axel Haslam (4):
      ARM: davinci: da8xx: Fix ohci device name
      ARM: davinci: hawk: use gpio descriptor for mmc pins
      ARM: davinci: da850-evm: use gpio descriptor for mmc pins
      ARM: davinci: da830-evm: use gpio descriptor for mmc pins

 arch/arm/mach-davinci/board-da830-evm.c     | 41 ++++++++--------------------
 arch/arm/mach-davinci/board-da850-evm.c     | 35 +++++++-----------------
 arch/arm/mach-davinci/board-omapl138-hawk.c | 42 ++++++++---------------------
 arch/arm/mach-davinci/da830.c               |  2 +-
 arch/arm/mach-davinci/da850.c               |  2 +-
 arch/arm/mach-davinci/da8xx-dt.c            |  2 +-
 arch/arm/mach-davinci/usb-da8xx.c           |  4 +--
 7 files changed, 37 insertions(+), 91 deletions(-)

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

* [GIT PULL 3/4] DaVinci DT updates for v4.10 (part 3)
  2016-11-28 11:42 [GIT PULL 0/4] DaVinci for v4.10 (set #4) Sekhar Nori
  2016-11-28 11:42 ` [GIT PULL 1/4] DaVinci driver updates for v4.10 (part 2) Sekhar Nori
  2016-11-28 11:42 ` [GIT PULL 2/4] DaVinci SoC updates for v4.10 (part 3) Sekhar Nori
@ 2016-11-28 11:42 ` Sekhar Nori
  2016-11-30 14:21   ` Arnd Bergmann
  2016-11-28 11:42 ` [GIT PULL 4/4] DaVinci defconfig " Sekhar Nori
  3 siblings, 1 reply; 8+ messages in thread
From: Sekhar Nori @ 2016-11-28 11:42 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 83de086cc89410a8d4e0b6345e8a1116797ea703:

  ARM: dts: da850-lcdk: Enable the usb otg device node (2016-11-20 17:02:18 +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.10/dt-3

for you to fetch changes up to 878e908ad95637dc6567a9b5f6876a580ae90dfa:

  ARM: dts: da850: enable memctrl and mstpri nodes per board (2016-11-28 15:51:29 +0530)

----------------------------------------------------------------
Some fixes for device-tree patches already queued.
- Fix SD card detect polarity
- Prevent Ethernet from picking a random mac address
- Fix error messages on platforms which dont use
  bus master and emif priority settings.

----------------------------------------------------------------
Axel Haslam (1):
      ARM: dts: da850-lcdk: fix mmc card detect polarity

Bartosz Golaszewski (1):
      ARM: dts: da850: enable memctrl and mstpri nodes per board

Fabien Parent (1):
      ARM: dts: da850-lcdk: Add ethernet0 alias to DT

 arch/arm/boot/dts/da850-lcdk.dts | 11 ++++++++++-
 arch/arm/boot/dts/da850.dtsi     |  2 ++
 2 files changed, 12 insertions(+), 1 deletion(-)

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

* [GIT PULL 4/4] DaVinci defconfig updates for v4.10 (part 3)
  2016-11-28 11:42 [GIT PULL 0/4] DaVinci for v4.10 (set #4) Sekhar Nori
                   ` (2 preceding siblings ...)
  2016-11-28 11:42 ` [GIT PULL 3/4] DaVinci DT " Sekhar Nori
@ 2016-11-28 11:42 ` Sekhar Nori
  2016-11-30 13:56   ` Arnd Bergmann
  3 siblings, 1 reply; 8+ messages in thread
From: Sekhar Nori @ 2016-11-28 11:42 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit a652baa06413a4beacc09425883e518c5f1ed100:

  ARM: davinci_all_defconfig: add missing options for systemd (2016-11-15 15:44:52 +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.10/defconfig-3

for you to fetch changes up to 213971e7571e27f47b4e926904a9adf794925c51:

  ARM: davinci_all_defconfig: Enable OHCI as module (2016-11-22 20:50:46 +0530)

----------------------------------------------------------------
A patch enabling USB OHCI support in davinci
defconfig.

----------------------------------------------------------------
Axel Haslam (1):
      ARM: davinci_all_defconfig: Enable OHCI as module

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

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

* [GIT PULL 2/4] DaVinci SoC updates for v4.10 (part 3)
  2016-11-28 11:42 ` [GIT PULL 2/4] DaVinci SoC updates for v4.10 (part 3) Sekhar Nori
@ 2016-11-30 13:49   ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2016-11-30 13:49 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday, November 28, 2016 5:12:17 PM CET Sekhar Nori wrote:
> mach-davinci SoC support updates to adjust
> USB ohci device name to that used by drivers
> and update of various board files to use gpio
> descriptor API used by MMC subsystem for card
> detect and write-protect detection.
> 

Pulled into next/soc, thanks!

	Arnd

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

* [GIT PULL 4/4] DaVinci defconfig updates for v4.10 (part 3)
  2016-11-28 11:42 ` [GIT PULL 4/4] DaVinci defconfig " Sekhar Nori
@ 2016-11-30 13:56   ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2016-11-30 13:56 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday, November 28, 2016 5:12:19 PM CET Sekhar Nori wrote:
> A patch enabling USB OHCI support in davinci
> defconfig.
> 
> 

Pulled into next/defconfig, thanks!

	Arnd

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

* [GIT PULL 3/4] DaVinci DT updates for v4.10 (part 3)
  2016-11-28 11:42 ` [GIT PULL 3/4] DaVinci DT " Sekhar Nori
@ 2016-11-30 14:21   ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2016-11-30 14:21 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday, November 28, 2016 5:12:18 PM CET Sekhar Nori wrote:
> Some fixes for device-tree patches already queued.
> - Fix SD card detect polarity
> - Prevent Ethernet from picking a random mac address
> - Fix error messages on platforms which dont use
>   bus master and emif priority settings.
> 

Pulled into next/dt, thanks!

	Arnd

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

end of thread, other threads:[~2016-11-30 14:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-28 11:42 [GIT PULL 0/4] DaVinci for v4.10 (set #4) Sekhar Nori
2016-11-28 11:42 ` [GIT PULL 1/4] DaVinci driver updates for v4.10 (part 2) Sekhar Nori
2016-11-28 11:42 ` [GIT PULL 2/4] DaVinci SoC updates for v4.10 (part 3) Sekhar Nori
2016-11-30 13:49   ` Arnd Bergmann
2016-11-28 11:42 ` [GIT PULL 3/4] DaVinci DT " Sekhar Nori
2016-11-30 14:21   ` Arnd Bergmann
2016-11-28 11:42 ` [GIT PULL 4/4] DaVinci defconfig " Sekhar Nori
2016-11-30 13:56   ` 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.