kernel-hacking-2024-linux-s.../drivers/gpio
Márton Németh cd7bf8a554 gpio-pch: cleanup __iomem annotation usage
The __iomem annotation is to be used together with pointers used
as iowrite32() parameter. For more details see [1] and [2].

This patch will remove the following sparse warnings ("make C=1"):
 * warning: incorrect type in assignment (different address spaces)
 * warning: incorrect type in argument 1 (different address spaces)
 * warning: incorrect type in argument 2 (different address spaces)

References:
[1] A new I/O memory access mechanism (Sep 15, 2004)
    http://lwn.net/Articles/102232/

[2] Being more anal about iospace accesses (Sep 15, 2004)
    http://lwn.net/Articles/102240/

Signed-off-by: Márton Németh <nm127@freemail.hu>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2012-01-16 09:12:24 -07:00
..
devres.c
gpio-74x164.c
gpio-ab8500.c
gpio-adp5520.c
gpio-adp5588.c
gpio-bt8xx.c
gpio-cs5535.c
gpio-da9052.c Changes queued in gpio/next for the start of the 3.3 merge window 2012-01-07 12:15:36 -08:00
gpio-davinci.c
gpio-ep93xx.c
gpio-generic.c
gpio-it8761e.c
gpio-janz-ttl.c
gpio-ks8695.c
gpio-langwell.c
gpio-lpc32xx.c
gpio-max730x.c
gpio-max732x.c
gpio-max7300.c
gpio-max7301.c
gpio-mc33880.c
gpio-mcp23s08.c
gpio-ml-ioh.c gpio-ml-ioh: Add the irq_disable/irq_enable hooks for ml-ioh irq chip 2011-12-13 11:05:17 -07:00
gpio-mpc8xxx.c
gpio-mpc5200.c
gpio-msm-v1.c
gpio-msm-v2.c
gpio-mxc.c
gpio-mxs.c
gpio-nomadik.c
gpio-omap.c
gpio-pca953x.c
gpio-pcf857x.c
gpio-pch.c gpio-pch: cleanup __iomem annotation usage 2012-01-16 09:12:24 -07:00
gpio-pl061.c 2nd round of GPIO changes for v3.3 merge window 2012-01-14 13:25:23 -08:00
gpio-pxa.c
gpio-rdc321x.c
gpio-sa1100.c GPIO: sa1100: implement proper gpiolib gpio_to_irq conversion 2012-01-13 22:25:23 -07:00
gpio-samsung.c Device tree conversions for samsung and tegra 2012-01-09 14:28:38 -08:00
gpio-sch.c
gpio-stmpe.c gpio: Add support for stmpe variant 801 2012-01-09 00:37:44 +01:00
gpio-sx150x.c
gpio-tc3589x.c
gpio-tegra.c
gpio-timberdale.c
gpio-tnetv107x.c
gpio-tps65910.c
gpio-tps65912.c
gpio-twl4030.c
gpio-ucb1400.c
gpio-vr41xx.c
gpio-vx855.c
gpio-wm831x.c
gpio-wm8350.c
gpio-wm8994.c
gpio-xilinx.c
gpiolib.c
Kconfig 2nd round of GPIO changes for v3.3 merge window 2012-01-14 13:25:23 -08:00
Makefile 2nd round of GPIO changes for v3.3 merge window 2012-01-14 13:25:23 -08:00