linux/Documentation/devicetree/bindings
Pawel Moll 3b9334ac83 mfd: vexpress: Convert custom func API to regmap
Components of the Versatile Express platform (configuration
microcontrollers on motherboard and daughterboards in particular)
talk to each other over a custom configuration bus. They
provide miscellaneous functions (from clock generator control
to energy sensors) which are represented as platform devices
(and Device Tree nodes). The transactions on the bus can
be generated by different "bridges" in the system, some
of which are universal for the whole platform (for the price
of high transfer latencies), others restricted to a subsystem
(but much faster).

Until now drivers for such functions were using custom "func"
API, which is being replaced in this patch by regmap calls.
This required:

* a rework (and move to drivers/bus directory, as suggested
  by Samuel and Arnd) of the config bus core, which is much
  simpler now and uses device model infrastructure (class)
  to keep track of the bridges; non-DT case (soon to be
  retired anyway) is simply covered by a special device
  registration function

* the new config-bus driver also takes over device population,
  so there is no need for special matching table for
  of_platform_populate nor "simple-bus" hack in the arm64
  model dtsi file (relevant bindings documentation has
  been updated); this allows all the vexpress devices
  fit into normal device model, making it possible
  to remove plenty of early inits and other hacks in
  the near future

* adaptation of the syscfg bridge implementation in the
  sysreg driver, again making it much simpler; there is
  a special case of the "energy" function spanning two
  registers, where they should be both defined in the tree
  now, but backward compatibility is maintained in the code

* modification of the relevant drivers:

  * hwmon - just a straight-forward API change
  * power/reset driver - API change
  * regulator - API change plus error handling
    simplification
  * osc clock driver - this one required larger rework
    in order to turn in into a standard platform driver

Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Acked-by: Mark Brown <broonie@linaro.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Mike Turquette <mturquette@linaro.org>
2014-05-15 17:02:18 +01:00
..
arc
arm mfd: vexpress: Convert custom func API to regmap 2014-05-15 17:02:18 +01:00
ata arm64: Mark the Applied Micro X-Gene SATA controller as DMA coherent 2014-05-03 22:20:35 +01:00
bus bus: imx-weim: support CS GPR configuration 2014-03-05 10:40:46 +08:00
c6x
clock The clock framework changes for 3.15 look similar to past pull requests. 2014-04-05 18:39:18 -07:00
cpufreq
crypto ARM: driver updates for 3.14 2014-01-23 18:49:36 -08:00
dma Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma 2014-04-10 08:55:08 -07:00
drm drm/bridge: Add PTN3460 bridge driver 2014-03-24 00:36:37 +09:00
extcon
fb
gpio gpio: dwapb: correct gpio-cells in binding document 2014-03-26 10:31:35 +01:00
gpu drm/tegra: Add eDP support 2014-04-04 09:12:50 +02:00
hid
hwmon
hwrng
i2c DT: I2C: Add trivial bindings used by kirkwood boards 2014-04-14 12:26:10 -05:00
iio == Changes to existing drivers == 2014-04-07 10:24:18 -07:00
input Input: pm8xxx-vibrator - add DT match table 2014-03-30 13:25:20 -07:00
interrupt-controller ARM: SoC specific changes 2014-04-05 14:19:54 -07:00
iommu Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'arm/omap', 'arm/shmobile' and 'x86/vt-d' into next 2014-04-02 19:13:12 +02:00
leds leds: leds-gpio: add retain-state-suspended property 2014-02-27 09:56:56 -08:00
lpddr2
media [media] Documentation: devicetree: Update Samsung FIMC DT binding 2014-03-14 10:31:37 -03:00
memory-controllers memory: ti-aemif: add bindings for AEMIF driver 2014-02-28 16:48:03 -08:00
metag
mfd Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds 2014-04-10 09:06:10 -07:00
mipi
mips
misc Char/Misc driver patches for 3.15-rc1 2014-04-01 16:13:21 -07:00
mmc MMC highlights for 3.15: 2014-04-09 08:39:39 -07:00
mtd mtd: st_spi_fsm: Add device-tree binding documentation 2014-03-20 04:17:16 -07:00
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2014-05-05 15:59:46 -07:00
nvec
panel drm/panel: Changes for v3.15-rc1 2014-04-05 16:12:27 +10:00
pci ARM: dts: tegra: add PCIe interrupt mapping properties 2014-03-06 10:37:24 -07:00
phy ARM: SoC: late cleanups 2014-04-05 15:46:37 -07:00
pinctrl dt: Fix binding typos in clock-names and interrupt-names 2014-04-23 13:03:57 +01:00
power dt: binding documentation for bq2415x charger 2014-01-25 15:24:15 +04:00
power_supply Power: Reset: Generalize qnap-poweroff to work on Synology devices. 2014-03-04 03:48:41 +00:00
powerpc Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc 2014-04-02 13:42:59 -07:00
pps
pwm pwm: Add CLPS711X PWM support 2014-03-18 21:15:16 +01:00
regulator MMC highlights for 3.15: 2014-04-09 08:39:39 -07:00
reserved-memory of: document bindings for reserved-memory nodes 2014-03-04 16:44:23 +08:00
reset ARM: SoC: device tree changes 2014-04-05 15:29:04 -07:00
rng
rtc rtc: sunxi: change compatibles 2014-04-03 16:21:21 -07:00
serial serial: efm32: use $vendor,$device scheme for compatible string 2014-04-16 14:17:43 -07:00
serio
sound sound fixes for 3.15-rc4 2014-04-30 08:15:59 -07:00
spi spi: efm32: Update binding document to make "efm32,location" property optional 2014-04-07 10:56:38 +01:00
spmi spmi: document the PMIC arbiter SPMI bindings 2014-02-15 11:55:28 -08:00
staging staging: imx-drm: Document imx-hdmi device tree bindings 2014-03-07 16:17:52 +00:00
thermal
timer clocksource: keystone: add bindings for keystone timer 2014-03-11 23:04:52 +01:00
ufs
usb ARM: SoC: device tree changes 2014-04-05 15:29:04 -07:00
video - Call put_device() instead of kfree() - core 2014-04-10 08:52:35 -07:00
virtio
w1
watchdog ARM: SoC: driver changes 2014-04-05 15:37:40 -07:00
x86
ABI.txt dt/bindings: submitting patches and ABI documents 2014-01-20 22:31:06 +00:00
eeprom.txt
graph.txt Documentation: of: Document graph bindings 2014-03-06 17:41:34 +01:00
marvell.txt dt/bindings: Remove device_type "serial" from marvell,mv64360-mpsc 2014-01-16 16:31:31 +00:00
open-pic.txt
resource-names.txt
submitting-patches.txt dt/bindings: submitting patches and ABI documents 2014-01-20 22:31:06 +00:00
vendor-prefixes.txt DT: add vendor prefix for EBV Elektronik 2014-04-14 12:26:55 -05:00
xilinx.txt