aboutsummaryrefslogtreecommitdiff
path: root/drivers/w1
AgeCommit message (Expand)AuthorFilesLines
2019-10-10w1: ds250x: Fix build error without CRC16Gravatar YueHaibing 1-0/+1
2019-09-04w1: add DS2501, DS2502, DS2505 EPROM device driverGravatar Thomas Bogendoerfer 3-0/+297
2019-09-04w1: add 1-wire master driver for IP block found in SGI ASICsGravatar Thomas Bogendoerfer 3-0/+140
2019-08-05w1: omap-hdq: use devm_platform_ioremap_resource() to simplify codeGravatar YueHaibing 1-3/+1
2019-08-05w1: mxc_w1: use devm_platform_ioremap_resource() to simplify codeGravatar YueHaibing 1-3/+1
2019-07-15docs: driver-api: add a series of orphaned documentsGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-15docs: connector: convert to ReST and rename to connector.rstGravatar Mauro Carvalho Chehab 1-1/+1
2019-06-23Merge 5.2-rc6 into char-misc-nextGravatar Greg Kroah-Hartman 14-51/+14
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 5-24/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Gravatar Thomas Gleixner 9-27/+9
2019-06-09Merge 5.2-rc4 into char-misc-nextGravatar Greg Kroah-Hartman 20-169/+20
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-4/+1
2019-06-08Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2019-06-06w1: ds2805: rename w1_family struct, fixing c-p typoGravatar Mariusz Bialonczyk 1-3/+3
2019-06-06w1: ds2413: fix state byte comparisionGravatar Mariusz Bialonczyk 1-3/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Gravatar Thomas Gleixner 1-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 8-79/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 2-30/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 147Gravatar Thomas Gleixner 2-29/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 144Gravatar Thomas Gleixner 1-11/+1
2019-05-24w1: ds2408: Fix typo after 49695ac46861 (reset on output_write retry with rea...Gravatar Mariusz Bialonczyk 1-1/+1
2019-05-24w1: ds2413: when the slave is not responding during read, select it againGravatar Mariusz Bialonczyk 1-1/+8
2019-05-24w1: ds2413: add retry support to state_read()Gravatar Mariusz Bialonczyk 1-13/+24
2019-05-24w1: ds2413: output_write() cosmetic fixes / simplifyGravatar Mariusz Bialonczyk 1-8/+11
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 94Gravatar Thomas Gleixner 1-15/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 4-0/+4
2019-05-07Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-46/+51
2019-04-27w1: fix the resume command APIGravatar Mariusz Bialonczyk 1-2/+1
2019-04-25w1: ds2408: reset on output_write retry with readbackGravatar Jean-Francois Dagenais 1-37/+39
2019-04-25USB: w1 ds2490: Fix bug caused by improper use of altsetting arrayGravatar Alan Stern 1-3/+3
2019-03-28w1: ds2482: cosmetic fixes after 54865314f5a1Gravatar Mariusz Bialonczyk 1-7/+11
2018-12-22treewide: surround Kconfig file paths with double quotesGravatar Masahiro Yamada 1-2/+2
2018-10-15w1: IAD Register is yet readable trough iad sys file. Fix snprintf (%u for un...Gravatar Julien Folly 1-14/+52
2018-10-02w1: omap-hdq: fix missing bus unregister at removalGravatar Andreas Kemnade 1-0/+2
2018-08-21Merge tag 'for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Gravatar Linus Torvalds 5-247/+3
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-10/+9
2018-07-11power: supply: ds2760_battery: merge ds2760 supply driver with its w1 slave c...Gravatar Daniel Mack 4-247/+0
2018-07-11w1: core: match sub-nodes of bus masters in devicetreeGravatar Daniel Mack 1-0/+3
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hGravatar Randy Dunlap 1-0/+1
2018-07-07ds2490.c: Move struct open braces to previous lineGravatar Henriette Hofmeier 1-4/+2
2018-07-07ds2490.c: Remove unnecessary whitespaceGravatar Henriette Hofmeier 1-1/+1
2018-07-07ds2490.c: Add required spacesGravatar Henriette Hofmeier 1-4/+4
2018-07-03w1: ds2482: make module parameter extra_config staticGravatar Colin Ian King 1-1/+1
2018-06-26w1: Allow compile test of GPIO consumers if !GPIOLIBGravatar Geert Uytterhoeven 1-1/+1
2018-06-05Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-8/+14
2018-05-141wire: family module autoload fails because of upper/lower case mismatch.Gravatar Ingo Flaschberger 1-1/+1
2018-05-14w1: mxc_w1: Enable clock before calling clk_get_rate() on itGravatar Stefan Potyra 1-7/+13
2018-05-10w1: w1_io.c: fix a kernel-doc warningGravatar Mauro Carvalho Chehab 1-0/+1
2018-03-14w1: use put_device() if device_register() failGravatar Arvind Yadav 1-0/+1
2018-01-31Merge tag 'docs-4.16' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+5