linux/drivers/w1/masters
Julia Lawall eea2172e69 drivers/w1/masters/ds1wm.c: use devm_ functions
The various devm_ functions allocate memory that is released when a driver
detaches.  This patch uses these functions for data that is allocated in
the probe function of a platform device and is only freed in the remove
function.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-01-15 23:38:43 -08:00
..
ds1wm.c drivers/w1/masters/ds1wm.c: use devm_ functions 2013-01-15 23:38:43 -08:00
ds2482.c w1/ds2482: use module_i2c_driver to simplify the code 2012-10-24 15:52:29 -07:00
ds2490.c USB: convert some miscellanies drivers to use module_usb_driver() 2011-11-18 09:52:10 -08:00
Kconfig ARM: OMAP: Fix drivers to depend on omap for internal devices 2012-12-16 15:23:37 -08:00
Makefile w1: add 1-wire master driver for i.MX27 / i.MX31 2009-01-08 08:31:13 -08:00
matrox_w1.c w1: remove use of __devexit 2012-11-21 12:42:25 -08:00
mxc_w1.c Drivers: w1: remove last __devexit_p() instance 2013-01-03 15:57:01 -08:00
omap_hdq.c w1: remove use of __devexit 2012-11-21 12:42:25 -08:00
w1-gpio.c w1-gpio: Simplify & get rid of defines 2012-11-26 16:16:35 -08:00