summaryrefslogtreecommitdiffstats
path: root/drivers/w1
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds2012-10-013-47/+77
|\
| * Merge v3.6-rc3 into 'char-misc-next'Greg Kroah-Hartman2012-08-273-47/+77
| |\
| | * onewire: w1-gpio: add ext_pullup_enable pin in platform dataDaniel Mack2012-08-161-1/+17
| | * onewire: w1-gpio: add DT bindingsDaniel Mack2012-08-161-1/+47
| | * w1: omap-hdq: drop ARCH dependencyFelipe Balbi2012-08-162-4/+0
| | * w1: omap-hdq: remove unnecessary returnFelipe Balbi2012-08-161-2/+0
| | * w1: omap-hdq: convert to devm_* functionsFelipe Balbi2012-08-161-23/+9
| | * w1: omap-hdq: convert to module_platform_driverFelipe Balbi2012-08-161-13/+1
| | * w1: omap-hdq: don't hardcode resource sizeFelipe Balbi2012-08-161-1/+1
| | * w1: omap-hdq: add section annotation to removeFelipe Balbi2012-08-161-3/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-011-1/+1
|\ \ \ | |/ / |/| |
| * | treewide: fix comment/printk/variable typosAnatol Pomozov2012-09-011-1/+1
* | | 1-Wire: Add support for the maxim ds1825 temperature sensorRaphael Assenat2012-08-162-0/+10
| |/ |/|
* | Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-2620-99/+560
|\ \ | |/ |/|
| * w1: Fix a typo in 'hardware' wordOtavio Salvador2012-06-181-1/+1
| * w1: Add 1-wire slave device driver for DS28E04-100Markus Franke2012-06-134-0/+484
| * W1: split master mutex to avoid deadlocks.NeilBrown2012-06-1315-74/+55
| * w1: omap_hdq: use wait_event_timeout to wait for read to complete.NeilBrown2012-06-131-9/+6
| * w1: omap_hdq: Fix some error/debug handling.NeilBrown2012-06-131-7/+8
| * Revert "w1: introduce a slave mutex for serializing IO"Greg Kroah-Hartman2012-06-133-4/+2
| * w1: cleanup w1_ueventDevendra Naga2012-06-121-8/+6
| * w1: introduce a slave mutex for serializing IONeilBrown2012-06-123-2/+4
* | W1: OMAP HDQ1W: use runtime PMPaul Walmsley2012-06-211-65/+13
* | W1: OMAP HDQ1W: use 32-bit register accessesPaul Walmsley2012-06-211-4/+4
* | W1: OMAP HDQ1W: allow driver to be built on all OMAP2+Paul Walmsley2012-06-211-1/+1
|/
* Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-2/+2
|\
| * w1 i.MX: prepare/unprepare clockSascha Hauer2012-04-251-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-221-1/+1
|\ \
| * | Kconfig: replace "--- help ---" with "---help---"Paul Bolle2012-05-071-1/+1
| * | Merge branch 'master' into for-nextJiri Kosina2012-04-087-24/+367
| |\|
| * | w1: fix slave driver registration error messageDmitry Artamonow2012-04-031-1/+1
* | | w1: w1_ds2408.c: quite sparse noise about using plaing integer as NULL pointerH Hartley Sweeten2012-05-041-2/+0
* | | Revert "w1: Add 1-wire slave device driver for DS28E04-100"Greg Kroah-Hartman2012-04-294-473/+0
* | | w1: w1_ds28e04: unlock on error path in w1_f1C_write_pio()Dan Carpenter2012-04-181-1/+3
* | | w1: Disable irqs during 1-wire bus operations, extend 1-wire reset pulseMarkus Franke2012-04-111-4/+18
* | | w1: Add 1-wire slave device driver for DS28E04-100Markus Franke2012-04-114-0/+471
* | | w1: fix slave driver registration error messageDmitry Artamonow2012-04-091-1/+1
| |/ |/|
* | DS2781 Maxim Stand-Alone Fuel Gauge battery and w1 slave driversRenata Sayakhova2012-03-085-0/+352
* | w1_bq27000: Only one thread can access the bq27000 at a time.NeilBrown2012-02-241-0/+2
* | w1_bq27000 - remove w1_bq27000_writeNeilBrown2012-02-241-14/+0
* | w1_bq27000: remove unnecessary NULL test.NeilBrown2012-02-241-3/+0
* | w1: Fix w1_bq27000NeilBrown2012-02-151-5/+12
* | w1: Use linux/gpio.h rather than asm/gpio.hMark Brown2012-02-091-2/+1
|/
* w1: add fast search for single slave busEvgeniy Polyakov2011-12-091-0/+10
* USB: convert some miscellanies drivers to use module_usb_driver()Greg Kroah-Hartman2011-11-181-20/+1
* W1: w1_therm: release the bus during conversion on externally powered devicesMaciej Szmigiero2011-11-171-5/+31
* 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