All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] DaVinci SoC updates for v5.1
@ 2019-02-01  8:45 Sekhar Nori
  2019-02-01  8:45 ` [GIT PULL 2/2] DaVinci DT " Sekhar Nori
  2019-02-15 16:55 ` [GIT PULL 1/2] DaVinci SoC " Arnd Bergmann
  0 siblings, 2 replies; 4+ messages in thread
From: Sekhar Nori @ 2019-02-01  8:45 UTC (permalink / raw)
  To: ARM-SoC Maintainers
  Cc: Bartosz Golaszewski, Linux ARM Mailing List, Kevin Hilman

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v5.1/soc

for you to fetch changes up to e430685f496928240a328708b976c17929541011:

  ARM: davinci: mityomapl138: use device properties for at24 eeprom (2019-01-10 13:58:00 +0530)

----------------------------------------------------------------
DaVinci SoC support updates for v5.1

This pull request contains changes needed to modernize the at24
EEPROM driver and remove the legacy platform data structure in
favor of device properties. DaVinci was the only user of at24
platform data.

The branch is shared with at24 maintainer as immutable commit
to build upon.

----------------------------------------------------------------
Bartosz Golaszewski (11):
      ARM: davinci: da850-evm: remove dead MTD code
      ARM: davinci: mityomapl138: don't read the MAC address from machine code
      ARM: davinci: dm365-evm: use device properties for at24 eeprom
      ARM: davinci: da830-evm: use device properties for at24 eeprom
      ARM: davinci: dm644x-evm: use device properties for at24 eeprom
      ARM: davinci: dm646x-evm: use device properties for at24 eeprom
      ARM: davinci: sffsdr: fix the at24 eeprom device name
      ARM: davinci: sffsdr: use device properties for at24 eeprom
      ARM: davinci: remove dead code related to MAC address reading
      ARM: davinci: mityomapl138: use nvmem notifiers
      ARM: davinci: mityomapl138: use device properties for at24 eeprom

 arch/arm/mach-davinci/board-da830-evm.c    | 13 ++++------
 arch/arm/mach-davinci/board-da850-evm.c    | 28 ----------------------
 arch/arm/mach-davinci/board-dm365-evm.c    | 13 ++++------
 arch/arm/mach-davinci/board-dm644x-evm.c   | 13 ++++------
 arch/arm/mach-davinci/board-dm646x-evm.c   | 13 ++++------
 arch/arm/mach-davinci/board-mityomapl138.c | 38 +++++++++++++++++-------------
 arch/arm/mach-davinci/board-sffsdr.c       | 13 +++++-----
 arch/arm/mach-davinci/common.c             | 15 ------------
 include/linux/davinci_emac.h               |  1 -
 9 files changed, 47 insertions(+), 100 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL 2/2] DaVinci DT updates for v5.1
  2019-02-01  8:45 [GIT PULL 1/2] DaVinci SoC updates for v5.1 Sekhar Nori
@ 2019-02-01  8:45 ` Sekhar Nori
  2019-02-15 13:02   ` Arnd Bergmann
  2019-02-15 16:55 ` [GIT PULL 1/2] DaVinci SoC " Arnd Bergmann
  1 sibling, 1 reply; 4+ messages in thread
From: Sekhar Nori @ 2019-02-01  8:45 UTC (permalink / raw)
  To: ARM-SoC Maintainers; +Cc: Peter Ujfalusi, Linux ARM Mailing List, Kevin Hilman

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v5.1/dt

for you to fetch changes up to 7dd2e8f8a5dc6266a4df4ed6f269ab7bacae596c:

  ARM: dts: da850-lcdk: Enable the analog mic input (2019-01-10 13:36:16 +0530)

----------------------------------------------------------------
DaVinci device-tree updates for v5.1 contains a patch to enable analog
mic input on da850 LCDK board.

----------------------------------------------------------------
Peter Ujfalusi (1):
      ARM: dts: da850-lcdk: Enable the analog mic input

 arch/arm/boot/dts/da850-lcdk.dts | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL 2/2] DaVinci DT updates for v5.1
  2019-02-01  8:45 ` [GIT PULL 2/2] DaVinci DT " Sekhar Nori
@ 2019-02-15 13:02   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2019-02-15 13:02 UTC (permalink / raw)
  To: Sekhar Nori
  Cc: Peter Ujfalusi, ARM-SoC Maintainers, Linux ARM Mailing List,
	Kevin Hilman

On Fri, Feb 1, 2019 at 9:45 AM Sekhar Nori <nsekhar@ti.com> wrote:
>
>
> ----------------------------------------------------------------
> DaVinci device-tree updates for v5.1 contains a patch to enable analog
> mic input on da850 LCDK board.

Pulled into arm/dt, thanks!

      Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL 1/2] DaVinci SoC updates for v5.1
  2019-02-01  8:45 [GIT PULL 1/2] DaVinci SoC updates for v5.1 Sekhar Nori
  2019-02-01  8:45 ` [GIT PULL 2/2] DaVinci DT " Sekhar Nori
@ 2019-02-15 16:55 ` Arnd Bergmann
  1 sibling, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2019-02-15 16:55 UTC (permalink / raw)
  To: Sekhar Nori
  Cc: Bartosz Golaszewski, ARM-SoC Maintainers, Linux ARM Mailing List,
	Kevin Hilman

On Fri, Feb 1, 2019 at 9:45 AM Sekhar Nori <nsekhar@ti.com> wrote:
>--------------------------------------------------------------
> DaVinci SoC support updates for v5.1
>
> This pull request contains changes needed to modernize the at24
> EEPROM driver and remove the legacy platform data structure in
> favor of device properties. DaVinci was the only user of at24
> platform data.
>
> The branch is shared with at24 maintainer as immutable commit
> to build upon.

I already merged part 2, which includes these, just noticed I
had not replied to this pull request.

   Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-02-15 16:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-01  8:45 [GIT PULL 1/2] DaVinci SoC updates for v5.1 Sekhar Nori
2019-02-01  8:45 ` [GIT PULL 2/2] DaVinci DT " Sekhar Nori
2019-02-15 13:02   ` Arnd Bergmann
2019-02-15 16:55 ` [GIT PULL 1/2] DaVinci SoC " 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.