mbox series

[GIT,PULL] pxa for v5.3

Message ID 878stqyg9h.fsf@belgarion.home (mailing list archive)
State Queued, archived
Commit f5a38c8ecf523e3b14c3766acf0d3119d96e8438
Headers show
Series [GIT,PULL] pxa for v5.3 | expand

Pull-request

https://github.com/rjarzmik/linux.git tags/pxa-for-5.3-2

Message

Robert Jarzmik June 24, 2019, 6:44 p.m. UTC
Hi Arnd, Kevin, and Olof,

This is the pxa pull request for 5.3. Can you please consider pulling ?

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  https://github.com/rjarzmik/linux.git tags/pxa-for-5.3-2

for you to fetch changes up to f5a38c8ecf523e3b14c3766acf0d3119d96e8438:

  ARM: pxa/lubbock: remove lubbock_set_misc_wr() from global view (2019-06-24 11:37:30 +0200)

----------------------------------------------------------------
This is the pxa changes for 5.3 cycle :
 - a simple cleanup for lubbock

----------------------------------------------------------------
Russell King (1):
      ARM: pxa/lubbock: remove lubbock_set_misc_wr() from global view

 arch/arm/mach-pxa/include/mach/lubbock.h | 4 ----
 arch/arm/mach-pxa/lubbock.c              | 3 +--
 2 files changed, 1 insertion(+), 6 deletions(-)

Comments

Olof Johansson June 25, 2019, 12:51 p.m. UTC | #1
On Mon, Jun 24, 2019 at 08:44:58PM +0200, Robert Jarzmik wrote:
> Hi Arnd, Kevin, and Olof,
> 
> This is the pxa pull request for 5.3. Can you please consider pulling ?
> 
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   https://github.com/rjarzmik/linux.git tags/pxa-for-5.3-2
> 
> for you to fetch changes up to f5a38c8ecf523e3b14c3766acf0d3119d96e8438:
> 
>   ARM: pxa/lubbock: remove lubbock_set_misc_wr() from global view (2019-06-24 11:37:30 +0200)
> 
> ----------------------------------------------------------------
> This is the pxa changes for 5.3 cycle :
>  - a simple cleanup for lubbock

Merged, thanks!


-Olof