All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: SoC fixes for 3.4-rc
@ 2012-04-28  5:28 ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2012-04-28  5:28 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: arm, linux-arm-kernel, linux-kernel

Hi Linus,

The following changes since commit 66f75a5d028beaf67c931435fdc3e7823125730c:

  Linux 3.4-rc4 (2012-04-21 14:47:52 -0700)

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 6e76538b9ef2b2a14ad9b57d65dc35d151765917:

  Merge branch 'v3.4-samsung-fixes-3' of
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into
fixes (2012-04-27 09:40:06 -0700)

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

ARM: SoC fixes for 3.4-rc

Nothing controversial, just another batch of fixes:

- Samsung/exynos fixes for more merge window fallout: build errors and
  warnings mostly, but also some clock/device setup issues on exynos4/5
- PXA bug and warning fixes related to gpio and pinmux
- IRQ domain conversion bugfixes for U300 and MSM
- A regulator setup fix for U300

----------------------------------------------------------------
Arnd Bergmann (1):
      ARM: mini2440_defconfig: Fix build error

David Brown (1):
      ARM: msm: Fix gic irqdomain support

Dmitry Artamonow (1):
      arm/sa1100: fix sa1100-rtc memory resource

Igor Grinberg (2):
      ARM: PXA2xx: MFP: fix bug with MFP_LPM_KEEP_OUTPUT
      ARM: PXA2xx: MFP: fix potential direction bug

Kukjin Kim (2):
      ARM: S3C24XX: Fix build warning for S3C2410_PM
      ARM: EXYNOS: Fix resource on dev-dwmci.c

Linus Walleij (1):
      ARM: u300: bump all IRQ numbers by one

Marek Szyprowski (1):
      ARM: SAMSUNG: add missing MMC_CAP2_BROKEN_VOLTAGE capability

Mark Brown (1):
      ARM: ux300: Fix unimplementable regulation constraints

Olof Johansson (4):
      Merge branch 'msm-fix' of
git://git.kernel.org/.../davidb/linux-msm into fixes
      Merge branch 'u300-fixes-for-arm-soc' of
git://git.kernel.org/.../linusw/linux-stericsson into fixes
      Merge branch 'fixes' of git://github.com/hzhuang1/linux into fixes
      Merge branch 'v3.4-samsung-fixes-3' of
git://git.kernel.org/.../kgene/linux-samsung into fixes

Robert Jarzmik (1):
      ARM: pxa: fix gpio wakeup setting

Thomas Abraham (2):
      ARM: EXYNOS: use 'exynos4-sdhci' as device name for sdhci controllers
      ARM: EXYNOS: Fix incorrect initialization of GIC

Tushar Behera (1):
      ARM: EXYNOS: Fix compilation error when CONFIG_OF is not defined

 arch/arm/boot/dts/msm8660-surf.dts          |    4 +-
 arch/arm/configs/mini2440_defconfig         |    2 +
 arch/arm/mach-exynos/clock-exynos4.c        |   24 ++---
 arch/arm/mach-exynos/clock-exynos5.c        |   24 ++---
 arch/arm/mach-exynos/common.c               |   14 ++-
 arch/arm/mach-exynos/dev-dwmci.c            |   13 +--
 arch/arm/mach-exynos/mach-nuri.c            |    1 +
 arch/arm/mach-exynos/mach-universal_c210.c  |    1 +
 arch/arm/mach-msm/board-msm8x60.c           |   25 +++--
 arch/arm/mach-pxa/include/mach/mfp-pxa2xx.h |    7 ++
 arch/arm/mach-pxa/mfp-pxa2xx.c              |   21 +++-
 arch/arm/mach-pxa/pxa27x.c                  |    6 +-
 arch/arm/mach-s3c24xx/Kconfig               |    8 +-
 arch/arm/mach-s5pv210/mach-goni.c           |    2 +
 arch/arm/mach-sa1100/generic.c              |    2 +-
 arch/arm/mach-u300/core.c                   |    6 +-
 arch/arm/mach-u300/i2c.c                    |    9 +-
 arch/arm/mach-u300/include/mach/irqs.h      |  150 +++++++++++++--------------
 arch/arm/plat-samsung/include/plat/sdhci.h  |   28 +++++
 drivers/gpio/gpio-pxa.c                     |   21 +++-
 include/linux/gpio-pxa.h                    |    4 +
 21 files changed, 230 insertions(+), 142 deletions(-)

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

* [GIT PULL] ARM: SoC fixes for 3.4-rc
@ 2012-04-28  5:28 ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2012-04-28  5:28 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit 66f75a5d028beaf67c931435fdc3e7823125730c:

  Linux 3.4-rc4 (2012-04-21 14:47:52 -0700)

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 6e76538b9ef2b2a14ad9b57d65dc35d151765917:

  Merge branch 'v3.4-samsung-fixes-3' of
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into
fixes (2012-04-27 09:40:06 -0700)

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

ARM: SoC fixes for 3.4-rc

Nothing controversial, just another batch of fixes:

- Samsung/exynos fixes for more merge window fallout: build errors and
  warnings mostly, but also some clock/device setup issues on exynos4/5
- PXA bug and warning fixes related to gpio and pinmux
- IRQ domain conversion bugfixes for U300 and MSM
- A regulator setup fix for U300

----------------------------------------------------------------
Arnd Bergmann (1):
      ARM: mini2440_defconfig: Fix build error

David Brown (1):
      ARM: msm: Fix gic irqdomain support

Dmitry Artamonow (1):
      arm/sa1100: fix sa1100-rtc memory resource

Igor Grinberg (2):
      ARM: PXA2xx: MFP: fix bug with MFP_LPM_KEEP_OUTPUT
      ARM: PXA2xx: MFP: fix potential direction bug

Kukjin Kim (2):
      ARM: S3C24XX: Fix build warning for S3C2410_PM
      ARM: EXYNOS: Fix resource on dev-dwmci.c

Linus Walleij (1):
      ARM: u300: bump all IRQ numbers by one

Marek Szyprowski (1):
      ARM: SAMSUNG: add missing MMC_CAP2_BROKEN_VOLTAGE capability

Mark Brown (1):
      ARM: ux300: Fix unimplementable regulation constraints

Olof Johansson (4):
      Merge branch 'msm-fix' of
git://git.kernel.org/.../davidb/linux-msm into fixes
      Merge branch 'u300-fixes-for-arm-soc' of
git://git.kernel.org/.../linusw/linux-stericsson into fixes
      Merge branch 'fixes' of git://github.com/hzhuang1/linux into fixes
      Merge branch 'v3.4-samsung-fixes-3' of
git://git.kernel.org/.../kgene/linux-samsung into fixes

Robert Jarzmik (1):
      ARM: pxa: fix gpio wakeup setting

Thomas Abraham (2):
      ARM: EXYNOS: use 'exynos4-sdhci' as device name for sdhci controllers
      ARM: EXYNOS: Fix incorrect initialization of GIC

Tushar Behera (1):
      ARM: EXYNOS: Fix compilation error when CONFIG_OF is not defined

 arch/arm/boot/dts/msm8660-surf.dts          |    4 +-
 arch/arm/configs/mini2440_defconfig         |    2 +
 arch/arm/mach-exynos/clock-exynos4.c        |   24 ++---
 arch/arm/mach-exynos/clock-exynos5.c        |   24 ++---
 arch/arm/mach-exynos/common.c               |   14 ++-
 arch/arm/mach-exynos/dev-dwmci.c            |   13 +--
 arch/arm/mach-exynos/mach-nuri.c            |    1 +
 arch/arm/mach-exynos/mach-universal_c210.c  |    1 +
 arch/arm/mach-msm/board-msm8x60.c           |   25 +++--
 arch/arm/mach-pxa/include/mach/mfp-pxa2xx.h |    7 ++
 arch/arm/mach-pxa/mfp-pxa2xx.c              |   21 +++-
 arch/arm/mach-pxa/pxa27x.c                  |    6 +-
 arch/arm/mach-s3c24xx/Kconfig               |    8 +-
 arch/arm/mach-s5pv210/mach-goni.c           |    2 +
 arch/arm/mach-sa1100/generic.c              |    2 +-
 arch/arm/mach-u300/core.c                   |    6 +-
 arch/arm/mach-u300/i2c.c                    |    9 +-
 arch/arm/mach-u300/include/mach/irqs.h      |  150 +++++++++++++--------------
 arch/arm/plat-samsung/include/plat/sdhci.h  |   28 +++++
 drivers/gpio/gpio-pxa.c                     |   21 +++-
 include/linux/gpio-pxa.h                    |    4 +
 21 files changed, 230 insertions(+), 142 deletions(-)

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

* [GIT PULL] ARM: SoC fixes for 3.4-rc
@ 2012-04-21 14:55 ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2012-04-21 14:55 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: arm, linux-arm-kernel, linux-kernel

Hi Linus,


The following changes since commit e816b57a337ea3b755de72bec38c10c864f23015:

  Linux 3.4-rc3 (2012-04-15 18:28:29 -0700)

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 6842d4c2a980ce821cb20562f8df85bfcfd02012:

  Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into
fixes (2012-04-18 21:30:16 -0700)

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

ARM: SoC fixes for 3.4-rc

- at91, ux500, imx, omap and bcmring:
  - at91 fixes for =m driver build issues, irqdomain fixes and config
    dependency fixes
  - ux500 kconfig dependency fixes and a  smp wakeup bugfix
  - imx idle bugfix and build fix due to irq domain changes
  - omap uart pinmux fixes, softreset regression revert and misc fixes
  - bcmring build error regression fix

- ux500 and imx had some small defconfig updates in this branch

----------------------------------------------------------------
Aaro Koskinen (1):
      ARM: OMAP1: mux: add missing include

Archit Taneja (1):
      ARM: OMAP2/3: VENC hwmods: Remove OCPIF_SWSUP_IDLE flag from
VENC slave interface

Fabio Estevam (2):
      ARM: imx_v4_v5_defconfig: Add support for CONFIG_REGULATOR_FIXED_VOLTAGE
      ARM: imx27-dt: Fix build due to removal of irq_domain_add_simple()

Fernando Guzman Lugo (1):
      ARM: OMAP2+: hwmod: add softreset delay field and OMAP4 data

Govindraj.R (1):
      ARM: OMAP2+: UART: Fix incorrect population of default uart pads

Grazvydas Ignotas (1):
      ARM: OMAP: sram: fix BUG in dpll code for !PM case

Jean-Christophe PLAGNIOL-VILLARD (2):
      ARM: at91: fix rm9200ek flash size
      ARM: at91: fix at91sam9261ek Ethernet dm9000 irq

Joachim Eastwood (5):
      ARM: at91: Export at91_st_base
      ARM: at91: Export at91_ramc_base
      ARM: at91: Export at91_pmc_base
      ARM: at91: Export at91_matrix_base
      ARM: at91: remove empty at91_init_serial function

Jonas Aaberg (1):
      ARM: ux500: wake secondary cpu via resched

Lee Jones (1):
      ARM: ux500: Fix unmet direct dependency

Linus Walleij (1):
      ARM: ux500: update defconfig

Nicolas Ferre (5):
      ARM: at91: fix typo in at91_pmc_base assembly declaration
      leds-atmel-pwm.c: Make pwmled_probe() __devinit
      USB: ohci-at91: change annotations for probe/remove functions
      USB: gadget/at91_udc: add gpio_to_irq() function to vbus interrupt
      dmaengine: Kconfig: fix Atmel at_hdmac entry

Olof Johansson (4):
      Merge tag 'omap-fixes-for-v3.4-rc3' of
git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'v3.4-rc3-imx-fixes' of
git://git.pengutronix.de/git/imx/linux-2.6 into fixes
      Merge branch 'fixes-for-arm-soc-20120416' of
git://git.kernel.org/.../linusw/linux-stericsson into fixes
      Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes

Paul Gortmaker (1):
      ARM: bcmring: fix UART declarations

Paul Walmsley (2):
      ARM: OMAP2+: hwmod: Revert "ARM: OMAP2+: hwmod: Make
omap_hwmod_softreset wait for reset status"
      ARM: OMAP1: DMTIMER: fix broken timer clock source selection

Robert Lee (1):
      ARM: imx: Fix imx5 idle logic bug

Santosh Shilimkar (1):
      ARM: OMAP: serial: Fix the ocp smart idlemode handling bug

Tony Lindgren (1):
      Merge tag 'omap-fixes-b-for-3.4rc' of
git://git.kernel.org/.../pjw/omap-pending into fixes

 arch/arm/configs/imx_v4_v5_defconfig         |    1 +
 arch/arm/configs/u8500_defconfig             |    9 +-
 arch/arm/mach-at91/at91rm9200_devices.c      |    1 -
 arch/arm/mach-at91/at91rm9200_time.c         |    2 +
 arch/arm/mach-at91/board-rm9200ek.c          |    2 +-
 arch/arm/mach-at91/board-sam9261ek.c         |    5 +-
 arch/arm/mach-at91/clock.c                   |    1 +
 arch/arm/mach-at91/include/mach/at91_pmc.h   |    2 +-
 arch/arm/mach-at91/setup.c                   |    2 +
 arch/arm/mach-bcmring/core.c                 |    4 +-
 arch/arm/mach-imx/imx27-dt.c                 |    6 +-
 arch/arm/mach-imx/mm-imx5.c                  |    2 +-
 arch/arm/mach-omap1/mux.c                    |    1 +
 arch/arm/mach-omap1/timer.c                  |    4 +-
 arch/arm/mach-omap2/omap_hwmod.c             |   17 +++-
 arch/arm/mach-omap2/omap_hwmod_2420_data.c   |    1 -
 arch/arm/mach-omap2/omap_hwmod_2430_data.c   |    1 -
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c   |    1 -
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c   |    9 ++
 arch/arm/mach-omap2/serial.c                 |  124 ++------------------------
 arch/arm/mach-ux500/Kconfig                  |    1 +
 arch/arm/mach-ux500/platsmp.c                |    2 +-
 arch/arm/plat-omap/include/plat/omap_hwmod.h |    4 +-
 arch/arm/plat-omap/sram.c                    |   12 +--
 drivers/dma/Kconfig                          |    5 +-
 drivers/leds/leds-atmel-pwm.c                |    2 +-
 drivers/usb/gadget/at91_udc.c                |    8 +-
 drivers/usb/host/ohci-at91.c                 |   12 +--
 28 files changed, 80 insertions(+), 161 deletions(-)

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

* [GIT PULL] ARM: SoC fixes for 3.4-rc
@ 2012-04-21 14:55 ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2012-04-21 14:55 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,


The following changes since commit e816b57a337ea3b755de72bec38c10c864f23015:

  Linux 3.4-rc3 (2012-04-15 18:28:29 -0700)

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 6842d4c2a980ce821cb20562f8df85bfcfd02012:

  Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into
fixes (2012-04-18 21:30:16 -0700)

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

ARM: SoC fixes for 3.4-rc

- at91, ux500, imx, omap and bcmring:
  - at91 fixes for =m driver build issues, irqdomain fixes and config
    dependency fixes
  - ux500 kconfig dependency fixes and a  smp wakeup bugfix
  - imx idle bugfix and build fix due to irq domain changes
  - omap uart pinmux fixes, softreset regression revert and misc fixes
  - bcmring build error regression fix

- ux500 and imx had some small defconfig updates in this branch

----------------------------------------------------------------
Aaro Koskinen (1):
      ARM: OMAP1: mux: add missing include

Archit Taneja (1):
      ARM: OMAP2/3: VENC hwmods: Remove OCPIF_SWSUP_IDLE flag from
VENC slave interface

Fabio Estevam (2):
      ARM: imx_v4_v5_defconfig: Add support for CONFIG_REGULATOR_FIXED_VOLTAGE
      ARM: imx27-dt: Fix build due to removal of irq_domain_add_simple()

Fernando Guzman Lugo (1):
      ARM: OMAP2+: hwmod: add softreset delay field and OMAP4 data

Govindraj.R (1):
      ARM: OMAP2+: UART: Fix incorrect population of default uart pads

Grazvydas Ignotas (1):
      ARM: OMAP: sram: fix BUG in dpll code for !PM case

Jean-Christophe PLAGNIOL-VILLARD (2):
      ARM: at91: fix rm9200ek flash size
      ARM: at91: fix at91sam9261ek Ethernet dm9000 irq

Joachim Eastwood (5):
      ARM: at91: Export at91_st_base
      ARM: at91: Export at91_ramc_base
      ARM: at91: Export at91_pmc_base
      ARM: at91: Export at91_matrix_base
      ARM: at91: remove empty at91_init_serial function

Jonas Aaberg (1):
      ARM: ux500: wake secondary cpu via resched

Lee Jones (1):
      ARM: ux500: Fix unmet direct dependency

Linus Walleij (1):
      ARM: ux500: update defconfig

Nicolas Ferre (5):
      ARM: at91: fix typo in at91_pmc_base assembly declaration
      leds-atmel-pwm.c: Make pwmled_probe() __devinit
      USB: ohci-at91: change annotations for probe/remove functions
      USB: gadget/at91_udc: add gpio_to_irq() function to vbus interrupt
      dmaengine: Kconfig: fix Atmel at_hdmac entry

Olof Johansson (4):
      Merge tag 'omap-fixes-for-v3.4-rc3' of
git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'v3.4-rc3-imx-fixes' of
git://git.pengutronix.de/git/imx/linux-2.6 into fixes
      Merge branch 'fixes-for-arm-soc-20120416' of
git://git.kernel.org/.../linusw/linux-stericsson into fixes
      Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes

Paul Gortmaker (1):
      ARM: bcmring: fix UART declarations

Paul Walmsley (2):
      ARM: OMAP2+: hwmod: Revert "ARM: OMAP2+: hwmod: Make
omap_hwmod_softreset wait for reset status"
      ARM: OMAP1: DMTIMER: fix broken timer clock source selection

Robert Lee (1):
      ARM: imx: Fix imx5 idle logic bug

Santosh Shilimkar (1):
      ARM: OMAP: serial: Fix the ocp smart idlemode handling bug

Tony Lindgren (1):
      Merge tag 'omap-fixes-b-for-3.4rc' of
git://git.kernel.org/.../pjw/omap-pending into fixes

 arch/arm/configs/imx_v4_v5_defconfig         |    1 +
 arch/arm/configs/u8500_defconfig             |    9 +-
 arch/arm/mach-at91/at91rm9200_devices.c      |    1 -
 arch/arm/mach-at91/at91rm9200_time.c         |    2 +
 arch/arm/mach-at91/board-rm9200ek.c          |    2 +-
 arch/arm/mach-at91/board-sam9261ek.c         |    5 +-
 arch/arm/mach-at91/clock.c                   |    1 +
 arch/arm/mach-at91/include/mach/at91_pmc.h   |    2 +-
 arch/arm/mach-at91/setup.c                   |    2 +
 arch/arm/mach-bcmring/core.c                 |    4 +-
 arch/arm/mach-imx/imx27-dt.c                 |    6 +-
 arch/arm/mach-imx/mm-imx5.c                  |    2 +-
 arch/arm/mach-omap1/mux.c                    |    1 +
 arch/arm/mach-omap1/timer.c                  |    4 +-
 arch/arm/mach-omap2/omap_hwmod.c             |   17 +++-
 arch/arm/mach-omap2/omap_hwmod_2420_data.c   |    1 -
 arch/arm/mach-omap2/omap_hwmod_2430_data.c   |    1 -
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c   |    1 -
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c   |    9 ++
 arch/arm/mach-omap2/serial.c                 |  124 ++------------------------
 arch/arm/mach-ux500/Kconfig                  |    1 +
 arch/arm/mach-ux500/platsmp.c                |    2 +-
 arch/arm/plat-omap/include/plat/omap_hwmod.h |    4 +-
 arch/arm/plat-omap/sram.c                    |   12 +--
 drivers/dma/Kconfig                          |    5 +-
 drivers/leds/leds-atmel-pwm.c                |    2 +-
 drivers/usb/gadget/at91_udc.c                |    8 +-
 drivers/usb/host/ohci-at91.c                 |   12 +--
 28 files changed, 80 insertions(+), 161 deletions(-)

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

end of thread, other threads:[~2012-04-28  5:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-28  5:28 [GIT PULL] ARM: SoC fixes for 3.4-rc Olof Johansson
2012-04-28  5:28 ` Olof Johansson
  -- strict thread matches above, loose matches on Subject: below --
2012-04-21 14:55 Olof Johansson
2012-04-21 14:55 ` 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.