mbox series

[GIT,PULL,1/2] DaVinci SoC updates for v5.1

Message ID 20190201084533.12881-1-nsekhar@ti.com
State New
Headers show
Series [GIT,PULL,1/2] DaVinci SoC updates for v5.1 | expand

Pull-request

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

Message

Sekhar Nori Feb. 1, 2019, 8:45 a.m. UTC
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(-)

Comments

Arnd Bergmann Feb. 15, 2019, 4:55 p.m. UTC | #1
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