All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] SoCFPGA DTS updates for v4.2, part 2
@ 2015-05-13 14:12 dinguyen at opensource.altera.com
  2015-05-13 14:12 ` [GIT PULL] SoCFPGA updates for v4.2, version 2 dinguyen at opensource.altera.com
  2015-05-13 15:49 ` [GIT PULL] SoCFPGA DTS updates for v4.2, part 2 Arnd Bergmann
  0 siblings, 2 replies; 4+ messages in thread
From: dinguyen at opensource.altera.com @ 2015-05-13 14:12 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Kevin and Olof,

Please pull this patch for v4.2.

Thanks,
Dinh

The following changes since commit 5ebe6afaf0057ac3eaeb98defd5456894b446d22:

  Linux 4.1-rc2 (2015-05-03 19:22:23 -0700)

are available in the git repository at:

  git://git.kernel.org:pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_for_v4.2_part_2

for you to fetch changes up to 8508452e57f7d50216338c28db6d42dfe585389a:

  ARM: socfpga: dts: add the a9-scu node (2015-05-13 08:30:03 -0500)

----------------------------------------------------------------
SoCFPGA update for v4.2 part 2
- Add a DTS node for the A9 SCU

----------------------------------------------------------------
Dinh Nguyen (1):
      ARM: socfpga: dts: add the a9-scu node

 arch/arm/boot/dts/socfpga.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] SoCFPGA updates for v4.2, version 2
  2015-05-13 14:12 [GIT PULL] SoCFPGA DTS updates for v4.2, part 2 dinguyen at opensource.altera.com
@ 2015-05-13 14:12 ` dinguyen at opensource.altera.com
  2015-05-13 15:49   ` Arnd Bergmann
  2015-05-13 15:49 ` [GIT PULL] SoCFPGA DTS updates for v4.2, part 2 Arnd Bergmann
  1 sibling, 1 reply; 4+ messages in thread
From: dinguyen at opensource.altera.com @ 2015-05-13 14:12 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Kevin and Olof,

Please consider pulling in these patches for v4.2. This is version 2 that
includes the patch to use of_iomap of the A9 SCU.

Thanks,
Dinh

The following changes since commit 5ebe6afaf0057ac3eaeb98defd5456894b446d22:

  Linux 4.1-rc2 (2015-05-03 19:22:23 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_updates_for_v4.2

for you to fetch changes up to 122694a0c71281cf2b349af41309c3caf5f31d61:

  ARM: socfpga: use of_iomap to map the SCU (2015-05-13 08:41:35 -0500)

----------------------------------------------------------------
SoCFPGA updates for v4.2
- Add big endian support
- Add earlyprintk support on UART1 that is used on Arria10
- Remove the need to map uart_io_desc
- Use of_iomap to map the SCU
- Remove socfpga_smp_init_cpus as arm_dt_init_cpu_maps is already doing
  the CPU mapping.

----------------------------------------------------------------
Ben Dooks (3):
      ARM: debug: fix big endian operation for 8250 word mode
      ARM: socfpga: enable big endian for secondary core(s)
      ARM: socfpga: support big endian for socfpga

Dinh Nguyen (3):
      ARM: socfpga: Add support for UART1 debug uart for earlyprintk
      ARM: socfpga: remove the need to map uart_io_desc
      ARM: socfpga: use of_iomap to map the SCU

 arch/arm/Kconfig.debug          | 26 +++++++++++++++++++-------
 arch/arm/include/debug/8250.S   |  3 +++
 arch/arm/mach-socfpga/Kconfig   |  1 +
 arch/arm/mach-socfpga/core.h    |  1 -
 arch/arm/mach-socfpga/headsmp.S |  5 ++++-
 arch/arm/mach-socfpga/platsmp.c | 33 ++++++++++-----------------------
 arch/arm/mach-socfpga/socfpga.c | 34 ----------------------------------
 7 files changed, 37 insertions(+), 66 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] SoCFPGA updates for v4.2, version 2
  2015-05-13 14:12 ` [GIT PULL] SoCFPGA updates for v4.2, version 2 dinguyen at opensource.altera.com
@ 2015-05-13 15:49   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2015-05-13 15:49 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday 13 May 2015 09:12:49 dinguyen at opensource.altera.com wrote:
> ----------------------------------------------------------------
> SoCFPGA updates for v4.2
> - Add big endian support
> - Add earlyprintk support on UART1 that is used on Arria10
> - Remove the need to map uart_io_desc
> - Use of_iomap to map the SCU
> - Remove socfpga_smp_init_cpus as arm_dt_init_cpu_maps is already doing
>   the CPU mapping.
> 

Pulled into next/soc, thanks for the quick update!

	Arnd

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] SoCFPGA DTS updates for v4.2, part 2
  2015-05-13 14:12 [GIT PULL] SoCFPGA DTS updates for v4.2, part 2 dinguyen at opensource.altera.com
  2015-05-13 14:12 ` [GIT PULL] SoCFPGA updates for v4.2, version 2 dinguyen at opensource.altera.com
@ 2015-05-13 15:49 ` Arnd Bergmann
  1 sibling, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2015-05-13 15:49 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday 13 May 2015 09:12:48 dinguyen at opensource.altera.com wrote:
> Hi Arnd, Kevin and Olof,
> 
> Please pull this patch for v4.2.
> 
> Thanks,
> Dinh
> 
> The following changes since commit 5ebe6afaf0057ac3eaeb98defd5456894b446d22:
> 
>   Linux 4.1-rc2 (2015-05-03 19:22:23 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org:pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_for_v4.2_part_2
> 
> for you to fetch changes up to 8508452e57f7d50216338c28db6d42dfe585389a:
> 
>   ARM: socfpga: dts: add the a9-scu node (2015-05-13 08:30:03 -0500)
> 
> ----------------------------------------------------------------
> SoCFPGA update for v4.2 part 2
> - Add a DTS node for the A9 SCU
> 

Pulled into next/dt, thanks!

	Arnd

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-05-13 15:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-13 14:12 [GIT PULL] SoCFPGA DTS updates for v4.2, part 2 dinguyen at opensource.altera.com
2015-05-13 14:12 ` [GIT PULL] SoCFPGA updates for v4.2, version 2 dinguyen at opensource.altera.com
2015-05-13 15:49   ` Arnd Bergmann
2015-05-13 15:49 ` [GIT PULL] SoCFPGA DTS updates for v4.2, part 2 Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.