mbox

[GIT,PULL] Allwinner drivers for 3.16

Message ID 20140516124033.GA23014@lukather
State New
Headers show

Pull-request

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

Message

Maxime Ripard May 16, 2014, 12:40 p.m. UTC
Hi Arnd, Kevin, Olof,

Please pull the following pull-request for 3.16

Thanks,
Maxime

The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:

  Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)

are available in the git repository at:

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

for you to fetch changes up to cd90f0cf4454861a4f87bdfdcf01e8b98cc94869:

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

----------------------------------------------------------------
Allwinner drivers changes for 3.16

Reset drivers for the A31, that have been merged with reset maintainer's Acked-by.

----------------------------------------------------------------
Boris BREZILLON (2):
      reset: sunxi: document sunxi's reset controllers bindings
      reset: sunxi: allow MFD subdevices probe

 .../bindings/reset/allwinner,sunxi-clock-reset.txt  | 21 +++++++++++++++++++++
 drivers/reset/reset-sunxi.c                         | 21 ++++++++++++++++++---
 2 files changed, 39 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/reset/allwinner,sunxi-clock-reset.txt

Comments

Olof Johansson May 21, 2014, 9:44 p.m. UTC | #1
On Fri, May 16, 2014 at 02:40:33PM +0200, Maxime Ripard wrote:
> Hi Arnd, Kevin, Olof,
> 
> Please pull the following pull-request for 3.16
> 
> Thanks,
> Maxime
> 
> The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
> 
>   Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/mripard/linux.git sunxi/drivers-for-3.16
> 
> for you to fetch changes up to cd90f0cf4454861a4f87bdfdcf01e8b98cc94869:
> 
>   reset: sunxi: allow MFD subdevices probe (2014-05-15 10:31:04 +0200)
> 
> ----------------------------------------------------------------
> Allwinner drivers changes for 3.16
> 
> Reset drivers for the A31, that have been merged with reset maintainer's Acked-by.

Merged, thanks. Looks like you generated the pull request before the tag was on
the server, since it's not part of the reference.


-Olof
Maxime Ripard May 22, 2014, 7:45 a.m. UTC | #2
On Wed, May 21, 2014 at 02:44:38PM -0700, Olof Johansson wrote:
> On Fri, May 16, 2014 at 02:40:33PM +0200, Maxime Ripard wrote:
> > Hi Arnd, Kevin, Olof,
> > 
> > Please pull the following pull-request for 3.16
> > 
> > Thanks,
> > Maxime
> > 
> > The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
> > 
> >   Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)
> > 
> > are available in the git repository at:
> > 
> >   https://github.com/mripard/linux.git sunxi/drivers-for-3.16
> > 
> > for you to fetch changes up to cd90f0cf4454861a4f87bdfdcf01e8b98cc94869:
> > 
> >   reset: sunxi: allow MFD subdevices probe (2014-05-15 10:31:04 +0200)
> > 
> > ----------------------------------------------------------------
> > Allwinner drivers changes for 3.16
> > 
> > Reset drivers for the A31, that have been merged with reset maintainer's Acked-by.
> 
> Merged, thanks. Looks like you generated the pull request before the tag was on
> the server, since it's not part of the reference.

Grrr, I really should script this...

Thanks,
Maxime