aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1
Commit message (Expand)AuthorAgeFilesLines
* w1: fix w1_send_slave dropping a slave idDavid Fries2014-04-301-12/+13
* w1: fix oops when w1_search is called from netlink connectorMarcin Jurkowski2013-03-201-1/+2
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-062-0/+3
|\
| * drivers/w1: Add moduleparam.h to drivers/w1/w1_int.cPaul Gortmaker2011-10-311-0/+1
| * drivers/w1: Add export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-312-0/+2
* | w1: disable irqs in critical sectionJan Weitzel2011-11-021-0/+5
* | drivers/w1/w1_int.c: multiple masters used same init_nameFlorian Faber2011-11-021-0/+1
* | drivers/power/ds2780_battery.c: add a nolock function to w1 interfaceClifton Barnes2011-11-022-13/+37
* | w1: ds2760 and ds2780, use ida for id and ida_simple_get() to get itJonathan Cameron2011-11-022-84/+12
|/
* MAINTAINERS: Evgeniy has movedEvgeniy Polyakov2011-08-2514-19/+19
* w1: fix for loop in w1_f29_remove_slave()Dan Carpenter2011-08-251-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-263-3/+3
* drivers/w1/slaves/w1_therm.c: add support for DS28EA00Christian Glindkamp2011-07-262-0/+10
* w1: ds1wm: add a reset recovery parameterJean-François Dagenais2011-07-081-0/+5
* w1: W1_MASTER_DS1WM should depend on GENERIC_HARDIRQSGeert Uytterhoeven2011-06-151-1/+1
* w1: add Maxim/Dallas DS2780 Stand-Alone Fuel Gauge IC supportClifton Barnes2011-05-265-0/+361
* w1: have netlink search update kernel listDavid Fries2011-05-263-5/+16
* w1: complete the 1-wire (w1) ds1wm driver search algorithmJean-François Dagenais2011-05-262-103/+220
* w1: add 1-wire (w1) DS2408 8-Channel Addressable Switch supportJean-François Dagenais2011-05-264-0/+411
* w1: add 1-wire (w1) reset and resume command API supportJean-François Dagenais2011-05-262-0/+28
* w1: Use device platform_data to retrieve ds1wm platform bitsSamuel Ortiz2011-05-261-2/+10
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* drivers: Final irq namespace conversionThomas Gleixner2011-03-291-2/+2
* w1: Silence ds1wm warnings related to mfd_get_cell changesAndres Salomon2011-03-231-7/+2
* w1: Use mfd_data instead of driver_data for dsw1wm.cAndres Salomon2011-03-231-2/+2
* mfd: mfd_cell is now implicitly available to asic3 driversAndres Salomon2011-03-231-1/+1
*-. Merge branches 'devel-cleanup', 'devel-board', 'devel-early-init' and 'devel-...Tony Lindgren2011-02-161-1/+1
|\ \
| * | omap: Start using CONFIG_SOC_OMAPTony Lindgren2011-01-271-1/+1
| |/
* | drivers/w1/masters/omap_hdq.c: add missing clk_putJulia Lawall2011-02-111-14/+14
|/
* w1: DS2423 counter driver and documentationMika Laitio2011-01-134-0/+179
* w1: don't allow arbitrary users to remove w1 devicesBrian Swetland2010-10-271-4/+4
* sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-214-7/+7
* w1: fix omap 1-wire driver compilationAmit Kucheria2010-04-241-0/+1
* w1: w1 temp: fix negative termperature calculationIan Dall2010-04-241-3/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-309-0/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-121-2/+2
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-2/+2
| |\
| | * w1: add __init/__exit macros to w1.cPeter Huewe2010-02-051-2/+2
* | | w1: mxc_w1: move probe() and remove() to the dev* text areaAlberto Panizzo2010-03-121-2/+2
* | | w1: fix test in ds2482_wait_1wire_idle()Roel Kluin2010-03-121-1/+1
* | | w1: move omap_hdq's probe function to .devinit.textUwe Kleine-König2010-03-071-2/+2
|/ /
* | omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3Tony Lindgren2010-02-151-1/+1
|/
* ds2482: Discard obsolete detect methodJean Delvare2009-10-041-30/+5
* connector: Provide the sender's credentials to the callbackPhilipp Reisner2009-10-021-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-121-0/+1
|\
| * drivers/w1/masters/omap_hdq.c: fix missing mutex unlockStoyan Gaydarov2009-08-071-0/+1
* | connector: make callback argument type explicitMike Frysinger2009-07-171-2/+1
|/
* Merge git://git.infradead.org/battery-2.6Linus Torvalds2009-06-242-0/+37
|\
| * w1: ds2760_battery: add support for sleep mode featureDaniel Mack2009-06-081-0/+5
| * w1: ds2760: add support for EEPROM read and writeDaniel Mack2009-06-082-0/+32