aboutsummaryrefslogtreecommitdiff
path: root/drivers/w1
AgeCommit message (Expand)Author
2014-12-14Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-26w1: support auto-load of w1_bq27000 module.NeilBrown
2014-11-26w1: avoid potential u16 overflowDavid Fries
2014-11-10w1: omap-hdq: support device probing with device-treeNeilBrown
2014-11-07W1: ds2490: Increase timeout when waiting for statusAlexander Stein
2014-10-20w1: masters: drop owner assignment from platform_driversWolfram Sang
2014-06-23w1: select crc16 library for ds2406Arnd Bergmann
2014-06-19w1/masters: use pr_* instead of printkFjodor Schelichow
2014-06-19w1: use pr_* instead of printkFjodor Schelichow
2014-06-19w1/slaves: use pr_* instead of printkFjodor Schelichow
2014-06-19w1: new w1_ds2406 driverScott Alfter
2014-06-19drivers/w1/w1_int.c: Fix style errors.Thomas Wood
2014-06-19w1: mxc_w1: Optimize mxc_w1_ds2_touch_bit()Alexander Shiyan
2014-06-19w1: mxc_w1: Perform a software reset at startupAlexander Shiyan
2014-06-19w1: mxc_w1: Optimize mxc_w1_ds2_reset_bus()Alexander Shiyan
2014-06-19w1: mxc_w1: Fix incorrect "presence" statusAlexander Shiyan
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-05-27w1: do not unlock unheld list_mutex in __w1_remove_master_device()Alexey Khoroshilov
2014-05-27w1: optional bundling of netlink kernel repliesDavid Fries
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-04-16w1: avoid recursive device_addDavid Fries
2014-04-16w1: fix netlink refcnt leak on error pathDavid Fries
2014-02-28w1: mxc_w1: Enable driver compilation with COMPILE_TESTAlexander Shiyan
2014-02-28w1: mxc_w1: Driver cleanupAlexander Shiyan
2014-02-28w1: mxc_w1: Fix mxc_w1_ds2_reset_bus() return valueAlexander Shiyan
2014-02-28w1: Remove excess dependencies on W1 for masters and slavesAlexander Shiyan
2014-02-15w1-gpio: handle of_get_gpio() returning -EPROBE_DEFER betterUwe Kleine-König
2014-02-15w1: small type cleanup in sysfsDan Carpenter
2014-02-08Revert ds1wm.c from "w1: hold bus_mutex in netlink and search"David Fries
2014-02-07w1: hold bus_mutex in netlink and searchDavid Fries
2014-02-07w1: format for DocBook and fixesDavid Fries
2014-02-07w1: use family_data instead of rom in w1_slaveDavid Fries
2014-02-07w1: ds2490 fix and enable hardware searchDavid Fries
2014-02-07w1: ds2490 USB setup fixesDavid Fries
2014-02-07w1: ds2490 reduce magic numbersDavid Fries
2014-02-07w1: reply only to the requester portidDavid Fries
2014-02-07connector: add portid to unicast in addition to broadcastingDavid Fries
2014-02-07w1: process w1 netlink commands in w1_process threadDavid Fries
2014-02-07w1: new netlink commands, add/remove/list slavesDavid Fries
2014-02-07w1: continue slave search where previous left offDavid Fries
2014-02-07w1: increase w1_max_slave_count, allow write accessDavid Fries
2014-02-07w1: Only wake up the search process if it is going to be searchingDavid Fries
2014-02-07w1: fixup search to support abort from netlinkDavid Fries
2014-02-07w1: fix w1_send_slave dropping a slave idDavid Fries
2014-01-23drivers/w1/masters/w1-gpio.c: add strong pullup emulationEvgeny Boger
2013-12-08w1: mxc_w1: Check the clk_prepare_enable() return valueAlexander Shiyan
2013-12-08w1: mxc_w1: Add warning for base frequency calculationAlexander Shiyan
2013-12-08w1: mxc_w1: Remove unused field "clkdiv" from private structureAlexander Shiyan
2013-11-15drivers/w1/masters/w1-gpio.c: use dev_get_platdata()Jingoo Han