mbox

[GIT,PULL] SoCFPGA fixes for v4.2-rc1

Message ID 1436543297-3254-1-git-send-email-dinh.linux@gmail.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git socfpga_fixes_for_v4.2-rc1

Message

Dinh Nguyen July 10, 2015, 3:48 p.m. UTC
Hi Arnd, Kevin, Olof:

Please pull in these fixes for v4.2-rc1.

Thanks,

Dinh

The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:

  Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git socfpga_fixes_for_v4.2-rc1

for you to fetch changes up to 93abc72bc7901cfc61a2871da7a565c9fdb26108:

  ARM: socfpga: dts: Fix entries order (2015-07-07 08:58:02 -0500)

----------------------------------------------------------------
SoCFPGA fixes against v4.2-rc1
- Update compatible "adxl345x" compatible string
- Alphabetize the DTS nodes for the C5 sockit board file

----------------------------------------------------------------
Walter Lozano (2):
      ARM: socfpga: dts: Fix adxl34x formating and compatible string
      ARM: socfpga: dts: Fix entries order

 arch/arm/boot/dts/socfpga_cyclone5_sockit.dts | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

Comments

Olof Johansson July 14, 2015, 9:18 a.m. UTC | #1
On Fri, Jul 10, 2015 at 10:48:17AM -0500, dinh.linux@gmail.com wrote:
> Hi Arnd, Kevin, Olof:
> 
> Please pull in these fixes for v4.2-rc1.
> 
> Thanks,
> 
> Dinh
> 
> The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
> 
>   Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git socfpga_fixes_for_v4.2-rc1
> 
> for you to fetch changes up to 93abc72bc7901cfc61a2871da7a565c9fdb26108:
> 
>   ARM: socfpga: dts: Fix entries order (2015-07-07 08:58:02 -0500)

Merged. However, a reordering of a DTS file isn't really a fix, in the
future please queue up for next release instead (unless the order is
somehow causing a problem that needs to be addressed).


-Olof