mbox

[GIT,PULL] ARM: OMAP2+: hwmod cleanup for v4.4

Message ID alpine.DEB.2.02.1510231957310.9575@utopia.booyaka.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git tags/for-v4.4/omap-hwmod-cleanup-a

Message

Paul Walmsley Oct. 23, 2015, 7:58 p.m. UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Tony

The following changes since commit 049e6dde7e57f0054fdc49102e7ef4830c698b46:

  Linux 4.3-rc4 (2015-10-04 16:57:17 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git tags/for-v4.4/omap-hwmod-cleanup-a

for you to fetch changes up to c4384a97af852121f66e52ba96e98d6f13ad19eb:

  ARM: OMAP3: hwmod data: Remove legacy mailbox data and addrs (2015-10-23 13:01:25 -0600)

- ----------------------------------------------------------------
ARM: OMAP2+: hwmod cleanup for v4.4

Remove some superfluous data from the OMAP2+ hwmod data files.  Mostly
this is a result of data being moved to DT files.  Nothing too
controversial, here.

Basic build, boot, and PM test results are available here:

http://www.pwsan.com/omap/testlogs/hwmod-cleanup-a-for-v4.4/20151023130140/

- ----------------------------------------------------------------
Franklin S Cooper Jr (2):
      ARM: DRA7/AM335x/AM437x: hwmod: Remove elm address space from hwmod data
      ARM: DRA7/AM335x/AM437x: hwmod: Remove gpmc address space from hwmod data

Javier Martinez Canillas (1):
      ARM: OMAP: Remove duplicated operand in OR operation

Suman Anna (3):
      ARM: OMAP4: hwmod data: Remove spinlock hwmod addrs
      ARM: DRA7: hwmod data: Remove spinlock hwmod addrs
      ARM: OMAP3: hwmod data: Remove legacy mailbox data and addrs

 .../omap_hwmod_33xx_43xx_interconnect_data.c       | 20 ---------------
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c         | 29 ---------------------
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c         | 10 --------
 arch/arm/mach-omap2/omap_hwmod_54xx_data.c         |  3 +--
 arch/arm/mach-omap2/omap_hwmod_7xx_data.c          | 30 ----------------------
 5 files changed, 1 insertion(+), 91 deletions(-)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJWKpEYAAoJEMePsQ0LvSpLYf0P/3TFvwtzWalFbYbNdvBZ67q2
MLuA/cow3OXOsvVLwPKtfn60Z/wW4u/juUFpuL/1zTmcoFOiQe9Sx1FpI8W1YqXY
zAbRLqbkHip/QUsAEEMjDqbQwWacNmpwChG1tCn7Ji9govi/oP3lYa+GzRXPyone
NqhpwW7cV/OjgoKR8yxFEkdGdZT3I3EO2s0SyULJ+zYvrOSGHwX5SKNhh5Nd6iQV
NbkiHuGospSoY9GHDHESaqabgto4l2XALN5N0fuWAmgeNjeQIwo5wLnGZFU2gHMH
+zZ8inQ+RTtIJfMRNwlr8BJVHKOf20dVEZsPGypxt/H+Sg2I68hoxojDPlrRClLn
K5G4PCwnPBGj/f4UM4oiWBV+qbp26WlSed1CgeS1CJZ2wZM+uDhnYBy29JI3PGz1
Mcov9FRKP06GcRTORC3q2uOuLTDWg+KAff9BidDO6oZR/UAwd+brKsfNWHYGlU8T
n5r9LCkyF0Sk5aGcYizYMO7Nmh+LrDhm7SKbsI6vI8cZUbabuNp3tN4BEmtceh7h
yzqj1Oe+MTmsNOwNSwApckkLAHrvMtDCB0dKEbjtwbFXvMftgd8RPESlxD1TJu2F
H1gSWu+aVJx8J5GeFc9kLF4S8Nz6RdwbmYluqMWBaN8tGi75pEdjipI+f3Y6Iu/U
/sm0vwOxTne0TkBbfhjK
=PPb6
-----END PGP SIGNATURE-----

Comments

Tony Lindgren Oct. 24, 2015, 1:14 a.m. UTC | #1
* Paul Walmsley <paul@pwsan.com> [151023 12:58]:
> Hi Tony
> 
> The following changes since commit 049e6dde7e57f0054fdc49102e7ef4830c698b46:
> 
>   Linux 4.3-rc4 (2015-10-04 16:57:17 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git tags/for-v4.4/omap-hwmod-cleanup-a
> 
> for you to fetch changes up to c4384a97af852121f66e52ba96e98d6f13ad19eb:
> 
>   ARM: OMAP3: hwmod data: Remove legacy mailbox data and addrs (2015-10-23 13:01:25 -0600)
> 
> ----------------------------------------------------------------
> ARM: OMAP2+: hwmod cleanup for v4.4
> 
> Remove some superfluous data from the OMAP2+ hwmod data files.  Mostly
> this is a result of data being moved to DT files.  Nothing too
> controversial, here.
> 
> Basic build, boot, and PM test results are available here:
> 
> http://www.pwsan.com/omap/testlogs/hwmod-cleanup-a-for-v4.4/20151023130140/

Thanks pulling into omap-for-v4.4/soc. FYI, that's most likely the last branch I'll
do for the upcoming merge window as we're already late with all the regression
fixes. Planning to send it off tomorrow.

Regards,

Tony

> 
> ----------------------------------------------------------------
> Franklin S Cooper Jr (2):
>       ARM: DRA7/AM335x/AM437x: hwmod: Remove elm address space from hwmod data
>       ARM: DRA7/AM335x/AM437x: hwmod: Remove gpmc address space from hwmod data
> 
> Javier Martinez Canillas (1):
>       ARM: OMAP: Remove duplicated operand in OR operation
> 
> Suman Anna (3):
>       ARM: OMAP4: hwmod data: Remove spinlock hwmod addrs
>       ARM: DRA7: hwmod data: Remove spinlock hwmod addrs
>       ARM: OMAP3: hwmod data: Remove legacy mailbox data and addrs
> 
>  .../omap_hwmod_33xx_43xx_interconnect_data.c       | 20 ---------------
>  arch/arm/mach-omap2/omap_hwmod_3xxx_data.c         | 29 ---------------------
>  arch/arm/mach-omap2/omap_hwmod_44xx_data.c         | 10 --------
>  arch/arm/mach-omap2/omap_hwmod_54xx_data.c         |  3 +--
>  arch/arm/mach-omap2/omap_hwmod_7xx_data.c          | 30 ----------------------
>  5 files changed, 1 insertion(+), 91 deletions(-)