linux-stable/include/linux/mfd
Linus Torvalds 250f6715a4 The following text was taken from the original review request:
"[RFC PATCH 0/2] audit of linux/device.h users in include/*"
 		https://lkml.org/lkml/2012/3/4/159
 --
 
 Nearly every subsystem has some kind of header with a proto like:
 
 	void foo(struct device *dev);
 
 and yet there is no reason for most of these guys to care about the
 sub fields within the device struct.  This allows us to significantly
 reduce the scope of headers including headers.  For this instance, a
 reduction of about 40% is achieved by replacing the include with the
 simple fact that the device is some kind of a struct.
 
 Unlike the much larger module.h cleanup, this one is simply two
 commits.  One to fix the implicit <linux/device.h> users, and then
 one to delete the device.h includes from the linux/include/ dir
 wherever possible.
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.11 (GNU/Linux)
 
 iQIcBAABAgAGBQJPbNxLAAoJEOvOhAQsB9HWR6QQAMRUZ94O2069/nW9h4TO/xTr
 Hq/80lo/TBBiRmob3iWBP76lzgeeMPPVEX1I6N7YYlhL3IL7HsaJH1DvpIPPHXQP
 GFKcBsZ5ZLV8c4CBDSr+/HFNdhXc0bw0awBjBvR7gAsWuZpNFn4WbhizJi4vWAoE
 4ydhPu55G1G8TkBtYLJQ8xavxsmiNBSDhd2i+0vn6EVpgmXynjOMG8qXyaS97Jvg
 pZLwnN5Wu21coj6+xH3QUKCl1mJ+KGyamWX5gFBVIfsDB3k5H4neijVm7t1en4b0
 cWxmXeR/JE3VLEl/17yN2dodD8qw1QzmTWzz1vmwJl2zK+rRRAByBrL0DP7QCwCZ
 ppeJbdhkMBwqjtknwrmMwsuAzUdJd79GXA+6Vm+xSEkr6FEPK1M0kGbvaqV9Usgd
 ohMewewbO6ddgR9eF7Kw2FAwo0hwkPNEplXIym9rZzFG1h+T0STGSHvkn7LV765E
 ul1FapSV3GCxEVRwWTwD28FLU2+0zlkOZ5sxXwNPTT96cNmW+R7TGuslZKNaMNjX
 q7eBZxo8DtVt/jqJTntR8bs8052c8g1Ac1IKmlW8VSmFwT1M6VBGRn1/JWAhuUgv
 dBK/FF+I1GJTAJWIhaFcKXLHvmV9uhS6JaIhLMDOetoOkpqSptJ42hDG+89WkFRk
 o55GQ5TFdoOpqxVzGbvE
 =3j4+
 -----END PGP SIGNATURE-----

Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux

Pull <linux/device.h> avoidance patches from Paul Gortmaker:
 "Nearly every subsystem has some kind of header with a proto like:

	void foo(struct device *dev);

  and yet there is no reason for most of these guys to care about the
  sub fields within the device struct.  This allows us to significantly
  reduce the scope of headers including headers.  For this instance, a
  reduction of about 40% is achieved by replacing the include with the
  simple fact that the device is some kind of a struct.

  Unlike the much larger module.h cleanup, this one is simply two
  commits.  One to fix the implicit <linux/device.h> users, and then one
  to delete the device.h includes from the linux/include/ dir wherever
  possible."

* tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux:
  device.h: audit and cleanup users in main include dir
  device.h: cleanup users outside of linux/include (C files)
2012-03-24 10:41:37 -07:00
..
abx500 device.h: audit and cleanup users in main include dir 2012-03-16 10:38:24 -04:00
da9052 mfd: Declare da9052_regmap_config for the bus drivers 2011-12-15 14:52:37 +08:00
pcf50633
pm8xxx device.h: audit and cleanup users in main include dir 2012-03-16 10:38:24 -04:00
s5m87xx mfd: Add S5M core driver 2012-01-09 00:37:46 +01:00
wm831x Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6 2011-11-03 09:40:51 -07:00
wm8350
wm8994 ASoC: wm8994: Support external capacitors on MICBIAS2 with jack detection 2012-02-21 16:49:53 +00:00
88pm860x.h mfd: Convert 88pm860x to use regmap api 2012-01-09 00:37:30 +01:00
aat2870.h
abx500.h device.h: audit and cleanup users in main include dir 2012-03-16 10:38:24 -04:00
adp5520.h
asic3.h
core.h
da903x.h
davinci_voicecodec.h
db5500-prcmu.h
db8500-prcmu.h
dbx500-prcmu.h
ds1wm.h
ezx-pcap.h
htc-egpio.h
htc-pasic3.h
intel_msic.h
janz.h
max8925.h Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 2012-01-13 20:43:32 -08:00
max8997-private.h
max8997.h Input: add driver support for MAX8997-haptic 2012-03-16 22:49:25 -07:00
max8998-private.h
max8998.h
mc13xxx.h Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 2012-01-13 20:43:32 -08:00
mc13783.h
mc13892.h
mcp.h MFD: mcp-core: fix mcp_priv() to be more type safe 2012-01-21 15:46:25 +00:00
rdc321x.h
stmpe.h device.h: audit and cleanup users in main include dir 2012-03-16 10:38:24 -04:00
t7l66xb.h
tc3589x.h device.h: audit and cleanup users in main include dir 2012-03-16 10:38:24 -04:00
tc6387xb.h
tc6393xb.h
ti_ssp.h
tmio.h
tps6105x.h
tps6507x.h
tps6586x.h
tps65910.h regulator: tps65910: Sleep off rails when ext sleep configured 2012-03-11 20:49:28 +00:00
tps65912.h
twl4030-audio.h
twl6040.h mfd: Store twl6040-codec mclk configuration 2012-02-03 19:03:44 +01:00
ucb1x00.h Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus." 2012-01-20 17:38:58 +00:00
wl1273-core.h
wm8400-audio.h
wm8400-private.h
wm8400.h