aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2-1/+2
2017-02-10w1: ds2405: use module_w1_family to simplify the codeWei Yongjun1-12/+1
2017-02-10w1: ds2490: use kmemdup rather than duplicating its implementationWei Yongjun1-2/+1
2017-01-25w1: Fixup source file headersAndrew F. Davis10-70/+0
2017-01-25w1: don't leak refcount on slave attach failure in w1_attach_slave_device()Maciej S. Szmigiero1-0/+1
2017-01-25w1: add DS2405 addressable switch driverMaciej S. Szmigiero5-0/+249
2017-01-25w1: ds2490: USB transfer buffers need to be DMAableMaciej S. Szmigiero1-58/+84
2017-01-25w1: omap_hdq: Free resources on error pathChristophe JAILLET1-1/+1
2016-08-31w1: fix timeout_us parameter descriptionWei Yongjun1-2/+2
2016-08-31drivers: w1: style corrections-pointers-blanklines-comparisonsBen Werbowyj1-2/+4
2016-08-31drivers: w1: removed assignment from within if statementBen Werbowyj1-2/+4
2016-08-31drivers: w1: style corrections for parenthesis and bracesBen Werbowyj1-6/+4
2016-08-02w1:omap_hdq: fix regressionH. Nikolaus Schaller1-2/+0
2016-08-02w1: add helper macro module_w1_familyAndrew F. Davis11-131/+22
2016-08-02w1: remove need for ida and use PLATFORM_DEVID_AUTOAndrew F. Davis3-66/+13
2016-05-01w1: add ability to set (SRAM) and store (EEPROM) configuration for temp senso...Ben Sen2-7/+213
2016-05-01w1: silence an uninitialized variable warningDan Carpenter1-1/+1
2016-05-01w1: Spelling s/minmum/minimum/Geert Uytterhoeven1-1/+1
2016-05-01w1: enable active pullup for DS2482 by defaultMariusz Bialonczyk1-0/+18
2016-02-11w1: w1_process() is not freezable kthreadJiri Kosina1-1/+0
2016-02-08omap_hdq: fix usecount handlingAndreas Kemnade1-1/+0
2015-11-05Merge tag 'for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds1-2/+3
2015-10-17W1: w1-gpio - switch to using dev_pm_opsDmitry Torokhov1-13/+7
2015-10-05w1: masters: omap_hdq: add support for 1-wire modeVignesh R1-33/+191
2015-10-05drivers/w1/w1_int.c: call put_device if device_register failsLevente Kurusa1-2/+1
2015-09-23power: bq27xxx_battery: Platform initialization must declare a deviceAndrew F. Davis1-0/+1
2015-09-23power: bq27x00_battery: Renaming for consistencyAndrew F. Davis1-2/+2
2015-09-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2015-08-07w1: Fix typo in MODULE_DESCRIPTION in matrox_w1.cMasanari Iida1-1/+1
2015-08-05w1: Use module_pci_driverVaishali Thakkar1-13/+1
2015-08-05w1: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-06-12w1: use correct lock on error in w1_seq_show()Dan Carpenter1-2/+2
2015-06-12w1: fix for loop exit condition in w1_seq_show()Dan Carpenter1-1/+1
2015-06-01w1: ds2482: Add i2c module alias nameLudek Hlavacek1-0/+1
2015-05-24w1: Add support for DS28EA00 sequence to w1-thermMatt Campbell1-1/+101
2015-05-24w1_therm reference count family dataDavid Fries1-15/+47
2015-05-24w1: introduce an ability to specify microseconds bus scanning intervalsDmitry Khromov1-1/+16
2015-03-25w1: constify of_device_id arrayFabian Frederick3-3/+3
2014-12-14Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-5/+6
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+0
2014-11-26w1: support auto-load of w1_bq27000 module.NeilBrown3-3/+4
2014-11-26w1: avoid potential u16 overflowDavid Fries1-1/+1
2014-11-10w1: omap-hdq: support device probing with device-treeNeilBrown1-0/+7
2014-11-07W1: ds2490: Increase timeout when waiting for statusAlexander Stein1-1/+1
2014-10-20w1: masters: drop owner assignment from platform_driversWolfram Sang2-2/+0
2014-06-23w1: select crc16 library for ds2406Arnd Bergmann1-0/+1
2014-06-19w1/masters: use pr_* instead of printkFjodor Schelichow3-27/+27
2014-06-19w1: use pr_* instead of printkFjodor Schelichow5-16/+12
2014-06-19w1/slaves: use pr_* instead of printkFjodor Schelichow1-2/+1
2014-06-19w1: new w1_ds2406 driverScott Alfter4-0/+177
2014-06-19drivers/w1/w1_int.c: Fix style errors.Thomas Wood1-5/+5
2014-06-19w1: mxc_w1: Optimize mxc_w1_ds2_touch_bit()Alexander Shiyan1-12/+15
2014-06-19w1: mxc_w1: Perform a software reset at startupAlexander Shiyan1-0/+5
2014-06-19w1: mxc_w1: Optimize mxc_w1_ds2_reset_bus()Alexander Shiyan1-17/+15
2014-06-19w1: mxc_w1: Fix incorrect "presence" statusAlexander Shiyan1-1/+1
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2014-05-27w1: do not unlock unheld list_mutex in __w1_remove_master_device()Alexey Khoroshilov2-0/+6
2014-05-27w1: optional bundling of netlink kernel repliesDavid Fries3-256/+437
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-2/+2
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
2013-08-22w1: slaves: w1_therm: convert to use w1_family_ops.groupsGreg Kroah-Hartman1-15/+9
2013-08-22w1: add attribute groups to struct w1_family_opsGreg Kroah-Hartman2-32/+42
2013-08-22w1: use default attribute groups for w1 slave devicesGreg Kroah-Hartman1-27/+11
2013-08-22w1: remove race with sysfs file creationGreg Kroah-Hartman1-38/+73
2013-07-03drivers/w1/slaves/w1_ds2408.c: add magic sequence to disable P0 test modeJean-Francois Dagenais1-0/+30
2013-06-03w1: add family based automatic module loadingAlexander Stein12-0/+18
2013-05-27Merge 3.10-rc3 into char-misc-nextGreg Kroah-Hartman1-5/+0
2013-05-21w1-gpio: Let device core handle pinctrlFabio Estevam1-6/+0
2013-05-18drivers/w1/masters: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-1/+1
2013-04-30drivers/w1/slaves/w1_ds2760.c: fix the error handling in w1_ds2760_add_slave()Wei Yongjun1-1/+2
2013-04-30drivers/w1/slaves/w1_ds2781.c: fix the error handling in w1_ds2781_add_slave()Wei Yongjun1-1/+2
2013-04-30drivers/w1/slaves/w1_ds2780.c: fix the error handling in w1_ds2780_add_slave()Wei Yongjun1-1/+2
2013-04-30drivers/w1/slaves/w1_bq27000.c: fix the error handling in w1_bq27000_add_slave()Wei Yongjun1-1/+3
2013-04-16Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot1-1/+1
2013-03-26Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2-3/+6
2013-03-15w1: ds2408: use ARRAY_SIZE instead of hard-coded numberJean-Francois Dagenais1-4/+3
2013-03-15w1: ds2408: make value read-back check a Kconfig optionJean-Francois Dagenais2-6/+22
2013-03-12w1: mxc_w1: Convert to devm_ioremap_resource()Fabio Estevam1-3/+3
2013-03-12w1: fix oops when w1_search is called from netlink connectorMarcin Jurkowski1-1/+2
2013-03-12w1-gpio: fix unused variable warningJohan Hovold1-0/+2
2013-03-12w1-gpio: remove erroneous __exit and __exit_p()Johan Hovold1-2/+2
2013-02-28Merge tag 'late-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+8
2013-02-27w1: add support for DS2413 Dual Channel Addressable SwitchMariusz Bialonczyk4-5/+189
2013-02-21Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-100/+90
2013-02-18w1: w1_therm: Add force-pullup option for "broken" sensorsMichael Arndt1-1/+10
2013-02-18w1: ds2482: Added 1-Wire pull-up support to the driverMichael Arndt1-6/+45
2013-02-10W1: Add device tree support to MXC onewire master.Martin Fuzzey1-1/+8
2013-01-30w1-gpio: fix section mismatchHauke Mehrtens1-1/+1
2013-01-22w1: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2013-01-15w1_therm: Retries: remove old code add CRCDavid Stevenson1-19/+6
2013-01-15drivers/w1/masters/mxc_w1.c: use devm_ functionsJulia Lawall1-39/+10
2013-01-15drivers/w1/masters/ds1wm.c: use devm_ functionsJulia Lawall1-34/+18
2013-01-03Drivers: w1: remove last __devexit_p() instanceGreg Kroah-Hartman1-1/+1
2012-12-16ARM: OMAP: Fix drivers to depend on omap for internal devicesTony Lindgren1-0/+1
2012-11-26w1-gpio: Simplify & get rid of definesPantelis Antoniou1-32/+26
2012-11-26w1-gpio: Pinctrl-fyPantelis Antoniou1-0/+7
2012-11-21w1: remove CONFIG_HOTPLUG ifdefsBill Pemberton1-7/+0
2012-11-21w1: remove use of __devexitBill Pemberton3-5/+5
2012-11-21w1: remove use of __devinitBill Pemberton3-5/+5
2012-11-21w1: remove use of __devexit_pBill Pemberton2-2/+2
2012-11-21w1: mxc_w1: Fix commentFabio Estevam1-1/+1
2012-11-21w1: mxc_w1: Convert to platform driverFabio Estevam1-14/+2
2012-11-21w1: mxc_w1: Adapt the clock name to the new clock frameworkFabio Estevam1-3/+3
2012-10-24w1/ds2482: use module_i2c_driver to simplify the codeWei Yongjun1-12/+1
2012-10-24drivers/w1/masters: remove CONFIG_EXPERIMENTALKees Cook1-1/+1
2012-10-01Merge tag 'char-misc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds3-47/+77
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov1-1/+1
2012-08-27Merge v3.6-rc3 into 'char-misc-next'Greg Kroah-Hartman3-47/+77
2012-08-161-Wire: Add support for the maxim ds1825 temperature sensorRaphael Assenat2-0/+10
2012-08-16onewire: w1-gpio: add ext_pullup_enable pin in platform dataDaniel Mack1-1/+17
2012-08-16onewire: w1-gpio: add DT bindingsDaniel Mack1-1/+47
2012-08-16w1: omap-hdq: drop ARCH dependencyFelipe Balbi2-4/+0
2012-08-16w1: omap-hdq: remove unnecessary returnFelipe Balbi1-2/+0
2012-08-16w1: omap-hdq: convert to devm_* functionsFelipe Balbi1-23/+9
2012-08-16w1: omap-hdq: convert to module_platform_driverFelipe Balbi1-13/+1
2012-08-16w1: omap-hdq: don't hardcode resource sizeFelipe Balbi1-1/+1
2012-08-16w1: omap-hdq: add section annotation to removeFelipe Balbi1-3/+3
2012-07-26Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds20-99/+560
2012-06-21W1: OMAP HDQ1W: use runtime PMPaul Walmsley1-65/+13
2012-06-21W1: OMAP HDQ1W: use 32-bit register accessesPaul Walmsley1-4/+4
2012-06-21W1: OMAP HDQ1W: allow driver to be built on all OMAP2+Paul Walmsley1-1/+1
2012-06-18w1: Fix a typo in 'hardware' wordOtavio Salvador1-1/+1
2012-06-13w1: Add 1-wire slave device driver for DS28E04-100Markus Franke4-0/+484
2012-06-13W1: split master mutex to avoid deadlocks.NeilBrown15-74/+55
2012-06-13w1: omap_hdq: use wait_event_timeout to wait for read to complete.NeilBrown1-9/+6
2012-06-13w1: omap_hdq: Fix some error/debug handling.NeilBrown1-7/+8
2012-06-13Revert "w1: introduce a slave mutex for serializing IO"Greg Kroah-Hartman3-4/+2
2012-06-12w1: cleanup w1_ueventDevendra Naga1-8/+6
2012-06-12w1: introduce a slave mutex for serializing IONeilBrown3-2/+4
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-05-07Kconfig: replace "--- help ---" with "---help---"Paul Bolle1-1/+1
2012-05-04w1: w1_ds2408.c: quite sparse noise about using plaing integer as NULL pointerH Hartley Sweeten1-2/+0
2012-04-29Revert "w1: Add 1-wire slave device driver for DS28E04-100"Greg Kroah-Hartman4-473/+0
2012-04-25w1 i.MX: prepare/unprepare clockSascha Hauer1-2/+2
2012-04-18w1: w1_ds28e04: unlock on error path in w1_f1C_write_pio()Dan Carpenter1-1/+3
2012-04-11w1: Disable irqs during 1-wire bus operations, extend 1-wire reset pulseMarkus Franke1-4/+18
2012-04-11w1: Add 1-wire slave device driver for DS28E04-100Markus Franke4-0/+471
2012-04-09w1: fix slave driver registration error messageDmitry Artamonow1-1/+1
2012-04-08Merge branch 'master' into for-nextJiri Kosina7-24/+367
2012-04-03w1: fix slave driver registration error messageDmitry Artamonow1-1/+1
2012-03-08DS2781 Maxim Stand-Alone Fuel Gauge battery and w1 slave driversRenata Sayakhova5-0/+352
2012-02-24w1_bq27000: Only one thread can access the bq27000 at a time.NeilBrown1-0/+2
2012-02-24w1_bq27000 - remove w1_bq27000_writeNeilBrown1-14/+0
2012-02-24w1_bq27000: remove unnecessary NULL test.NeilBrown1-3/+0
2012-02-15w1: Fix w1_bq27000NeilBrown1-5/+12
2012-02-09w1: Use linux/gpio.h rather than asm/gpio.hMark Brown1-2/+1
2011-12-09w1: add fast search for single slave busEvgeniy Polyakov1-0/+10
2011-11-18USB: convert some miscellanies drivers to use module_usb_driver()Greg Kroah-Hartman1-20/+1