Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: soc fixes for -rc2
@ 2012-10-20  0:09 Olof Johansson
  0 siblings, 0 replies; 2+ messages in thread
From: Olof Johansson @ 2012-10-20  0:09 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:

  Linux 3.7-rc1 (2012-10-14 14:41:04 -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 70f3900ee5c78d498dbbf880ec409f4b8f4da21e:

  Merge tag 'kirkwood_fixes_for_v3.7' of git://git.infradead.org/users/jcooper/linux into fixes (2012-10-19 16:17:51 -0700)

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

ARM: soc: Fixes for 3.7-rc2

A set of fixes and some minor cleanups for -rc2:

- A series from Arnd that fixes warnings in drivers and other code
  included by ARM defconfigs. Most have been acked by corresponding
  maintainers (and seem quite hard to argue not picking up anyway in the
  few exception cases).
- A few misc patches from the list for integrator/vt8500/i.MX
- A batch of fixes to OMAP platforms, fixing:
  - boot problems on beaglebone,
  - regression fixes for local timers
  - clockdomain locking fixes
  - a few boot/sparse warnings
- For Tegra:
  - Clock rate calculation overflow fix
  - Revert a change that removed timer clocks and a fix for symbol name clashes
- For Renesas:
  - IO accessor / annotation cleanups to remove warnings
- For Kirkwood/Dove/mvebu:
  - Fixes for device trees for Dove (some minor cleanups, some fixes)
  - Fixes for the mvebu gpio driver
  - Fix build problem for Feroceon due to missing ifdefs
  - Fix lsxl DTS files

----------------------------------------------------------------
Arnd Bergmann (7):
      SCSI: ARM: ncr5380/oak uses no interrupts
      SCSI: ARM: make fas216_dumpinfo function conditional
      mm/slob: use min_t() to compare ARCH_SLAB_MINALIGN
      USB: EHCI: mark ehci_orion_conf_mbus_windows __devinit
      pcmcia: sharpsl: don't discard sharpsl_pcmcia_ops
      spi/s3c64xx: use correct dma_transfer_direction type
      ARM: s3c: mark s3c2440_clk_add as __init_refok

Axel Lin (1):
      gpio: mvebu: Add missing breaks in mvebu_gpio_irq_set_type

Benoit Cousson (1):
      ARM: OMAP2+: clock data: Add dev-id for the omap-gpmc dummy fck

Jason Gunthorpe (1):
      ARM: Kirkwood: fix disabling CACHE_FEROCEON_L2

Jon Hunter (1):
      ARM: OMAP2+: Allow kernel to boot even if GPMC fails to reserve memory

Kuninori Morimoto (2):
      ARM: shmobile: armadillo800eva: __io abuse cleanup
      ARM: shmobile: r8a7779: use __iomem pointers for MMIO

Linus Walleij (1):
      ARM: dts: compile Integrator device trees

Mark Zhang (1):
      ARM: tegra30: clk: Fix output_rate overflow

Michael Walle (2):
      ARM: kirkwood: fix LEDs names for lsxl boards
      ARM: kirkwood: fix buttons on lsxl boards

Olof Johansson (7):
      Merge branch 'fixes' of git://git.kernel.org/.../horms/renesas into fixes
      Merge tag 'tegra-for-3.7-fixes-for-rc2' of git://git.kernel.org/.../swarren/linux-tegra into fixes
      Merge tag 'omap-for-v3.7-rc1/fixes-take5-signed' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'mvebu_dove_late_fixes_for_v3.7' of git://git.infradead.org/users/jcooper/linux into fixes
      Merge tag 'mvebu_gpio_fixes_for_v3.7' of git://git.infradead.org/users/jcooper/linux into fixes
      Merge branch 'testing/driver-warnings' of git://git.kernel.org/.../arm/arm-soc into fixes
      Merge tag 'kirkwood_fixes_for_v3.7' of git://git.infradead.org/users/jcooper/linux into fixes

Paul Walmsley (1):
      ARM: OMAP: resolve sparse warning concerning debug_card_init()

Sebastian Hesselbarth (6):
      ARM: dove: Add pcie clock support
      ARM: dove: Fix tauros2 device tree init
      ARM: dove: Fix clock names of sata and gbe
      ARM: dove: Restructure SoC device tree descriptor
      ARM: dove: Remove watchdog from DT
      ARM: dove: Add crypto engine to DT

Sebastien Guiriec (1):
      ARM: OMAP4: devices: fixup OMAP4 DMIC platform device error message

Shawn Guo (1):
      ARM: dts: imx6q-arm2: move NANDF_CS pins out of 'hog'

Sivaram Nair (2):
      ARM: tegra: rename tegra system timer
      ARM: tegra: add tegra_timer clock

Tero Kristo (1):
      ARM: OMAP: clockdomain: Fix locking on _clkdm_clk_hwmod_enable / disable

Tony Lindgren (1):
      ARM: OMAP4: Fix twd_local_timer_register regression

Tony Prisk (1):
      dtb: fix interrupt assignment for ehci/uhci on wm8505

 arch/arm/boot/dts/Makefile                     |  2 ++
 arch/arm/boot/dts/dove.dtsi                    | 49 +++++++++++++++++---------
 arch/arm/boot/dts/imx6q-arm2.dts               | 10 +++++-
 arch/arm/boot/dts/kirkwood-lsxl.dtsi           | 18 +++++-----
 arch/arm/boot/dts/wm8505.dtsi                  |  4 +--
 arch/arm/mach-dove/common.c                    |  8 ++---
 arch/arm/mach-dove/pcie.c                      |  5 +++
 arch/arm/mach-kirkwood/board-dt.c              |  2 --
 arch/arm/mach-kirkwood/common.c                |  4 +--
 arch/arm/mach-omap2/clock44xx_data.c           |  2 +-
 arch/arm/mach-omap2/clockdomain.c              | 15 +++++---
 arch/arm/mach-omap2/devices.c                  |  2 +-
 arch/arm/mach-omap2/gpmc.c                     | 24 ++++++++++---
 arch/arm/mach-omap2/timer.c                    |  2 +-
 arch/arm/mach-s3c24xx/clock-s3c2440.c          |  2 +-
 arch/arm/mach-shmobile/board-armadillo800eva.c |  2 +-
 arch/arm/mach-shmobile/clock-r8a7779.c         | 22 ++++++------
 arch/arm/mach-tegra/board-dt-tegra20.c         |  2 +-
 arch/arm/mach-tegra/board-dt-tegra30.c         |  2 +-
 arch/arm/mach-tegra/board.h                    |  2 +-
 arch/arm/mach-tegra/tegra20_clocks_data.c      |  1 +
 arch/arm/mach-tegra/tegra30_clocks.c           |  2 +-
 arch/arm/mach-tegra/tegra30_clocks_data.c      |  1 +
 arch/arm/mach-tegra/timer.c                    |  2 +-
 arch/arm/plat-omap/debug-devices.c             |  1 +
 drivers/gpio/gpio-mvebu.c                      |  3 ++
 drivers/pcmcia/pxa2xx_sharpsl.c                |  2 +-
 drivers/scsi/arm/fas216.c                      |  2 +-
 drivers/scsi/arm/oak.c                         |  1 +
 drivers/spi/spi-s3c64xx.c                      |  6 ++--
 drivers/usb/host/ehci-orion.c                  |  2 +-
 mm/slob.c                                      |  6 ++--
 32 files changed, 133 insertions(+), 75 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread
* [GIT PULL]: ARM: SoC fixes for -rc2
@ 2014-10-26 17:15 Olof Johansson
  0 siblings, 0 replies; 2+ messages in thread
From: Olof Johansson @ 2014-10-26 17:15 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-for-rc2

for you to fetch changes up to efc176a8ee1f959b89292597bd8a99417475a79a:

  Merge tag 'imx-fixes-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes (2014-10-25 20:44:05 -0700)

----------------------------------------------------------------
ARM: SoC fixes for -rc2

Another week, another small batch of fixes.

Most of these make zynq, socfpga and sunxi platforms work a bit
better:

* Due to new requirements for regulators, DWMMC on socfpga broke past 3.17.
* SMP spinup fix for socfpga
* A few DT fixes for zynq
* Another option (FIXED_REGULATOR) for sunxi is needed that used to be selected
  by other options but no longer is.
* A couple of small DT fixes for at91
* ...and a couple for i.MX.

----------------------------------------------------------------
Alexandre Belloni (1):
      power: reset: at91-reset: fix power down register

Bo Shen (1):
      MAINTAINERS: add atmel ssc driver maintainer entry

Boris Brezillon (1):
      ARM: at91/dt: sam9263: fix PLLB frequencies

Dinh Nguyen (4):
      arm: socfpga: fix fetching cpu1start_addr for SMP
      ARM: dts: socfpga: rename gpio nodes
      ARM: dts: socfpga: Fix SD card detect
      ARM: dts: socfpga: Add a 3.3V fixed regulator node

Fabio Estevam (1):
      ARM: dts: imx28-evk: Let i2c0 run at 100kHz

Michal Simek (5):
      ARM: zynq: DT: Add missing address for L2 pl310
      ARM: zynq: DT: Add missing reference for ADC
      ARM: zynq: DT: Add missing reference for memory-controller
      ARM: zynq: DT: Add cadence watchdog node
      ARM: zynq: DT: trivial: Fix mc node

Olof Johansson (6):
      ARM: sunxi_defconfig: enable CONFIG_REGULATOR_FIXED_VOLTAGE
      ARM: multi_v7_defconfig: enable CONFIG_MMC_DW_ROCKCHIP
      Merge tag 'zynq-dt-fixes-for-3.18' of https://github.com/Xilinx/linux-xlnx into fixes
      Merge tag 'at91-fixes' of git://git.kernel.org/.../nferre/linux-at91 into fixes
      Merge tag 'socfpga_fixes_for_3.18' of git://git.rocketboards.org/linux-socfpga-next into fixes
      Merge tag 'imx-fixes-3.18' of git://git.kernel.org/.../shawnguo/linux into fixes

Soren Brinkmann (2):
      ARM: zynq: DT: Fix GEM register area size
      ARM: zynq: DT: Remove 222 MHz OPP

Steve Longerbeam (1):
      ARM: i.MX6: Fix "emi" clock name typo

 MAINTAINERS                                   |  7 +++++++
 arch/arm/boot/dts/at91sam9263.dtsi            |  5 +++--
 arch/arm/boot/dts/imx28-evk.dts               |  1 -
 arch/arm/boot/dts/socfpga.dtsi                | 12 ++++++------
 arch/arm/boot/dts/socfpga_arria5.dtsi         |  2 +-
 arch/arm/boot/dts/socfpga_arria5_socdk.dts    | 12 ++++++++++++
 arch/arm/boot/dts/socfpga_cyclone5_socdk.dts  | 15 ++++++++++++++-
 arch/arm/boot/dts/socfpga_cyclone5_sockit.dts | 12 ++++++++++++
 arch/arm/boot/dts/zynq-7000.dtsi              | 24 +++++++++++++++++-------
 arch/arm/configs/multi_v7_defconfig           |  1 +
 arch/arm/configs/sunxi_defconfig              |  1 +
 arch/arm/mach-imx/clk-imx6q.c                 | 14 +++++++-------
 arch/arm/mach-socfpga/core.h                  |  2 +-
 arch/arm/mach-socfpga/headsmp.S               | 25 +++++++++++++++----------
 arch/arm/mach-socfpga/platsmp.c               |  4 ++--
 arch/arm/mach-socfpga/socfpga.c               |  4 ++--
 drivers/power/reset/at91-reset.c              |  4 ++--
 include/dt-bindings/clock/imx6qdl-clock.h     |  8 ++++----
 18 files changed, 107 insertions(+), 46 deletions(-)

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

end of thread, other threads:[~2014-10-26 17:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-20  0:09 [GIT PULL] ARM: soc fixes for -rc2 Olof Johansson
  -- strict thread matches above, loose matches on Subject: below --
2014-10-26 17:15 [GIT PULL]: ARM: SoC " Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox