mbox

[GIT,PULL] SoCFPGA late fix for v4.0

Message ID 1426790719-21636-1-git-send-email-dinguyen@opensource.altera.com
State New
Headers show

Pull-request

git://git.rocketboards.org/linux-socfpga-next.git tags/socfpga_fix_for_v4.0_2

Message

Dinh Nguyen March 19, 2015, 6:45 p.m. UTC
Hi Arnd, Kevin and Olof,

Please pull this 1 patch that fixes SPI. If it's too late for v4.0, then
this patch can go in for v4.1.

Thanks,

The following changes since commit 06e5801b8cb3fc057d88cb4dc03c0b64b2744cda:

  Linux 4.0-rc4 (2015-03-15 17:38:20 -0700)

are available in the git repository at:

  git://git.rocketboards.org/linux-socfpga-next.git tags/socfpga_fix_for_v4.0_2

for you to fetch changes up to 1ac31de744202a3a14601170a57f155b4a8d2c21:

  ARM: socfpga: dts: fix spi1 interrupt (2015-03-19 10:51:15 -0500)

----------------------------------------------------------------
Late fix for v4.0 on the SoCFPGA platform:
- Fix interrupt number for SPI1 interface

----------------------------------------------------------------
Mark James (1):
      ARM: socfpga: dts: fix spi1 interrupt

 arch/arm/boot/dts/socfpga.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Olof Johansson March 29, 2015, 8:58 p.m. UTC | #1
On Thu, Mar 19, 2015 at 01:45:19PM -0500, dinguyen@opensource.altera.com wrote:
> Hi Arnd, Kevin and Olof,
> 
> Please pull this 1 patch that fixes SPI. If it's too late for v4.0, then
> this patch can go in for v4.1.
> 
> Thanks,
> 
> The following changes since commit 06e5801b8cb3fc057d88cb4dc03c0b64b2744cda:
> 
>   Linux 4.0-rc4 (2015-03-15 17:38:20 -0700)
> 
> are available in the git repository at:
> 
>   git://git.rocketboards.org/linux-socfpga-next.git tags/socfpga_fix_for_v4.0_2
> 
> for you to fetch changes up to 1ac31de744202a3a14601170a57f155b4a8d2c21:
> 
>   ARM: socfpga: dts: fix spi1 interrupt (2015-03-19 10:51:15 -0500)

Merged, thanks.


-Olof