All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/3] DaVinci cleanups for v4.7
@ 2016-04-15 12:14 Sekhar Nori
  2016-04-15 12:14 ` [GIT PULL 2/3] DaVinci SoC updates " Sekhar Nori
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Sekhar Nori @ 2016-04-15 12:14 UTC (permalink / raw
  To: linux-arm-kernel

The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

  Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.7/cleanup

for you to fetch changes up to 9a7f2fc8408fdc0e3b417f670c17ed70d5d1c114:

  ARM: davinci: use IRQCHIP_DECLARE for cp_intc (2016-04-14 12:09:50 +0530)

----------------------------------------------------------------
DaVinci cleanups for v4.7. It includes
removal of some unused macros and data-
-structures and use of helper macros to
reduce code.

----------------------------------------------------------------
David Lechner (3):
      ARM: davinci: simplify call to of populate
      ARM: davinci: remove unused DA8XX_NUM_UARTS
      ARM: davinci: use IRQCHIP_DECLARE for cp_intc

Petr Kulhavy (1):
      ARM: DaVinci USB: removed deprecated properties from MUSB config

 arch/arm/mach-davinci/cp_intc.c  |  3 +++
 arch/arm/mach-davinci/da8xx-dt.c | 17 +----------------
 arch/arm/mach-davinci/usb.c      | 16 ----------------
 3 files changed, 4 insertions(+), 32 deletions(-)

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

* [GIT PULL 2/3] DaVinci SoC updates for v4.7
  2016-04-15 12:14 [GIT PULL 1/3] DaVinci cleanups for v4.7 Sekhar Nori
@ 2016-04-15 12:14 ` Sekhar Nori
  2016-04-25 22:09   ` Arnd Bergmann
  2016-04-15 12:14 ` [GIT PULL 3/3] DaVinci DT " Sekhar Nori
  2016-04-25 22:02 ` [GIT PULL 1/3] DaVinci cleanups " Arnd Bergmann
  2 siblings, 1 reply; 6+ messages in thread
From: Sekhar Nori @ 2016-04-15 12:14 UTC (permalink / raw
  To: linux-arm-kernel

The following changes since commit 9a7f2fc8408fdc0e3b417f670c17ed70d5d1c114:

  ARM: davinci: use IRQCHIP_DECLARE for cp_intc (2016-04-14 12:09:50 +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.7/soc

for you to fetch changes up to 8a9d088f66f84d7317b4adc64d3d3114f1ee8583:

  ARM: davinci: clk: add set_parent callback for mux clocks (2016-04-14 15:31:48 +0530)

----------------------------------------------------------------
DaVinci SoC updates for v4.7. These are
preparatory patches to support a USB PHY
driver for USB on DA850 SoC. This should
eventually lead to USB working again on
this device.

----------------------------------------------------------------
David Lechner (2):
      ARM: davinci: da8xx: move usb code to new file
      ARM: davinci: clk: add set_parent callback for mux clocks

 arch/arm/mach-davinci/Makefile    |   4 +-
 arch/arm/mach-davinci/clock.c     |  19 ++++++-
 arch/arm/mach-davinci/clock.h     |   1 +
 arch/arm/mach-davinci/usb-da8xx.c | 107 ++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-davinci/usb.c       |  73 --------------------------
 5 files changed, 128 insertions(+), 76 deletions(-)
 create mode 100644 arch/arm/mach-davinci/usb-da8xx.c

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

* [GIT PULL 3/3] DaVinci DT updates for v4.7
  2016-04-15 12:14 [GIT PULL 1/3] DaVinci cleanups for v4.7 Sekhar Nori
  2016-04-15 12:14 ` [GIT PULL 2/3] DaVinci SoC updates " Sekhar Nori
@ 2016-04-15 12:14 ` Sekhar Nori
  2016-04-24 21:26   ` Arnd Bergmann
  2016-04-25 22:02 ` [GIT PULL 1/3] DaVinci cleanups " Arnd Bergmann
  2 siblings, 1 reply; 6+ messages in thread
From: Sekhar Nori @ 2016-04-15 12:14 UTC (permalink / raw
  To: linux-arm-kernel

The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

  Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)

are available in the git repository at:

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

for you to fetch changes up to 6c8f73592203b8611c6ba5d4c670c82a059ecf27:

  ARM: davinci: da8xx-dt: add OF_DEV_AUXDATA entry for i2c1 (2016-04-14 11:41:04 +0530)

----------------------------------------------------------------
Device-Tree updates for DaVinci. This
contains some clean-up and fixes of
device-tree data and addition of i2c1
node for DA850.

----------------------------------------------------------------
David Lechner (1):
      ARM: dts: davinci: use proper address after @

Petr Kulhavy (3):
      ARM: DTS: da850: fix missing #gpio-cells in gpio node
      ARM: DTS: da850: add node for i2c1
      ARM: davinci: da8xx-dt: add OF_DEV_AUXDATA entry for i2c1

 arch/arm/boot/dts/da850-enbw-cmc.dts |  8 ++---
 arch/arm/boot/dts/da850-evm.dts      | 26 +++++++-------
 arch/arm/boot/dts/da850.dtsi         | 67 ++++++++++++++++++++++--------------
 arch/arm/mach-davinci/da8xx-dt.c     |  1 +
 4 files changed, 59 insertions(+), 43 deletions(-)

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

* [GIT PULL 3/3] DaVinci DT updates for v4.7
  2016-04-15 12:14 ` [GIT PULL 3/3] DaVinci DT " Sekhar Nori
@ 2016-04-24 21:26   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2016-04-24 21:26 UTC (permalink / raw
  To: linux-arm-kernel

On Friday 15 April 2016 17:44:48 Sekhar Nori wrote:
> Device-Tree updates for DaVinci. This
> contains some clean-up and fixes of
> device-tree data and addition of i2c1
> node for DA850.
> 
> 

Pulled into next/dt, thanks!

	Arnd

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

* [GIT PULL 1/3] DaVinci cleanups for v4.7
  2016-04-15 12:14 [GIT PULL 1/3] DaVinci cleanups for v4.7 Sekhar Nori
  2016-04-15 12:14 ` [GIT PULL 2/3] DaVinci SoC updates " Sekhar Nori
  2016-04-15 12:14 ` [GIT PULL 3/3] DaVinci DT " Sekhar Nori
@ 2016-04-25 22:02 ` Arnd Bergmann
  2 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2016-04-25 22:02 UTC (permalink / raw
  To: linux-arm-kernel

On Friday 15 April 2016 17:44:46 Sekhar Nori wrote:
> DaVinci cleanups for v4.7. It includes
> removal of some unused macros and data-
> -structures and use of helper macros to
> reduce code.
> 

Pulled into next/cleanup, thanks!

	Arnd

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

* [GIT PULL 2/3] DaVinci SoC updates for v4.7
  2016-04-15 12:14 ` [GIT PULL 2/3] DaVinci SoC updates " Sekhar Nori
@ 2016-04-25 22:09   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2016-04-25 22:09 UTC (permalink / raw
  To: linux-arm-kernel

On Friday 15 April 2016 17:44:47 Sekhar Nori wrote:
> DaVinci SoC updates for v4.7. These are
> preparatory patches to support a USB PHY
> driver for USB on DA850 SoC. This should
> eventually lead to USB working again on
> this device.
> 

Pulled into next/soc, thanks!

	Arnd

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

end of thread, other threads:[~2016-04-25 22:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-15 12:14 [GIT PULL 1/3] DaVinci cleanups for v4.7 Sekhar Nori
2016-04-15 12:14 ` [GIT PULL 2/3] DaVinci SoC updates " Sekhar Nori
2016-04-25 22:09   ` Arnd Bergmann
2016-04-15 12:14 ` [GIT PULL 3/3] DaVinci DT " Sekhar Nori
2016-04-24 21:26   ` Arnd Bergmann
2016-04-25 22:02 ` [GIT PULL 1/3] DaVinci cleanups " 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.