aboutsummaryrefslogtreecommitdiff
path: root/drivers/w1
AgeCommit message (Expand)AuthorFilesLines
2013-09-11drivers/w1/masters/mxc_w1.c: remove unnecessary platform_set_drvdata()Gravatar Jingoo Han 1-2/+0
2013-09-11drivers/w1/w1.c: replace strict_strtol() with kstrtol()Gravatar Jingoo Han 1-4/+8
2013-08-22w1: slaves: w1_ds2781: convert to use w1_family_ops.groupsGravatar Greg Kroah-Hartman 1-18/+18
2013-08-22w1: slaves: w1_ds2760: convert to use w1_family_ops.groupsGravatar Greg Kroah-Hartman 1-17/+18
2013-08-22w1: slaves: w1_ds2780: convert to use w1_family_ops.groupsGravatar Greg Kroah-Hartman 1-18/+18
2013-08-22w1: slaves: w1_ds28e04: convert to use w1_family_ops.groupsGravatar Greg Kroah-Hartman 1-70/+42
2013-08-22w1: slaves: w1_ds2433: convert to use w1_family_ops.groupsGravatar Greg Kroah-Hartman 1-25/+22
2013-08-22w1: slaves: w1_ds2431: convert to use w1_family_ops.groupsGravatar Greg Kroah-Hartman 1-24/+19
2013-08-22w1: slaves: w1_ds2423: convert to use w1_family_ops.groupsGravatar Greg Kroah-Hartman 1-18/+9
2013-08-22w1: slaves: w1_ds2413.c: convert to use w1_family_ops.groupsGravatar Greg Kroah-Hartman 1-50/+22
2013-08-22w1: slaves: w1_ds2408: convert to use w1_family_ops.groupsGravatar Greg Kroah-Hartman 1-122/+52
2013-08-22w1: slaves: w1_therm: convert to use w1_family_ops.groupsGravatar Greg Kroah-Hartman 1-15/+9
2013-08-22w1: add attribute groups to struct w1_family_opsGravatar Greg Kroah-Hartman 2-32/+42
2013-08-22w1: use default attribute groups for w1 slave devicesGravatar Greg Kroah-Hartman 1-27/+11
2013-08-22w1: remove race with sysfs file creationGravatar Greg Kroah-Hartman 1-38/+73
2013-07-03drivers/w1/slaves/w1_ds2408.c: add magic sequence to disable P0 test modeGravatar Jean-Francois Dagenais 1-0/+30
2013-06-03w1: add family based automatic module loadingGravatar Alexander Stein 12-0/+18
2013-05-27Merge 3.10-rc3 into char-misc-nextGravatar Greg Kroah-Hartman 1-5/+0
2013-05-21w1-gpio: Let device core handle pinctrlGravatar Fabio Estevam 1-6/+0
2013-05-18drivers/w1/masters: don't check resource with devm_ioremap_resourceGravatar Wolfram Sang 1-5/+0
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxGravatar Linus Torvalds 1-1/+1
2013-04-30drivers/w1/slaves/w1_ds2760.c: fix the error handling in w1_ds2760_add_slave()Gravatar Wei Yongjun 1-1/+2
2013-04-30drivers/w1/slaves/w1_ds2781.c: fix the error handling in w1_ds2781_add_slave()Gravatar Wei Yongjun 1-1/+2
2013-04-30drivers/w1/slaves/w1_ds2780.c: fix the error handling in w1_ds2780_add_slave()Gravatar Wei Yongjun 1-1/+2
2013-04-30drivers/w1/slaves/w1_bq27000.c: fix the error handling in w1_bq27000_add_slave()Gravatar Wei Yongjun 1-1/+3
2013-04-16Convert selectors of GENERIC_GPIO to GPIOLIBGravatar Alexandre Courbot 1-1/+1
2013-03-26Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Greg Kroah-Hartman 2-3/+6
2013-03-15w1: ds2408: use ARRAY_SIZE instead of hard-coded numberGravatar Jean-Francois Dagenais 1-4/+3
2013-03-15w1: ds2408: make value read-back check a Kconfig optionGravatar Jean-Francois Dagenais 2-6/+22
2013-03-12w1: mxc_w1: Convert to devm_ioremap_resource()Gravatar Fabio Estevam 1-3/+3
2013-03-12w1: fix oops when w1_search is called from netlink connectorGravatar Marcin Jurkowski 1-1/+2
2013-03-12w1-gpio: fix unused variable warningGravatar Johan Hovold 1-0/+2
2013-03-12w1-gpio: remove erroneous __exit and __exit_p()Gravatar Johan Hovold 1-2/+2
2013-02-28Merge tag 'late-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-1/+8
2013-02-27w1: add support for DS2413 Dual Channel Addressable SwitchGravatar Mariusz Bialonczyk 4-5/+189
2013-02-21Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-100/+90
2013-02-18w1: w1_therm: Add force-pullup option for "broken" sensorsGravatar Michael Arndt 1-1/+10
2013-02-18w1: ds2482: Added 1-Wire pull-up support to the driverGravatar Michael Arndt 1-6/+45
2013-02-10W1: Add device tree support to MXC onewire master.Gravatar Martin Fuzzey 1-1/+8
2013-01-30w1-gpio: fix section mismatchGravatar Hauke Mehrtens 1-1/+1
2013-01-22w1: Convert to devm_ioremap_resource()Gravatar Thierry Reding 1-5/+3
2013-01-15w1_therm: Retries: remove old code add CRCGravatar David Stevenson 1-19/+6
2013-01-15drivers/w1/masters/mxc_w1.c: use devm_ functionsGravatar Julia Lawall 1-39/+10
2013-01-15drivers/w1/masters/ds1wm.c: use devm_ functionsGravatar Julia Lawall 1-34/+18
2013-01-03Drivers: w1: remove last __devexit_p() instanceGravatar Greg Kroah-Hartman 1-1/+1
2012-12-16ARM: OMAP: Fix drivers to depend on omap for internal devicesGravatar Tony Lindgren 1-0/+1
2012-11-26w1-gpio: Simplify & get rid of definesGravatar Pantelis Antoniou 1-32/+26
2012-11-26w1-gpio: Pinctrl-fyGravatar Pantelis Antoniou 1-0/+7
2012-11-21w1: remove CONFIG_HOTPLUG ifdefsGravatar Bill Pemberton 1-7/+0
2012-11-21w1: remove use of __devexitGravatar Bill Pemberton 3-5/+5