aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-16w1: avoid recursive device_addDavid Fries1-26/+6
2014-04-16w1: fix netlink refcnt leak on error pathDavid Fries1-18/+26
2014-02-28w1: mxc_w1: Enable driver compilation with COMPILE_TESTAlexander Shiyan2-7/+7
2014-02-28w1: mxc_w1: Driver cleanupAlexander Shiyan1-23/+16
2014-02-28w1: mxc_w1: Fix mxc_w1_ds2_reset_bus() return valueAlexander Shiyan1-1/+1
2014-02-28w1: Remove excess dependencies on W1 for masters and slavesAlexander Shiyan2-7/+1
2014-02-15w1-gpio: handle of_get_gpio() returning -EPROBE_DEFER betterUwe Kleine-König1-5/+14
2014-02-15w1: small type cleanup in sysfsDan Carpenter1-2/+2
2014-02-08Revert ds1wm.c from "w1: hold bus_mutex in netlink and search"David Fries1-3/+1
2014-02-07w1: hold bus_mutex in netlink and searchDavid Fries3-5/+20
2014-02-07w1: format for DocBook and fixesDavid Fries7-94/+209
2014-02-07w1: use family_data instead of rom in w1_slaveDavid Fries2-3/+19
2014-02-07w1: ds2490 fix and enable hardware searchDavid Fries1-22/+86
2014-02-07w1: ds2490 USB setup fixesDavid Fries1-8/+14
2014-02-07w1: ds2490 reduce magic numbersDavid Fries1-8/+15
2014-02-07w1: reply only to the requester portidDavid Fries2-17/+30
2014-02-07connector: add portid to unicast in addition to broadcastingDavid Fries1-7/+7
2014-02-07w1: process w1 netlink commands in w1_process threadDavid Fries4-95/+300
2014-02-07w1: new netlink commands, add/remove/list slavesDavid Fries4-39/+126
2014-02-07w1: continue slave search where previous left offDavid Fries2-3/+18
2014-02-07w1: increase w1_max_slave_count, allow write accessDavid Fries2-2/+30
2014-02-07w1: Only wake up the search process if it is going to be searchingDavid Fries1-1/+3
2014-02-07w1: fixup search to support abort from netlinkDavid Fries3-2/+13
2014-02-07w1: fix w1_send_slave dropping a slave idDavid Fries1-12/+13
2014-01-23drivers/w1/masters/w1-gpio.c: add strong pullup emulationEvgeny Boger2-12/+22
2013-12-08w1: mxc_w1: Check the clk_prepare_enable() return valueAlexander Shiyan1-6/+9
2013-12-08w1: mxc_w1: Add warning for base frequency calculationAlexander Shiyan1-2/+12
2013-12-08w1: mxc_w1: Remove unused field "clkdiv" from private structureAlexander Shiyan1-3/+3
2013-11-15drivers/w1/masters/w1-gpio.c: use dev_get_platdata()Jingoo Han1-5/+5
2013-11-13drivers: w1: make w1_slave::flags long to avoid memory corruptionMichal Nazarewicz2-6/+6
2013-11-13drivers/w1/masters/ds1wm.cuse dev_get_platdata()Jingoo Han1-6/+6
2013-10-29w1-gpio: Use devm_* functionsMarkus Pargmann1-19/+9
2013-10-29w1-gpio: Detect of_gpio_error for first gpioMarkus Pargmann1-1/+6
2013-10-19Merge 3.12-rc6 into char-misc-nextGreg Kroah-Hartman1-0/+6
2013-10-16w1: omap-hdq: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+1
2013-10-16w1: ds1wm: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-07w1 - call request_module with w1 master mutex unlockedHans-Frieder Vogt1-0/+3
2013-10-07w1 - fix fops in w1_bus_notifyHans-Frieder Vogt1-0/+3
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+1
2013-09-11drivers/w1/masters/mxc_w1.c: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-09-11drivers/w1/w1.c: replace strict_strtol() with kstrtol()Jingoo Han1-4/+8
2013-08-22w1: slaves: w1_ds2781: convert to use w1_family_ops.groupsGreg Kroah-Hartman1-18/+18
2013-08-22w1: slaves: w1_ds2760: convert to use w1_family_ops.groupsGreg Kroah-Hartman1-17/+18
2013-08-22w1: slaves: w1_ds2780: convert to use w1_family_ops.groupsGreg Kroah-Hartman1-18/+18
2013-08-22w1: slaves: w1_ds28e04: convert to use w1_family_ops.groupsGreg Kroah-Hartman1-70/+42
2013-08-22w1: slaves: w1_ds2433: convert to use w1_family_ops.groupsGreg Kroah-Hartman1-25/+22
2013-08-22w1: slaves: w1_ds2431: convert to use w1_family_ops.groupsGreg Kroah-Hartman1-24/+19
2013-08-22w1: slaves: w1_ds2423: convert to use w1_family_ops.groupsGreg Kroah-Hartman1-18/+9
2013-08-22w1: slaves: w1_ds2413.c: convert to use w1_family_ops.groupsGreg Kroah-Hartman1-50/+22
2013-08-22w1: slaves: w1_ds2408: convert to use w1_family_ops.groupsGreg Kroah-Hartman1-122/+52