aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+1
2019-06-08Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner8-79/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2-30/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 147Thomas Gleixner2-29/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 144Thomas Gleixner1-11/+1
2019-05-24w1: ds2408: Fix typo after 49695ac46861 (reset on output_write retry with readback)Mariusz Bialonczyk1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 94Thomas Gleixner1-15/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner4-0/+4
2019-05-07Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-46/+51
2019-04-27w1: fix the resume command APIMariusz Bialonczyk1-2/+1
2019-04-25w1: ds2408: reset on output_write retry with readbackJean-Francois Dagenais1-37/+39
2019-04-25USB: w1 ds2490: Fix bug caused by improper use of altsetting arrayAlan Stern1-3/+3
2019-03-28w1: ds2482: cosmetic fixes after 54865314f5a1Mariusz Bialonczyk1-7/+11
2018-12-22treewide: surround Kconfig file paths with double quotesMasahiro Yamada1-2/+2
2018-10-15w1: IAD Register is yet readable trough iad sys file. Fix snprintf (%u for unsigned, count for max size).Julien Folly1-14/+52
2018-10-02w1: omap-hdq: fix missing bus unregister at removalAndreas Kemnade1-0/+2
2018-08-21Merge tag 'for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds5-247/+3
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-10/+9
2018-07-11power: supply: ds2760_battery: merge ds2760 supply driver with its w1 slave companionDaniel Mack4-247/+0
2018-07-11w1: core: match sub-nodes of bus masters in devicetreeDaniel Mack1-0/+3
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2018-07-07ds2490.c: Move struct open braces to previous lineHenriette Hofmeier1-4/+2
2018-07-07ds2490.c: Remove unnecessary whitespaceHenriette Hofmeier1-1/+1
2018-07-07ds2490.c: Add required spacesHenriette Hofmeier1-4/+4
2018-07-03w1: ds2482: make module parameter extra_config staticColin Ian King1-1/+1
2018-06-26w1: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven1-1/+1
2018-06-05Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-8/+14
2018-05-141wire: family module autoload fails because of upper/lower case mismatch.Ingo Flaschberger1-1/+1
2018-05-14w1: mxc_w1: Enable clock before calling clk_get_rate() on itStefan Potyra1-7/+13
2018-05-10w1: w1_io.c: fix a kernel-doc warningMauro Carvalho Chehab1-0/+1
2018-03-14w1: use put_device() if device_register() failArvind Yadav1-0/+1
2018-01-31Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds1-1/+5
2017-12-21w1_netlink.h: add support for nested structsMauro Carvalho Chehab1-1/+5
2017-12-08w1: w1-gpio: Convert to use GPIO descriptorsLinus Walleij1-88/+61
2017-11-16Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds5-29/+820
2017-11-08w1: keep balance of mutex locks and refcntsAlexey Khoroshilov1-28/+31
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-04add w1_ds28e17 driver for the DS28E17 Onewire to I2C master bridgeJan Kandziora3-0/+787
2017-10-04wire: export w1_touch_bitJan Kandziora1-1/+2
2017-09-09Merge tag 'for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds3-124/+0
2017-08-31drivers: w1: add hwmon temp support for w1_thermJaghathiswari Rankappagounder Natarajan1-0/+86
2017-08-31drivers: w1: refactor w1_slave_show to make the temp reading functionality separateJaghathiswari Rankappagounder Natarajan1-31/+51
2017-08-31drivers: w1: add hwmon support structuresJaghathiswari Rankappagounder Natarajan1-1/+17
2017-08-28drivers: w1: Add 1w slave driver for DS28E05 EEPROMAndrew Worsley4-0/+324
2017-08-28drivers: w1: Extend 1W master driver DS2482 with module option to support PPM/SPU/1WS featuresAndrew Worsley1-4/+8
2017-08-28w1: ds2438: make several functions staticColin Ian King1-4/+5
2017-08-28w1: ds1wm: add messages to make incorporation in mfd-drivers easierJohannes Poehlmann1-1/+14
2017-08-28w1: ds1wm: silence interrupts on HW before claiming the interruptJohannes Poehlmann1-0/+6