1
0
Fork 0
alistair23-linux/arch/arm/mach-shmobile
Linus Torvalds 3fe89d2e76 ARM: SoC fixes for 3.15-rc3:
Since we didn't get around to collect fixes in time for -rc2 over
 the easter vacation, this one is unfortunately a bit larger than
 we'd like for an -rc3 merge. A large set of the changes is in the
 device tree sources, so I'm splitting out the description between
 code changes and DT changes. Aside from omap and versatile express,
 the actual code bugs are sporadic and trivial. Here is an overview:
 
   imx:
    - fix video clock settings
    - fix one clock refcounting bug
 
   omap:
    - update defconfig for renamed USB PHY driver
    - fix error handling in gpmc
    - fix N900 video initialization regression
    - fix reression in hwmod code from missing braces
    - fix am43xx and omap3 clocks
    - remove bogus write to voltage control register
 
   pxa:
    - fix build regression from 3.13 header cleanup
 
   rockchip:
    - fix a misleading printk string
 
   shmobile:
    - fix incorrect sound setting on multiple machines
 
   spear:
    - remove incorrect __init section annotation
 
   tegra:
    - remove a stale Kconfig entry
 
   u300:
    - update defconfig
 
   ux500:
    - enable common wireless and sensor drivers in defconfig
    - more defconfig updates
 
   vexpress:
    - fix voltage calculation for opp
    - fix reboot hang and warning
    - fix out-of-bounds array access
    - improve error handling in clock driver
 
   overall:
    - always select CLKSRC_OF in multiplatform builds
 
 And these are the devicetree related changes:
 
   imx:
    - add missing #clock-cell properties
    - fix pinctrl setting in imx6sl-evk
    - fix video endpoint on imx53
    - remove obsolete lvds-channel nodes (multiple patches)
    - add missing second stmpe node
    - fix usb host mode on dmo-edmqmx6 (multiple patches)
    - fix gic node #address-cells to match usage
    - add missing legacy IRQ map for PCIe
    - fix microsom pincontrol setting for rgmii
    - fix fatal typo in touchscreen DT usage for mx5
    - list all RAM present on m53evk and mx53qsb
 
   omap:
    - fix bug in DT handling of gpmc external bus
    - add DT for older revision of beagleboard
    - fix regression after DT node name fixes
    - remove obsolete properties for gpmc
    - fix pinmux comment to match DT it refers to
    - fix newly added dra7xx clock node data
    - add missing clock for USB PHY
 
   mvebu:
    - add missing clock for mdio node
    - fix nonstandard vendor prefixes on i2c nodes
 
   rockchip:
    - fix pin control setting for uart
 
   shmobile:
    - fix typo in DT data for pin control (multiple patches)
    - fix gic node #address-cells to match usage
 
   tegra:
    - fix clock and uart DT representation to match hardware
 
   zynq:
    - add DT nodes for newly added driver
    - add DT properties required for cpufreq-ondemand
 
   overall:
    - restore alphabetic order in Makefile
    - grammar fixes in bindings
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.12 (GNU/Linux)
 
 iQIVAwUAU1pK92CrR//JCVInAQLerA/9GwLHJIBU6osKnZtIWDYPhYj81uRxgF5Q
 qtaUdsSoDQmIiW8tzJL0VUBJQfSpPtf4hsIPh5dMKclalx+0kca3zpPepo58rvEP
 zG39OIK/fBsmD/eVkz0y3lG5BUu9/1gkpnM8jSEmkDWqcNX8wQoOeHSrWXWzEk1G
 2eZlXsYr9OVuIGRx14wnINvPuD2Z75zEXA7KDbDuYqauQvVojj5wH6s8R7Ujy7e1
 +NGCThkLJUF2wid+6QmVk9D6tQXyVxmf+cr080n58LmOmoVnoFkCjs5gaUUIP8Zb
 nM97PQly0s1JIRn+9jF7+U0KNyp9eec7Ogc00tpvvBmQI2kVfHfSRROLq+tDGu1t
 nEEy52X/QVgWWY+1qUl+gqIWWmMTpniDF1pd/5jP3jKXUc/sM7OfLGQaTP4O7sR6
 5MlfvqvSO/EaMeWEvX4e8+Z+2dY1qFZUYk7VtamqmOegzkcDjAiJ3aQNozuqq9JH
 TTHbA2Em9VGC1LlAMAg7h46rM//npCeJ0Q5yjuFk093UBEbAF4HWO2PFNrdohKzC
 Yz/R+vkvGeQ98K/4jj4UIyjcB4PUX+DRrozC10i2XCQh+UIYdgC4dFQz1nH/4iQS
 CrdSRmDvpZDjSFV5m4+QVkaEsTJnXX6vV62VBVRcSLkqyfPABWj1y9c2L3K8kfBJ
 6nbficflFqE=
 =PPo/
 -----END PGP SIGNATURE-----

Merge tag 'fixes-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc

Pull ARM SoC fixes from Arnd Bergmann:
 "Since we didn't get around to collect fixes in time for -rc2 over the
  easter vacation, this one is unfortunately a bit larger than we'd like
  for an -rc3 merge.

  A large set of the changes is in the device tree sources, so I'm
  splitting out the description between code changes and DT changes.
  Aside from omap and versatile express, the actual code bugs are and
  trivial.  Here is an overview:

  imx:
   - fix video clock settings
   - fix one clock refcounting bug

  omap:
   - update defconfig for renamed USB PHY driver
   - fix error handling in gpmc
   - fix N900 video initialization regression
   - fix reression in hwmod code from missing braces
   - fix am43xx and omap3 clocks
   - remove bogus write to voltage control register

  pxa:
   - fix build regression from 3.13 header cleanup

  rockchip:
   - fix a misleading printk string

  shmobile:
   - fix incorrect sound setting on multiple machines

  spear:
   - remove incorrect __init section annotation

  tegra:
   - remove a stale Kconfig entry

  u300:
   - update defconfig

  ux500:
   - enable common wireless and sensor drivers in defconfig
   - more defconfig updates

  vexpress:
   - fix voltage calculation for opp
   - fix reboot hang and warning
   - fix out-of-bounds array access
   - improve error handling in clock driver

  overall:
   - always select CLKSRC_OF in multiplatform builds

  And these are the devicetree related changes:

  imx:
   - add missing #clock-cell properties
   - fix pinctrl setting in imx6sl-evk
   - fix video endpoint on imx53
   - remove obsolete lvds-channel nodes (multiple patches)
   - add missing second stmpe node
   - fix usb host mode on dmo-edmqmx6 (multiple patches)
   - fix gic node #address-cells to match usage
   - add missing legacy IRQ map for PCIe
   - fix microsom pincontrol setting for rgmii
   - fix fatal typo in touchscreen DT usage for mx5
   - list all RAM present on m53evk and mx53qsb

  omap:
   - fix bug in DT handling of gpmc external bus
   - add DT for older revision of beagleboard
   - fix regression after DT node name fixes
   - remove obsolete properties for gpmc
   - fix pinmux comment to match DT it refers to
   - fix newly added dra7xx clock node data
   - add missing clock for USB PHY

  mvebu:
   - add missing clock for mdio node
   - fix nonstandard vendor prefixes on i2c nodes

  rockchip:
   - fix pin control setting for uart

  shmobile:
   - fix typo in DT data for pin control (multiple patches)
   - fix gic node #address-cells to match usage

  tegra:
   - fix clock and uart DT representation to match hardware

  zynq:
   - add DT nodes for newly added driver
   - add DT properties required for cpufreq-ondemand

  overall:
   - restore alphabetic order in Makefile
   - grammar fixes in bindings"

* tag 'fixes-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (66 commits)
  ARM: vexpress/TC2: Convert OPP voltage to uV before storing
  power/reset: vexpress: Fix restart/power off operation
  dt: tegra: remove non-existent clock IDs
  clk: tegra: remove non-existent clocks
  ARM: tegra: remove UART5/UARTE from tegra124.dtsi
  ARM: tegra: remove TEGRA_EMC_SCALING_ENABLE
  ARM: Tidy up DTB Makefile entries
  ARM: fix missing CLKSRC_OF on multi-platform
  ARM: spear: add __init to spear_clocksource_init()
  ARM: pxa: hx4700.h: include "irqs.h" for PXA_NR_BUILTIN_GPIO
  arm/mach-vexpress: array accessed out of bounds
  clk: vexpress: NULL dereference on error path
  ARM: OMAP2+: Fix GPMC remap for devices using an offset
  ARM: zynq: dt: Add I2C nodes to Zynq device tree
  ARM: zynq: DT: Add 'clock-latency' property
  ARM: OMAP2+: Fix oops for GPMC free
  ARM: dts: Add support for the BeagleBoard xM A/B
  ARM: dts: Grammar /that will/it will/
  ARM: dts: Grammar /is uses/ is used/
  ARM: OMAP2+: Fix config name for USB3 PHY
  ...
2014-04-25 13:02:02 -07:00
..
include/mach ARM: SoC: driver changes 2014-04-05 15:37:40 -07:00
Kconfig Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP 2014-04-07 16:36:11 -07:00
Makefile ARM: SoC: board changes 2014-04-05 14:44:13 -07:00
Makefile.boot ARM: shmobile: Remove non-multiplatform Koelsch reference support 2013-12-19 19:08:26 +09:00
board-ape6evm-reference.c ARM: shmobile: Rename to r8a73a4_init_early() 2013-09-19 14:33:44 -07:00
board-ape6evm.c ARM: shmobile: ape6evm: don't use named resource for SDHI 2013-11-24 15:14:29 +09:00
board-armadillo800eva-reference.c ARM: Renesas SoC cleanup, refactoring and more SMP support 2013-09-09 16:33:57 -07:00
board-armadillo800eva.c ARM: shmobile: armadillo800eva: fixup SND_SOC_DAIFMT_CBx_CFx flags 2014-04-14 12:48:34 +09:00
board-bockw-reference.c ARM: SoC board updates for 3.14 2014-01-23 18:48:28 -08:00
board-bockw.c ARM: SoC: board changes 2014-04-05 14:44:13 -07:00
board-genmai-reference.c ARM: shmobile: r7s72100 Genmai Multiplatform 2013-12-10 17:24:25 +09:00
board-genmai.c ARM: shmobile: Genmai: set proper DMA masks for Ether device 2014-02-17 12:20:37 +09:00
board-koelsch-reference.c ARM: shmobile: Remove Koelsch DT reference legacy clock bits 2014-02-18 09:11:29 +09:00
board-koelsch.c ARM: shmobile: Koelsch: set proper DMA masks for Ether device 2014-02-17 12:20:36 +09:00
board-kzm9g-reference.c ARM: Renesas SoC cleanup, refactoring and more SMP support 2013-09-09 16:33:57 -07:00
board-kzm9g.c ASoC: fsi: fixup SND_SOC_DAIFMT_CBx_CFx flags 2014-03-14 19:30:59 +00:00
board-lager-reference.c ARM: shmobile: Remove Lager DT reference legacy clock bits 2014-02-18 09:15:49 +09:00
board-lager.c ARM: shmobile: lager: fixup SND_SOC_DAIFMT_CBx_CFx flags 2014-04-14 12:46:59 +09:00
board-mackerel.c ASoC: fsi: fixup compile error for simple-card 2014-03-17 13:20:11 +00:00
board-marzen-reference.c ARM: shmobile: marzen: enable INTC IRQ 2013-10-08 10:02:22 +09:00
board-marzen.c Renesas ARM based SoC DT updates for v3.14 2013-12-20 12:17:18 -08:00
clock-emev2.c ARM: shmobile: Disconnect EMEV2 SMP code from clocks 2013-07-17 14:26:55 +09:00
clock-r7s72100.c ARM: shmobile: r7s72100: fix bus clock calculation 2014-03-06 13:22:02 +09:00
clock-r8a73a4.c ARM: shmobile: r8a73a4: tidyup DT node naming 2013-12-10 17:26:58 +09:00
clock-r8a7740.c ARM: shmobile: r8a7740: tidyup DT node naming 2013-12-10 17:26:57 +09:00
clock-r8a7778.c ARM: shmobile: r8a7778: Use clks as MSTP007 parent 2014-04-14 21:14:36 +01:00
clock-r8a7779.c ARM: SoC: driver changes 2014-04-05 15:37:40 -07:00
clock-r8a7790.c ARM: shmobile: r8a7790: add sound SCU clock support 2014-02-24 10:03:02 +09:00
clock-r8a7791.c ARM: shmobile: r8a7791: Fix SCIFA3-5 clocks 2014-03-13 10:37:14 +09:00
clock-sh73a0.c ARM: SoC platform changes for 3.14 2014-01-23 18:40:49 -08:00
clock-sh7372.c ARM: shmobile: sh7372: tidyup clock table order 2013-11-24 15:14:32 +09:00
clock.c ARM: shmobile: add struct clk_ratio and fixed ratio clock macro 2013-04-02 11:02:16 +09:00
console.c
cpuidle.c ARM: shmobile: cpuidle: use init/exit common routine 2013-04-23 13:45:22 +02:00
entry-intc.S ARM: gic: consolidate PPI handling 2011-10-23 13:32:29 +01:00
headsmp-scu.S Merge tag 'renesas-soc2-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/soc 2013-08-14 11:09:47 -07:00
headsmp.S ARM: shmobile: Introduce shmobile_boot_size 2013-09-20 17:47:31 -07:00
intc-sh73a0.c ARM: shmobile: INTC External IRQ pin driver on sh73a0 2013-03-18 21:26:05 +09:00
intc-sh7372.c ARM: shmobile: use __iomem pointers for MMIO 2012-09-18 10:15:11 +02:00
platsmp-apmu.c ARM: shmobile: APMU: Fix warnings due to improper printk formats 2014-03-06 13:14:03 +09:00
platsmp-scu.c ARM: shmobile: Remove shmobile_smp_scu_boot_secondary() 2013-09-30 17:56:10 +09:00
platsmp.c ARM: shmobile: Remove unused shmobile_smp_init_cpus() 2013-09-20 17:47:31 -07:00
pm-r8a7740.c ARM: shmobile: r8a7740: Add CPU sleep suspend 2013-01-25 12:43:46 +09:00
pm-r8a7779.c ARM: shmobile: Break out R-Car SYSC PM code 2014-02-24 08:55:46 +09:00
pm-r8a7790.c ARM: shmobile: r8a7790 SYSC setup code 2014-02-24 08:55:46 +09:00
pm-rcar.c ARM: shmobile: Move SYSC base variable to inside ifdefs 2014-02-26 14:53:35 +09:00
pm-rmobile.c Power management updates for 3.7-rc1 2012-10-02 18:32:35 -07:00
pm-sh73a0.c ARM: shmobile: sh73a0: Add CPU sleep suspend 2013-01-25 12:43:46 +09:00
pm-sh7372.c ARM: shmobile: Rework sh7372 sleep code to use virt_to_phys() 2013-06-17 16:06:47 +09:00
setup-emev2.c ARM: shmobile: emev2: Use __initconst for const init definition 2014-02-04 10:24:28 +09:00
setup-r7s72100.c ARM: shmobile: r7s72100: Don't set plat_sci_port scbrr_algo_id field 2013-12-24 21:09:16 +09:00
setup-r8a73a4.c ARM: shmobile: r8a73a4: Don't set plat_sci_port scbrr_algo_id field 2013-12-24 21:09:17 +09:00
setup-r8a7740.c ARM: shmobile: r8a7740: Don't set plat_sci_port scbrr_algo_id field 2013-12-24 21:09:17 +09:00
setup-r8a7778.c ARM: shmobile: r8a7778: Don't set plat_sci_port scbrr_algo_id field 2013-12-24 21:09:16 +09:00
setup-r8a7779.c ARM: SoC platform changes for 3.14 2014-01-23 18:40:49 -08:00
setup-r8a7790.c ARM: shmobile: r8a7790: add Audio DMAC support 2014-02-04 10:25:00 +09:00
setup-r8a7791.c ARM: shmobile: r8a7791: Don't set plat_sci_port scbrr_algo_id field 2013-12-24 21:09:19 +09:00
setup-rcar-gen2.c ARM: shmobile: Remove __init from rcar_gen2_read_mode_pins() 2014-02-24 08:55:48 +09:00
setup-sh73a0.c ARM: SoC platform changes for 3.14 2014-01-23 18:40:49 -08:00
setup-sh7372.c ARM: shmobile: sh7372: Don't set plat_sci_port scbrr_algo_id field 2013-12-24 21:09:13 +09:00
sh-gpio.h ARM: shmobile: mackerel: Use pinconf API to configure pin pull-down 2013-12-10 17:24:49 +09:00
sleep-sh7372.S ARM: shmobile: Insert align directives before 4 bytes data 2013-07-18 08:35:21 +09:00
smp-emev2.c ARM: shmobile: Let EMEV2 rely on SCU CPU notifier 2013-09-30 17:56:09 +09:00
smp-r8a7779.c ARM: shmobile: Break out R-Car SYSC PM code 2014-02-24 08:55:46 +09:00
smp-r8a7790.c ARM: shmobile: r8a7790 CA15-SCU enablement 2014-02-24 08:55:47 +09:00
smp-r8a7791.c ARM: shmobile: r8a7791 SMP support 2013-10-08 09:53:02 +09:00
smp-sh73a0.c ARM: shmobile: Let sh73a0 rely on SCU CPU notifier 2013-09-30 17:56:09 +09:00
suspend.c arm: Use generic idle loop 2013-04-08 17:39:24 +02:00
timer.c ARM: shmobile: Remove unused shmobile_init_time() 2013-08-06 18:07:12 +09:00