All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: arm-soc fixes for 3.8
@ 2012-12-18  6:55 ` Olof Johansson
  0 siblings, 0 replies; 11+ messages in thread
From: Olof Johansson @ 2012-12-18  6:55 UTC (permalink / raw)
  To: torvalds; +Cc: olof, linux-arm-kernel, linux-kernel, arm

Hi Linus,


The following changes since commit fa4c95bfdb85d568ae327d57aa33a4f55bab79c4:

  Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs (2012-12-17 08:27:59 -0800)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes

for you to fetch changes up to 4d1839138220e7e35bf9e31c854e4e0196dea7a1:

  Merge tag 'ep93xx-fixes-for-3.8' of git://github.com/RyanMallon/linux-ep93xx into fixes (2012-12-17 18:42:30 -0800)

----------------------------------------------------------------

ARM: arm-soc fixes for 3.8

This is a batch of fixes for arm-soc platforms, most of it is for OMAP
but there are others too (i.MX, Tegra, ep93xx). Fixes warnings, some
broken platforms and drivers, etc. A bit all over the map really.

----------------------------------------------------------------
Fabio Estevam (2):
      ARM: dts: mx27: Fix the AIPI bus for FEC
      ARM: imx: Move platform-mx2-emma to arch/arm/mach-imx/devices

Florian Fainelli (1):
      ARM: ep93xx: properly wait for UART FIFO to be empty

Hiroshi Doyu (1):
      amba: tegra-ahb: Fix warning w/o PM_SLEEP

Javier Martinez Canillas (1):
      ARM: OMAP2+: common: remove use of vram

Jon Hunter (11):
      ARM: OMAP2+: Fix realtime_counter_init warning in timer.c
      ARM: AM335x: Fix warning in timer.c
      ARM: OMAP2420: Fix ethernet support for OMAP2420 H4
      ARM: OMAP: Remove debug-devices.c
      ARM: dts: OMAP2420: Correct H4 board memory size
      ARM: dts: Add build target for omap4-panda-a4
      ARM: OMAP4: Update timer clock aliases
      ARM: OMAP4: Add function table for non-M4X dplls
      ARM: OMAP4: Enhance support for DPLLs with 4X multiplier
      ARM: OMAP4460: Workaround ABE DPLL failing to turn-on
      ARM: OMAP4: Fix EMU clock domain always on

Linus Walleij (2):
      ARM: u300: delete custom pin hog code
      ARM: ux500: fix missing include

Maxime Ripard (1):
      ARM: sunxi: Change device tree naming scheme for sunxi

Oleg Matcovschi (1):
      OMAP2+: mux: Fixed gpio mux mode analysis

Olof Johansson (7):
      ARM: exynos: Fix warning due to missing 'inline' in stub
      ARM: davinci: fix build break due to missing include
      Merge tag 'tegra-for-3.8-fixes-for-rc1' of git://git.kernel.org/.../swarren/linux-tegra into fixes
      Merge tag 'omap-fixes-a-for-v3.8-window' of git://git.kernel.org/.../pjw/omap-pending into fixes
      Merge tag 'omap-for-v3.8/fixes-for-merge-window-v4-signed' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'imx-fixes-rc' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes
      Merge tag 'ep93xx-fixes-for-3.8' of git://github.com/RyanMallon/linux-ep93xx into fixes

Paul Walmsley (3):
      ARM: OMAP4: clock data: div_iva_hs_clk is a power-of-two divider
      ARM: OMAP4: clock data: DPLLs are missing bypass clocks in their parent lists
      ARM: OMAP3/4: cpuidle: fix sparse and checkpatch warnings

Roger Quadros (1):
      mfd: omap-usb-host: get rid of cpu_is_omap..() macros

Sascha Hauer (1):
      ARM i.MX51 clock: Fix regression since enabling MIPI/HSP clocks

Sivaram Nair (2):
      ARM: tegra: select correct parent clk for pll_p
      ARM: tegra: fix comment in dsib clk set_parent

Tomi Valkeinen (1):
      OMAP: board-files: fix i2c_bus for tfp410

Tony Lindgren (3):
      Merge branch 'fixes-timer-build' of git://github.com/jonhunter/linux into omap-for-v3.8/fixes-for-merge-window
      ARM: OMAP: Move plat/omap-serial.h to include/linux/platform_data/serial-omap.h
      Merge branch 'omap-for-v3.8/fixes-for-merge-window' into omap-for-v3.8/fixes-for-merge-window-v2

Vaibhav Hiremath (1):
      ARM: OMAP2+: Fix sparse warnings in timer.c

 arch/arm/boot/dts/Makefile                         |  5 +-
 arch/arm/boot/dts/imx27-3ds.dts                    |  8 +-
 arch/arm/boot/dts/imx27-phytec-phycore.dts         | 13 +--
 arch/arm/boot/dts/imx27.dtsi                       | 11 ++-
 arch/arm/boot/dts/omap2420-h4.dts                  |  2 +-
 arch/arm/boot/dts/sun4i-cubieboard.dts             |  4 +-
 arch/arm/boot/dts/sun5i-olinuxino.dts              |  4 +-
 arch/arm/mach-davinci/board-da850-evm.c            |  1 +
 arch/arm/mach-ep93xx/include/mach/uncompress.h     | 10 +--
 arch/arm/mach-exynos/common.h                      |  2 +-
 arch/arm/mach-imx/clk-imx51-imx53.c                | 16 ++++
 .../devices/platform-mx2-emma.c                    |  4 +-
 arch/arm/mach-omap2/Kconfig                        |  3 +-
 arch/arm/mach-omap2/board-3430sdp.c                |  1 +
 arch/arm/mach-omap2/board-am3517evm.c              |  1 +
 arch/arm/mach-omap2/board-cm-t35.c                 |  1 +
 arch/arm/mach-omap2/board-devkit8000.c             |  1 +
 arch/arm/mach-omap2/board-h4.c                     | 83 +++++--------------
 arch/arm/mach-omap2/board-omap3evm.c               |  1 +
 arch/arm/mach-omap2/board-omap3stalker.c           |  1 +
 arch/arm/mach-omap2/cclock44xx_data.c              | 78 +++++++++++++++---
 arch/arm/mach-omap2/clock.h                        | 10 +++
 arch/arm/mach-omap2/clockdomain.c                  |  3 +-
 arch/arm/mach-omap2/common.c                       |  3 -
 arch/arm/mach-omap2/cpuidle34xx.c                  | 14 ++--
 arch/arm/mach-omap2/cpuidle44xx.c                  | 28 ++++---
 arch/arm/mach-omap2/dpll3xxx.c                     | 46 +++++++----
 arch/arm/mach-omap2/dpll44xx.c                     | 64 ++++++++++++---
 arch/arm/mach-omap2/mux.c                          | 10 +--
 arch/arm/mach-omap2/mux.h                          | 20 +++--
 arch/arm/mach-omap2/mux34xx.c                      |  2 +-
 arch/arm/mach-omap2/serial.c                       |  3 +-
 arch/arm/mach-omap2/timer.c                        |  6 +-
 arch/arm/mach-omap2/usb-host.c                     |  4 +
 arch/arm/mach-tegra/common.c                       |  2 +-
 arch/arm/mach-tegra/tegra30_clocks.c               |  4 +-
 arch/arm/mach-u300/core.c                          | 34 --------
 arch/arm/mach-ux500/devices-db8500.h               |  1 +
 arch/arm/plat-omap/Makefile                        |  1 -
 arch/arm/plat-omap/debug-devices.c                 | 92 ----------------------
 arch/arm/plat-omap/include/plat/debug-devices.h    |  2 -
 drivers/amba/tegra-ahb.c                           |  2 +
 drivers/mfd/omap-usb-host.c                        |  3 +-
 drivers/tty/serial/omap-serial.c                   |  3 +-
 .../linux/platform_data/serial-omap.h              |  0
 include/linux/platform_data/usb-omap.h             |  3 +
 include/video/omap-panel-tfp410.h                  |  2 +-
 47 files changed, 308 insertions(+), 304 deletions(-)
 rename arch/arm/{plat-mxc => mach-imx}/devices/platform-mx2-emma.c (94%)
 delete mode 100644 arch/arm/plat-omap/debug-devices.c
 delete mode 100644 arch/arm/plat-omap/include/plat/debug-devices.h
 rename arch/arm/plat-omap/include/plat/omap-serial.h => include/linux/platform_data/serial-omap.h (100%)

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

* [GIT PULL] ARM: arm-soc fixes for 3.8
@ 2012-12-18  6:55 ` Olof Johansson
  0 siblings, 0 replies; 11+ messages in thread
From: Olof Johansson @ 2012-12-18  6:55 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,


The following changes since commit fa4c95bfdb85d568ae327d57aa33a4f55bab79c4:

  Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs (2012-12-17 08:27:59 -0800)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes

for you to fetch changes up to 4d1839138220e7e35bf9e31c854e4e0196dea7a1:

  Merge tag 'ep93xx-fixes-for-3.8' of git://github.com/RyanMallon/linux-ep93xx into fixes (2012-12-17 18:42:30 -0800)

----------------------------------------------------------------

ARM: arm-soc fixes for 3.8

This is a batch of fixes for arm-soc platforms, most of it is for OMAP
but there are others too (i.MX, Tegra, ep93xx). Fixes warnings, some
broken platforms and drivers, etc. A bit all over the map really.

----------------------------------------------------------------
Fabio Estevam (2):
      ARM: dts: mx27: Fix the AIPI bus for FEC
      ARM: imx: Move platform-mx2-emma to arch/arm/mach-imx/devices

Florian Fainelli (1):
      ARM: ep93xx: properly wait for UART FIFO to be empty

Hiroshi Doyu (1):
      amba: tegra-ahb: Fix warning w/o PM_SLEEP

Javier Martinez Canillas (1):
      ARM: OMAP2+: common: remove use of vram

Jon Hunter (11):
      ARM: OMAP2+: Fix realtime_counter_init warning in timer.c
      ARM: AM335x: Fix warning in timer.c
      ARM: OMAP2420: Fix ethernet support for OMAP2420 H4
      ARM: OMAP: Remove debug-devices.c
      ARM: dts: OMAP2420: Correct H4 board memory size
      ARM: dts: Add build target for omap4-panda-a4
      ARM: OMAP4: Update timer clock aliases
      ARM: OMAP4: Add function table for non-M4X dplls
      ARM: OMAP4: Enhance support for DPLLs with 4X multiplier
      ARM: OMAP4460: Workaround ABE DPLL failing to turn-on
      ARM: OMAP4: Fix EMU clock domain always on

Linus Walleij (2):
      ARM: u300: delete custom pin hog code
      ARM: ux500: fix missing include

Maxime Ripard (1):
      ARM: sunxi: Change device tree naming scheme for sunxi

Oleg Matcovschi (1):
      OMAP2+: mux: Fixed gpio mux mode analysis

Olof Johansson (7):
      ARM: exynos: Fix warning due to missing 'inline' in stub
      ARM: davinci: fix build break due to missing include
      Merge tag 'tegra-for-3.8-fixes-for-rc1' of git://git.kernel.org/.../swarren/linux-tegra into fixes
      Merge tag 'omap-fixes-a-for-v3.8-window' of git://git.kernel.org/.../pjw/omap-pending into fixes
      Merge tag 'omap-for-v3.8/fixes-for-merge-window-v4-signed' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'imx-fixes-rc' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes
      Merge tag 'ep93xx-fixes-for-3.8' of git://github.com/RyanMallon/linux-ep93xx into fixes

Paul Walmsley (3):
      ARM: OMAP4: clock data: div_iva_hs_clk is a power-of-two divider
      ARM: OMAP4: clock data: DPLLs are missing bypass clocks in their parent lists
      ARM: OMAP3/4: cpuidle: fix sparse and checkpatch warnings

Roger Quadros (1):
      mfd: omap-usb-host: get rid of cpu_is_omap..() macros

Sascha Hauer (1):
      ARM i.MX51 clock: Fix regression since enabling MIPI/HSP clocks

Sivaram Nair (2):
      ARM: tegra: select correct parent clk for pll_p
      ARM: tegra: fix comment in dsib clk set_parent

Tomi Valkeinen (1):
      OMAP: board-files: fix i2c_bus for tfp410

Tony Lindgren (3):
      Merge branch 'fixes-timer-build' of git://github.com/jonhunter/linux into omap-for-v3.8/fixes-for-merge-window
      ARM: OMAP: Move plat/omap-serial.h to include/linux/platform_data/serial-omap.h
      Merge branch 'omap-for-v3.8/fixes-for-merge-window' into omap-for-v3.8/fixes-for-merge-window-v2

Vaibhav Hiremath (1):
      ARM: OMAP2+: Fix sparse warnings in timer.c

 arch/arm/boot/dts/Makefile                         |  5 +-
 arch/arm/boot/dts/imx27-3ds.dts                    |  8 +-
 arch/arm/boot/dts/imx27-phytec-phycore.dts         | 13 +--
 arch/arm/boot/dts/imx27.dtsi                       | 11 ++-
 arch/arm/boot/dts/omap2420-h4.dts                  |  2 +-
 arch/arm/boot/dts/sun4i-cubieboard.dts             |  4 +-
 arch/arm/boot/dts/sun5i-olinuxino.dts              |  4 +-
 arch/arm/mach-davinci/board-da850-evm.c            |  1 +
 arch/arm/mach-ep93xx/include/mach/uncompress.h     | 10 +--
 arch/arm/mach-exynos/common.h                      |  2 +-
 arch/arm/mach-imx/clk-imx51-imx53.c                | 16 ++++
 .../devices/platform-mx2-emma.c                    |  4 +-
 arch/arm/mach-omap2/Kconfig                        |  3 +-
 arch/arm/mach-omap2/board-3430sdp.c                |  1 +
 arch/arm/mach-omap2/board-am3517evm.c              |  1 +
 arch/arm/mach-omap2/board-cm-t35.c                 |  1 +
 arch/arm/mach-omap2/board-devkit8000.c             |  1 +
 arch/arm/mach-omap2/board-h4.c                     | 83 +++++--------------
 arch/arm/mach-omap2/board-omap3evm.c               |  1 +
 arch/arm/mach-omap2/board-omap3stalker.c           |  1 +
 arch/arm/mach-omap2/cclock44xx_data.c              | 78 +++++++++++++++---
 arch/arm/mach-omap2/clock.h                        | 10 +++
 arch/arm/mach-omap2/clockdomain.c                  |  3 +-
 arch/arm/mach-omap2/common.c                       |  3 -
 arch/arm/mach-omap2/cpuidle34xx.c                  | 14 ++--
 arch/arm/mach-omap2/cpuidle44xx.c                  | 28 ++++---
 arch/arm/mach-omap2/dpll3xxx.c                     | 46 +++++++----
 arch/arm/mach-omap2/dpll44xx.c                     | 64 ++++++++++++---
 arch/arm/mach-omap2/mux.c                          | 10 +--
 arch/arm/mach-omap2/mux.h                          | 20 +++--
 arch/arm/mach-omap2/mux34xx.c                      |  2 +-
 arch/arm/mach-omap2/serial.c                       |  3 +-
 arch/arm/mach-omap2/timer.c                        |  6 +-
 arch/arm/mach-omap2/usb-host.c                     |  4 +
 arch/arm/mach-tegra/common.c                       |  2 +-
 arch/arm/mach-tegra/tegra30_clocks.c               |  4 +-
 arch/arm/mach-u300/core.c                          | 34 --------
 arch/arm/mach-ux500/devices-db8500.h               |  1 +
 arch/arm/plat-omap/Makefile                        |  1 -
 arch/arm/plat-omap/debug-devices.c                 | 92 ----------------------
 arch/arm/plat-omap/include/plat/debug-devices.h    |  2 -
 drivers/amba/tegra-ahb.c                           |  2 +
 drivers/mfd/omap-usb-host.c                        |  3 +-
 drivers/tty/serial/omap-serial.c                   |  3 +-
 .../linux/platform_data/serial-omap.h              |  0
 include/linux/platform_data/usb-omap.h             |  3 +
 include/video/omap-panel-tfp410.h                  |  2 +-
 47 files changed, 308 insertions(+), 304 deletions(-)
 rename arch/arm/{plat-mxc => mach-imx}/devices/platform-mx2-emma.c (94%)
 delete mode 100644 arch/arm/plat-omap/debug-devices.c
 delete mode 100644 arch/arm/plat-omap/include/plat/debug-devices.h
 rename arch/arm/plat-omap/include/plat/omap-serial.h => include/linux/platform_data/serial-omap.h (100%)

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

* Re: [GIT PULL] ARM: arm-soc fixes for 3.8
  2012-12-18  6:55 ` Olof Johansson
@ 2012-12-18 15:01   ` Maxime Ripard
  -1 siblings, 0 replies; 11+ messages in thread
From: Maxime Ripard @ 2012-12-18 15:01 UTC (permalink / raw)
  To: Olof Johansson; +Cc: torvalds, arm, linux-kernel, linux-arm-kernel

Hi Olof,

Le 18/12/2012 07:55, Olof Johansson a écrit :
> Maxime Ripard (1):
>       ARM: sunxi: Change device tree naming scheme for sunxi

There's something odd about this one (commit 68136b10). The patch that
you seem to have applied differs from the one I sent. The DTs files
appears to have not been renamed, while in the patch I sent
(http://lists.infradead.org/pipermail/linux-arm-kernel/2012-December/137105.html),
it's the case.

Do you know what happened here? What can we do to fix that?

Maxime
-- 
Maxime Ripard, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

* [GIT PULL] ARM: arm-soc fixes for 3.8
@ 2012-12-18 15:01   ` Maxime Ripard
  0 siblings, 0 replies; 11+ messages in thread
From: Maxime Ripard @ 2012-12-18 15:01 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof,

Le 18/12/2012 07:55, Olof Johansson a ?crit :
> Maxime Ripard (1):
>       ARM: sunxi: Change device tree naming scheme for sunxi

There's something odd about this one (commit 68136b10). The patch that
you seem to have applied differs from the one I sent. The DTs files
appears to have not been renamed, while in the patch I sent
(http://lists.infradead.org/pipermail/linux-arm-kernel/2012-December/137105.html),
it's the case.

Do you know what happened here? What can we do to fix that?

Maxime
-- 
Maxime Ripard, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

* [GIT PULL] ARM: arm-soc fixes for 3.8
  2012-12-18 15:01   ` Maxime Ripard
  (?)
@ 2012-12-18 15:21   ` Olof Johansson
  -1 siblings, 0 replies; 11+ messages in thread
From: Olof Johansson @ 2012-12-18 15:21 UTC (permalink / raw)
  To: linux-arm-kernel

On Dec 18, 2012 7:01 AM, "Maxime Ripard" <maxime.ripard@free-electrons.com>
wrote:
>
> Hi Olof,
>
> Le 18/12/2012 07:55, Olof Johansson a ?crit :
> > Maxime Ripard (1):
> >       ARM: sunxi: Change device tree naming scheme for sunxi
>
> There's something odd about this one (commit 68136b10). The patch that
> you seem to have applied differs from the one I sent. The DTs files
> appears to have not been renamed, while in the patch I sent
> (
http://lists.infradead.org/pipermail/linux-arm-kernel/2012-December/137105.html
),
> it's the case.
>
> Do you know what happened here? What can we do to fix that?

Ah, probably didn't apply right since the patch didn't do delete+add.
Shoulda checked, my bad.

I'm traveling today but will revisit when I'm back online.

Linus, please hold off merging if you haven't already done so, new pull
request tomorrow.

-Olof
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20121218/2af75b05/attachment-0001.html>

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

* Re: [GIT PULL] ARM: arm-soc fixes for 3.8
  2012-12-18 15:01   ` Maxime Ripard
@ 2012-12-20 15:10     ` Tony Lindgren
  -1 siblings, 0 replies; 11+ messages in thread
From: Tony Lindgren @ 2012-12-20 15:10 UTC (permalink / raw)
  To: Maxime Ripard
  Cc: Olof Johansson, arm, torvalds, linux-kernel, linux-arm-kernel,
	Russell King - ARM Linux

* Maxime Ripard <maxime.ripard@free-electrons.com> [121218 07:08]:
> Hi Olof,
> 
> Le 18/12/2012 07:55, Olof Johansson a écrit :
> > Maxime Ripard (1):
> >       ARM: sunxi: Change device tree naming scheme for sunxi
> 
> There's something odd about this one (commit 68136b10). The patch that
> you seem to have applied differs from the one I sent. The DTs files
> appears to have not been renamed, while in the patch I sent
> (http://lists.infradead.org/pipermail/linux-arm-kernel/2012-December/137105.html),
> it's the case.
> 
> Do you know what happened here? What can we do to fix that?

Looks like that's trivial to fix as needed, no need to rebuild
the branch to fix that AFAIK.

The fix can be done once Olof is available online again.

Linus, I suggest that you go ahead and pull this if there are
no other issues with this branch.

Regards,

Tony

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

* [GIT PULL] ARM: arm-soc fixes for 3.8
@ 2012-12-20 15:10     ` Tony Lindgren
  0 siblings, 0 replies; 11+ messages in thread
From: Tony Lindgren @ 2012-12-20 15:10 UTC (permalink / raw)
  To: linux-arm-kernel

* Maxime Ripard <maxime.ripard@free-electrons.com> [121218 07:08]:
> Hi Olof,
> 
> Le 18/12/2012 07:55, Olof Johansson a ?crit :
> > Maxime Ripard (1):
> >       ARM: sunxi: Change device tree naming scheme for sunxi
> 
> There's something odd about this one (commit 68136b10). The patch that
> you seem to have applied differs from the one I sent. The DTs files
> appears to have not been renamed, while in the patch I sent
> (http://lists.infradead.org/pipermail/linux-arm-kernel/2012-December/137105.html),
> it's the case.
> 
> Do you know what happened here? What can we do to fix that?

Looks like that's trivial to fix as needed, no need to rebuild
the branch to fix that AFAIK.

The fix can be done once Olof is available online again.

Linus, I suggest that you go ahead and pull this if there are
no other issues with this branch.

Regards,

Tony

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

* Re: [GIT PULL] ARM: arm-soc fixes for 3.8
  2012-12-20 15:10     ` Tony Lindgren
@ 2012-12-20 16:29       ` Olof Johansson
  -1 siblings, 0 replies; 11+ messages in thread
From: Olof Johansson @ 2012-12-20 16:29 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Maxime Ripard, arm, torvalds, linux-kernel, linux-arm-kernel,
	Russell King - ARM Linux

On Thu, Dec 20, 2012 at 07:10:59AM -0800, Tony Lindgren wrote:
> * Maxime Ripard <maxime.ripard@free-electrons.com> [121218 07:08]:
> > Hi Olof,
> > 
> > Le 18/12/2012 07:55, Olof Johansson a écrit :
> > > Maxime Ripard (1):
> > >       ARM: sunxi: Change device tree naming scheme for sunxi
> > 
> > There's something odd about this one (commit 68136b10). The patch that
> > you seem to have applied differs from the one I sent. The DTs files
> > appears to have not been renamed, while in the patch I sent
> > (http://lists.infradead.org/pipermail/linux-arm-kernel/2012-December/137105.html),
> > it's the case.
> > 
> > Do you know what happened here? What can we do to fix that?
> 
> Looks like that's trivial to fix as needed, no need to rebuild
> the branch to fix that AFAIK.
> 
> The fix can be done once Olof is available online again.
> 
> Linus, I suggest that you go ahead and pull this if there are
> no other issues with this branch.

Sorry for being offline a bit longer than expected. Fresh pull request
coming in a minute.


-Olof

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

* [GIT PULL] ARM: arm-soc fixes for 3.8
@ 2012-12-20 16:29       ` Olof Johansson
  0 siblings, 0 replies; 11+ messages in thread
From: Olof Johansson @ 2012-12-20 16:29 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Dec 20, 2012 at 07:10:59AM -0800, Tony Lindgren wrote:
> * Maxime Ripard <maxime.ripard@free-electrons.com> [121218 07:08]:
> > Hi Olof,
> > 
> > Le 18/12/2012 07:55, Olof Johansson a ?crit :
> > > Maxime Ripard (1):
> > >       ARM: sunxi: Change device tree naming scheme for sunxi
> > 
> > There's something odd about this one (commit 68136b10). The patch that
> > you seem to have applied differs from the one I sent. The DTs files
> > appears to have not been renamed, while in the patch I sent
> > (http://lists.infradead.org/pipermail/linux-arm-kernel/2012-December/137105.html),
> > it's the case.
> > 
> > Do you know what happened here? What can we do to fix that?
> 
> Looks like that's trivial to fix as needed, no need to rebuild
> the branch to fix that AFAIK.
> 
> The fix can be done once Olof is available online again.
> 
> Linus, I suggest that you go ahead and pull this if there are
> no other issues with this branch.

Sorry for being offline a bit longer than expected. Fresh pull request
coming in a minute.


-Olof

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

* [GIT PULL] ARM: arm-soc fixes for 3.8
@ 2013-02-12 19:22 ` Olof Johansson
  0 siblings, 0 replies; 11+ messages in thread
From: Olof Johansson @ 2013-02-12 19:22 UTC (permalink / raw)
  To: torvalds; +Cc: olof, linux-arm-kernel, arm, linux-kernel

Hi Linus,


The following changes since commit 836dc9e3fbbab0c30aa6e664417225f5c1fb1c39:

  Linux 3.8-rc7 (2013-02-09 08:20:39 +1100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-for-linus

for you to fetch changes up to 893db07f50596bd42248dcffbe8157abc7204bdd:

  Merge tag 'highbank-fixes-for-3.8' of git://sources.calxeda.com/kernel/linux into fixes (2013-02-09 20:55:03 -0800)

----------------------------------------------------------------

ARM: arm-soc fixes for 3.8

We had a number of fixes queued up, but taking a strict pass-through
and weeding out any that either have been broken for a while, or are
for platforms that need out-of-tree code to be useful anyway, or other
fixes for problems that few users are likely to see in real life, only
this short branch of patches remains.

The three patches here are to make SMP boot work on the Calxeda
platforms again. Some of the rework for cpuids on 3.8 broke it (and it
was discovered late, unfortunately).

----------------------------------------------------------------
Olof Johansson (1):
      Merge tag 'highbank-fixes-for-3.8' of git://sources.calxeda.com/kernel/linux into fixes

Rob Herring (3):
      ARM: scu: add empty scu_enable for !CONFIG_SMP
      ARM: scu: mask cluster id from cpu_logical_map
      ARM: highbank: mask cluster id from cpu_logical_map

 arch/arm/include/asm/smp_scu.h    | 8 +++++++-
 arch/arm/kernel/smp_scu.c         | 2 +-
 arch/arm/mach-highbank/highbank.c | 3 ++-
 arch/arm/mach-highbank/sysregs.h  | 4 ++--
 4 files changed, 12 insertions(+), 5 deletions(-)


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

* [GIT PULL] ARM: arm-soc fixes for 3.8
@ 2013-02-12 19:22 ` Olof Johansson
  0 siblings, 0 replies; 11+ messages in thread
From: Olof Johansson @ 2013-02-12 19:22 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,


The following changes since commit 836dc9e3fbbab0c30aa6e664417225f5c1fb1c39:

  Linux 3.8-rc7 (2013-02-09 08:20:39 +1100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-for-linus

for you to fetch changes up to 893db07f50596bd42248dcffbe8157abc7204bdd:

  Merge tag 'highbank-fixes-for-3.8' of git://sources.calxeda.com/kernel/linux into fixes (2013-02-09 20:55:03 -0800)

----------------------------------------------------------------

ARM: arm-soc fixes for 3.8

We had a number of fixes queued up, but taking a strict pass-through
and weeding out any that either have been broken for a while, or are
for platforms that need out-of-tree code to be useful anyway, or other
fixes for problems that few users are likely to see in real life, only
this short branch of patches remains.

The three patches here are to make SMP boot work on the Calxeda
platforms again. Some of the rework for cpuids on 3.8 broke it (and it
was discovered late, unfortunately).

----------------------------------------------------------------
Olof Johansson (1):
      Merge tag 'highbank-fixes-for-3.8' of git://sources.calxeda.com/kernel/linux into fixes

Rob Herring (3):
      ARM: scu: add empty scu_enable for !CONFIG_SMP
      ARM: scu: mask cluster id from cpu_logical_map
      ARM: highbank: mask cluster id from cpu_logical_map

 arch/arm/include/asm/smp_scu.h    | 8 +++++++-
 arch/arm/kernel/smp_scu.c         | 2 +-
 arch/arm/mach-highbank/highbank.c | 3 ++-
 arch/arm/mach-highbank/sysregs.h  | 4 ++--
 4 files changed, 12 insertions(+), 5 deletions(-)

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

end of thread, other threads:[~2013-02-12 19:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-18  6:55 [GIT PULL] ARM: arm-soc fixes for 3.8 Olof Johansson
2012-12-18  6:55 ` Olof Johansson
2012-12-18 15:01 ` Maxime Ripard
2012-12-18 15:01   ` Maxime Ripard
2012-12-18 15:21   ` Olof Johansson
2012-12-20 15:10   ` Tony Lindgren
2012-12-20 15:10     ` Tony Lindgren
2012-12-20 16:29     ` Olof Johansson
2012-12-20 16:29       ` Olof Johansson
2013-02-12 19:22 Olof Johansson
2013-02-12 19:22 ` Olof Johansson

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.