mbox series

[GIT,PULL] ARM: lpc32xx: NXP LPC32xx platform changes for 5.2

Message ID c8bd765c-9178-1438-566e-bed535ae8fe3@mleia.com
State New
Headers show
Series [GIT,PULL] ARM: lpc32xx: NXP LPC32xx platform changes for 5.2 | expand

Pull-request

https://github.com/vzapolskiy/linux-lpc32xx tags/lpc32xx-soc-for-5.2

Message

Vladimir Zapolskiy April 20, 2019, 8:37 p.m. UTC
Hi Arnd, Olof and Kevin,

please consider to pull the updates to NXP LPC32xx platform files, work on
cleaning up the platform data has been continued.

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  https://github.com/vzapolskiy/linux-lpc32xx tags/lpc32xx-soc-for-5.2

for you to fetch changes up to e861cfbed091b195eab34874c4af0f85d5388a52:

  ARM: lpc32xx: use SPDX license identifier (2019-04-19 22:59:30 +0300)

----------------------------------------------------------------
ARM: lpc32xx: platform updates for v5.2

Here are the changes for ARM NXP LPC32xx platform files:

* removed TEST_CLK_SEL setup out of common clock framework control,
* unnecessary header files are removed from inclusion,
* registration of SSP0 and SSP1 is removed as done through device tree,
* switched the main platform file to SPDX license identifier.

----------------------------------------------------------------
Alexandre Belloni (1):
      ARM: lpc32xx: stop overwriting TEST_CLK_SEL

Vladimir Zapolskiy (3):
      ARM: lpc32xx: remove redundant included headers
      ARM: lpc32xx: remove platform data of SSP0 and SSP1 controllers
      ARM: lpc32xx: use SPDX license identifier

 arch/arm/mach-lpc32xx/phy3250.c | 42 +++--------------------------------------
 1 file changed, 3 insertions(+), 39 deletions(-)

--
Best wishes,
Vladimir

Comments

Olof Johansson April 29, 2019, 4:24 p.m. UTC | #1
On Sat, Apr 20, 2019 at 11:37:20PM +0300, Vladimir Zapolskiy wrote:
> Hi Arnd, Olof and Kevin,
> 
> please consider to pull the updates to NXP LPC32xx platform files, work on
> cleaning up the platform data has been continued.
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   https://github.com/vzapolskiy/linux-lpc32xx tags/lpc32xx-soc-for-5.2
> 
> for you to fetch changes up to e861cfbed091b195eab34874c4af0f85d5388a52:
> 
>   ARM: lpc32xx: use SPDX license identifier (2019-04-19 22:59:30 +0300)
> 
> ----------------------------------------------------------------
> ARM: lpc32xx: platform updates for v5.2
> 
> Here are the changes for ARM NXP LPC32xx platform files:
> 
> * removed TEST_CLK_SEL setup out of common clock framework control,
> * unnecessary header files are removed from inclusion,
> * registration of SSP0 and SSP1 is removed as done through device tree,
> * switched the main platform file to SPDX license identifier.
> 
> ----------------------------------------------------------------
> Alexandre Belloni (1):
>       ARM: lpc32xx: stop overwriting TEST_CLK_SEL
> 
> Vladimir Zapolskiy (3):
>       ARM: lpc32xx: remove redundant included headers
>       ARM: lpc32xx: remove platform data of SSP0 and SSP1 controllers
>       ARM: lpc32xx: use SPDX license identifier

Thanks, merged.


-Olof