mbox

[GIT,PULL] SOCFPGA driver updates for 3.16

Message ID 1398466670-8341-2-git-send-email-dinguyen@altera.com
State New
Headers show

Pull-request

git://git.rocketboards.org/linux-socfpga-next.git tags/socfpga-driver-update-for-3.16

Message

dinguyen@altera.com April 25, 2014, 10:57 p.m. UTC
Hi Arnd, Kevin, and Olof,

Please consider pulling in this patch for 3.16. It adds a reset driver for
the SOCFPGA platform.

Thanks,
Dinh

The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:

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

are available in the git repository at:

  git://git.rocketboards.org/linux-socfpga-next.git tags/socfpga-driver-update-for-3.16

for you to fetch changes up to a39a493932dfc534cb761d6f95861a281e57c1e7:

  reset: add driver for socfpga (2014-04-25 17:40:08 -0500)

----------------------------------------------------------------
drivers: Add reset driver for SOCFPGA

Add a reset driver for the SOCFPGA platform.

----------------------------------------------------------------
Steffen Trumtrar (1):
      reset: add driver for socfpga

 drivers/reset/Makefile        |    1 +
 drivers/reset/reset-socfpga.c |  146 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 147 insertions(+)
 create mode 100644 drivers/reset/reset-socfpga.c

Comments

Olof Johansson May 5, 2014, 10:14 p.m. UTC | #1
On Fri, Apr 25, 2014 at 05:57:50PM -0500, dinguyen@altera.com wrote:
> Hi Arnd, Kevin, and Olof,
> 
> Please consider pulling in this patch for 3.16. It adds a reset driver for
> the SOCFPGA platform.
> 
> Thanks,
> Dinh
> 
> The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
> 
>   Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)
> 
> are available in the git repository at:
> 
>   git://git.rocketboards.org/linux-socfpga-next.git tags/socfpga-driver-update-for-3.16
> 
> for you to fetch changes up to a39a493932dfc534cb761d6f95861a281e57c1e7:
> 
>   reset: add driver for socfpga (2014-04-25 17:40:08 -0500)

Merged into next/drivers, thanks!

-Olof