kernel-hacking-2024-linux-s.../drivers/watchdog
Linus Torvalds 09893ee845 ARM: More device tree support updates
This branch contains a number of updates for device tree support on
 several ARM platforms, in particular:
 
 * AT91 continues the device tree conversion adding support for a number of
   on-chip drivers and other functionality
 * ux500 adds probing of some of the core SoC blocks through device tree
 * Initial device tree support for ST SPEAr600 platforms
 * kirkwood continues the conversion to device-tree probing
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.11 (GNU/Linux)
 
 iQIcBAABAgAGBQJPcp12AAoJEIwa5zzehBx3c2oQAKkHhJFxYFaUSfAqUNQJtyLP
 ntNyjANchckGcmoGFRRn5q17leSW+GsPopeJF0uTSOq5xojrQJJnrfKCQmgTtdzt
 KiD9qJqF3bsM5PxdjkeQljiAirPZSKvyA6gZaPKozZb+NMk3ZMd3hYYi3j3EWR/c
 8C9HzwyuXUOKOQ1tHuQHEYnLAtcdVTpUnDGsQItD2Shw5H+AcoN1T00z6kWtXYoJ
 z/sFtBVvPxqozEEWbTEg2vm0XfT2ENlOIfHoOj+G2EfcVTjh4pSoD0TXwS11vjfX
 UEniGsdCSkQn0yKVuuLTNKy7BPkWXBUTxy6duIQMSs/57lgFEb9/+f5kgAol+Sdi
 OeUW4gYkZ8uAk2zOD4p1TGDZT/YHWQ2X3Wq2EhYNsYjZgbNCTlIIocet8jZ6Zfcm
 f7DdADS8ot8xFcZxMH7CFJ28cmEjhyGMSrMcrAq7HXrkX0ppFutF0CYkY/43uQ/h
 AGmP9wKi38PB1eXK44eAF25fRvT7ty7CiCBT88i8UZ3unj6raVbsGfqhvf5PbCki
 oX8dKFjPRRE4bj+8Si7LCTR00AIFMLxuftJw45L4syk+l6Y0y+b0HMBE3E/q7bbR
 dLBu3V/HHVMnuZv6vVgvI+dkZ9R6v2ychfoyKNh/AKvgXmr90diYbT0XAkcfSPk7
 +yy69EZA59UvLTxt9BmN
 =wiKV
 -----END PGP SIGNATURE-----

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

Pull "ARM: More device tree support updates" from Olof Johansson:
 "This branch contains a number of updates for device tree support on
  several ARM platforms, in particular:

   * AT91 continues the device tree conversion adding support for a
     number of on-chip drivers and other functionality
   * ux500 adds probing of some of the core SoC blocks through device
     tree
   * Initial device tree support for ST SPEAr600 platforms
   * kirkwood continues the conversion to device-tree probing"

Manually merge arch/arm/mach-ux500/Kconfig due to MACH_U8500 rename, and
drivers/usb/gadget/at91_udc.c due to header file include cleanups.

Also do an "evil merge" for the MACH_U8500 config option rename that the
affected RMI4 touchscreen driver in staging.  It's called MACH_MOP500
now, and it was missed during previous merges.

* tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (48 commits)
  ARM: SPEAr600: Add device-tree support to SPEAr600 boards
  ARM: ux500: Provide local timer support for Device Tree
  ARM: ux500: Enable PL022 SSP Controller in Device Tree
  ARM: ux500: Enable PL310 Level 2 Cache Controller in Device Tree
  ARM: ux500: Enable PL011 AMBA UART Controller for Device Tree
  ARM: ux500: Enable Cortex-A9 GIC (Generic Interrupt Controller) in Device Tree
  ARM: ux500: db8500: list most devices in the snowball device tree
  ARM: ux500: split dts file for snowball into generic part
  ARM: ux500: combine the board init functions for DT boot
  ARM: ux500: Initial Device Tree support for Snowball
  ARM: ux500: CONFIG: Enable Device Tree support for future endeavours
  ARM: kirkwood: use devicetree for rtc-mv
  ARM: kirkwood: rtc-mv devicetree bindings
  ARM: kirkwood: fdt: define uart[01] as disabled, enable uart0
  ARM: kirkwood: fdt: facilitate new boards during fdt migration
  ARM: kirkwood: fdt: absorb kirkwood_init()
  ARM: kirkwood: fdt: use mrvl ticker symbol
  ARM: orion: wdt: use resource vice direct access
  ARM: Kirkwood: Remove tclk from kirkwood_asoc_platform_data.
  ARM: orion: spi: remove enable_clock_fix which is not used
  ...
2012-03-28 12:34:33 -07:00
..
acquirewdt.c
advantechwdt.c
alim1535_wdt.c
alim7101_wdt.c
ar7_wdt.c watchdog: convert drivers/watchdog/* to use module_platform_driver() 2012-01-06 15:17:25 +01:00
at32ap700x_wdt.c
at91rm9200_wdt.c ARM: at91: make ST (System Timer) soc independent 2012-02-23 09:26:01 +01:00
at91sam9_wdt.c ARM: at91: make watchdog drivers soc independent 2011-11-28 22:50:39 +08:00
at91sam9_wdt.h ARM: at91: make watchdog drivers soc independent 2011-11-28 22:50:39 +08:00
ath79_wdt.c watchdog: ath79_wdt: flush register writes 2012-01-06 15:27:51 +01:00
bcm47xx_wdt.c
bcm63xx_wdt.c watchdog: convert drivers/watchdog/* to use module_platform_driver() 2012-01-06 15:17:25 +01:00
bfin_wdt.c
booke_wdt.c watchdog: fix GETTIMEOUT ioctl in booke_wdt 2012-02-29 09:46:13 +01:00
coh901327_wdt.c watchdog: move coh901327 state holders 2011-12-26 15:14:24 +01:00
cpu5wdt.c watchdog: Use DEFINE_SPINLOCK() for static spinlocks 2012-01-06 15:17:17 +01:00
cpwd.c watchdog: convert drivers/watchdog/* to use module_platform_driver() 2012-01-06 15:17:25 +01:00
davinci_wdt.c watchdog: convert drivers/watchdog/* to use module_platform_driver() 2012-01-06 15:17:25 +01:00
dw_wdt.c watchdog: dw_wdt.c: use devm_request_and_ioremap 2012-01-27 09:53:28 +01:00
ep93xx_wdt.c ep93xx: Convert the watchdog driver into a platform device. 2012-03-14 11:41:11 +11:00
eurotechwdt.c watchdog: Use DEFINE_SPINLOCK() for static spinlocks 2012-01-06 15:17:17 +01:00
f71808e_wdt.c module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
gef_wdt.c
geodewdt.c
hpwdt.c watchdog: hpwdt: clean up set_memory_x call for 32 bit 2012-02-28 17:08:36 +01:00
i6300esb.c
ib700wdt.c
ibmasr.c watchdog: Use DEFINE_SPINLOCK() for static spinlocks 2012-01-06 15:17:17 +01:00
imx2_wdt.c watchdog: imx2_wdt.c: use devm_request_and_ioremap 2012-01-27 09:53:19 +01:00
indydog.c watchdog: Use DEFINE_SPINLOCK() for static spinlocks 2012-01-06 15:17:17 +01:00
intel_scu_watchdog.c
intel_scu_watchdog.h
iop_wdt.c watchdog: Use DEFINE_SPINLOCK() for static spinlocks 2012-01-06 15:17:17 +01:00
it87_wdt.c
it8712f_wdt.c
iTCO_vendor.h
iTCO_vendor_support.c
iTCO_wdt.c watchdog: iTCO_wdt: add Intel Lynx Point DeviceIDs 2012-01-27 10:01:16 +01:00
ixp4xx_wdt.c watchdog: Use DEFINE_SPINLOCK() for static spinlocks 2012-01-06 15:17:17 +01:00
ixp2000_wdt.c watchdog: Use DEFINE_SPINLOCK() for static spinlocks 2012-01-06 15:17:17 +01:00
jz4740_wdt.c watchdog: convert drivers/watchdog/* to use module_platform_driver() 2012-01-06 15:17:25 +01:00
Kconfig ARM: global cleanups 2012-03-27 16:03:32 -07:00
ks8695_wdt.c watchdog: Use DEFINE_SPINLOCK() for static spinlocks 2012-01-06 15:17:17 +01:00
lantiq_wdt.c drivers/watchdog/lantiq_wdt.c: drop iounmap for devm_ allocated data 2012-01-06 15:27:30 +01:00
m54xx_wdt.c
machzwd.c
Makefile watchdog: new driver for VIA chipsets 2012-01-06 15:33:41 +01:00
max63xx_wdt.c watchdog: convert drivers/watchdog/* to use module_platform_driver() 2012-01-06 15:17:25 +01:00
mixcomwd.c
mpc8xxx_wdt.c module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
mpcore_wdt.c watchdog: irq: Remove IRQF_DISABLED 2011-11-05 21:16:15 +01:00
mtx-1_wdt.c watchdog: convert drivers/watchdog/* to use module_platform_driver() 2012-01-06 15:17:25 +01:00
mv64x60_wdt.c
nuc900_wdt.c watchdog: Return proper error in nuc900wdt_probe if misc_register fails 2012-01-27 09:54:51 +01:00
nv_tco.c
nv_tco.h
octeon-wdt-main.c watchdog: Octeon: Mark octeon_wdt interrupt as IRQF_NO_THREAD 2011-11-05 21:15:38 +01:00
octeon-wdt-nmi.S
of_xilinx_wdt.c watchdog: convert drivers/watchdog/* to use module_platform_driver() 2012-01-06 15:17:25 +01:00
omap_wdt.c watchdog: omap_wdt.c: Fix the mismatch of pm_runtime enable and disable 2012-01-27 09:53:53 +01:00
omap_wdt.h
orion_wdt.c ARM: orion: wdt: use resource vice direct access 2012-03-16 04:28:41 +00:00
pc87413_wdt.c
pcwd.c
pcwd_pci.c
pcwd_usb.c USB: convert some miscellanies drivers to use module_usb_driver() 2011-11-18 09:52:10 -08:00
pika_wdt.c
pnx833x_wdt.c
pnx4008_wdt.c watchdog: Fix typo in pnx4008_wdt.c 2012-02-28 17:08:52 +01:00
rc32434_wdt.c watchdog: convert drivers/watchdog/* to use module_platform_driver() 2012-01-06 15:17:25 +01:00
rdc321x_wdt.c watchdog: convert drivers/watchdog/* to use module_platform_driver() 2012-01-06 15:17:25 +01:00
riowd.c watchdog: convert drivers/watchdog/* to use module_platform_driver() 2012-01-06 15:17:25 +01:00
s3c2410_wdt.c watchdog: fix error in probe() of s3c2410_wdt (reset at booting) 2012-02-28 17:08:42 +01:00
sa1100_wdt.c
sb_wdog.c watchdog: irq: Remove IRQF_DISABLED 2011-11-05 21:16:15 +01:00
sbc60xxwdt.c
sbc7240_wdt.c
sbc8360.c
sbc_epx_c3.c
sbc_fitpc2_wdt.c
sc520_wdt.c watchdog: sc520_wdt: Remove unnecessary cast. 2011-11-05 21:15:10 +01:00
sc1200wdt.c
sch311x_wdt.c
scx200_wdt.c
shwdt.c
smsc37b787_wdt.c
softdog.c
sp805_wdt.c ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driver 2012-03-16 23:32:35 +00:00
sp5100_tco.c
sp5100_tco.h
stmp3xxx_wdt.c watchdog: Fix typo "unexpectdly" 2012-01-27 10:00:15 +01:00
ts72xx_wdt.c watchdog: convert drivers/watchdog/* to use module_platform_driver() 2012-01-06 15:17:25 +01:00
twl4030_wdt.c watchdog: convert drivers/watchdog/* to use module_platform_driver() 2012-01-06 15:17:25 +01:00
txx9wdt.c
via_wdt.c watchdog: via_wdt: Set min_timeout and max_timeout for wdt_dev 2012-01-27 10:00:53 +01:00
w83627hf_wdt.c misc latin1 to utf8 conversions 2012-01-02 13:04:55 +01:00
w83697hf_wdt.c
w83697ug_wdt.c
w83877f_wdt.c
w83977f_wdt.c
wafer5823wdt.c watchdog: wafer5823wdt: Fix handling WDIOS_DISABLECARD/WDIOS_ENABLECARD options 2012-01-27 09:55:13 +01:00
watchdog_core.c
watchdog_dev.c
watchdog_dev.h
wd501p.h
wdrtas.c
wdt.c watchdog: irq: Remove IRQF_DISABLED 2011-11-05 21:16:15 +01:00
wdt285.c
wdt977.c
wdt_pci.c watchdog: irq: Remove IRQF_DISABLED 2011-11-05 21:16:15 +01:00
wm831x_wdt.c watchdog: Convert wm831x driver to devm_kzalloc() 2012-01-06 15:24:00 +01:00
wm8350_wdt.c watchdog: wm8350_wdt: Fix handling WDIOS_DISABLECARD/WDIOS_ENABLECARD options 2012-01-27 09:55:04 +01:00
xen_wdt.c