mbox

[GIT,PULL] Allwinner drivers changes for 3.16, take 2

Message ID 20140523210507.GA18497@lukather
State New
Headers show

Pull-request

https://github.com/mripard/linux.git tags/sunxi-drivers-for-3.16-2

Message

Maxime Ripard May 23, 2014, 9:05 p.m. UTC
Hi Arnd, Kevin, Olof,

Here is the last pull request for the driver additions of the
Allwinner stuff for the 3.16 merge window.

The following changes since commit cd90f0cf4454861a4f87bdfdcf01e8b98cc94869:

  reset: sunxi: allow MFD subdevices probe (2014-05-15 10:31:04 +0200)

are available in the git repository at:

  https://github.com/mripard/linux.git tags/sunxi-drivers-for-3.16-2

for you to fetch changes up to 1be7f5520a3885747174008d2905ae551f74ea78:

  power: reset: Add Allwinner A31 reset code (2014-05-23 10:40:34 +0200)

----------------------------------------------------------------
Allwinner drivers changes for 3.16, take 2

Add reset driver for the A31

----------------------------------------------------------------
Maxime Ripard (1):
      power: reset: Add Allwinner A31 reset code

 drivers/power/reset/Kconfig        |  7 ++++
 drivers/power/reset/Makefile       |  1 +
 drivers/power/reset/sun6i-reboot.c | 85 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 93 insertions(+)
 create mode 100644 drivers/power/reset/sun6i-reboot.c

Comments

Arnd Bergmann May 23, 2014, 10:49 p.m. UTC | #1
On Friday 23 May 2014, Maxime Ripard wrote:
> Hi Arnd, Kevin, Olof,
> 
> Here is the last pull request for the driver additions of the
> Allwinner stuff for the 3.16 merge window.
> 
> The following changes since commit cd90f0cf4454861a4f87bdfdcf01e8b98cc94869:
> 
>   reset: sunxi: allow MFD subdevices probe (2014-05-15 10:31:04 +0200)
> 
> are available in the git repository at:
> 
>   https://github.com/mripard/linux.git tags/sunxi-drivers-for-3.16-2
> 
> for you to fetch changes up to 1be7f5520a3885747174008d2905ae551f74ea78:
> 
>   power: reset: Add Allwinner A31 reset code (2014-05-23 10:40:34 +0200)
> 
> ----------------------------------------------------------------
> Allwinner drivers changes for 3.16, take 2
> 
> Add reset driver for the A31
> 

Merged into next/drivers, thanks!
	
	Arnd