summaryrefslogtreecommitdiffstats
path: root/drivers/w1
AgeCommit message (Expand)Author
2020-06-15w1: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-27w1: omap-hdq: print dev_err if irq flags are not clearedH. Nikolaus Schaller
2020-05-27w1: omap-hdq: fix interrupt handling which did show spurious timeoutsH. Nikolaus Schaller
2020-05-27w1: omap-hdq: fix return value to be -1 if there is a timeoutH. Nikolaus Schaller
2020-05-27w1: omap-hdq: cleanup to add missing newline for some dev_dbgH. Nikolaus Schaller
2020-05-21w1_therm: remove redundant assignments to variable retColin Ian King
2020-05-21w1_therm: Free the correct variableDan Carpenter
2020-05-15w1_therm: adding bulk read support to trigger multiple conversion on busAkira Shimahara
2020-05-15w1_therm: adding alarm sysfs entryAkira Shimahara
2020-05-15w1_therm: optimizing temperature read timingsAkira Shimahara
2020-05-15w1_therm: adding eeprom sysfs entryAkira Shimahara
2020-05-15w1_therm: adding resolution sysfs entryAkira Shimahara
2020-05-15w1_therm: adding ext_power sysfs entryAkira Shimahara
2020-05-15w1_therm: fix reset_select_slave during discoveryAkira Shimahara
2020-05-15w1_therm: adding code comments and code reorderingAkira Shimahara
2020-05-15w1: ds2430: fix eeprom size in driver descriptionAngelo Dureghello
2020-01-29Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-01-14w1: omap-hdq: Simplify driver with PM runtime autosuspendTony Lindgren
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-11-14w1: new driver. DS2430 chipAngelo Dureghello
2019-10-14Merge 5.4-rc3 into char-misc-nextGreg Kroah-Hartman
2019-10-10w1: ds250x: Fix build error without CRC16YueHaibing
2019-10-10w1: sgi_w1: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-09-04w1: add DS2501, DS2502, DS2505 EPROM device driverThomas Bogendoerfer
2019-09-04w1: add 1-wire master driver for IP block found in SGI ASICsThomas Bogendoerfer
2019-08-05w1: omap-hdq: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-05w1: mxc_w1: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-07-15docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab
2019-07-15docs: connector: convert to ReST and rename to connector.rstMauro Carvalho Chehab
2019-06-23Merge 5.2-rc6 into char-misc-nextGreg Kroah-Hartman
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner
2019-06-09Merge 5.2-rc4 into char-misc-nextGreg Kroah-Hartman
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-08Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-06w1: ds2805: rename w1_family struct, fixing c-p typoMariusz Bialonczyk
2019-06-06w1: ds2413: fix state byte comparisionMariusz Bialonczyk
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 147Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 144Thomas Gleixner
2019-05-24w1: ds2408: Fix typo after 49695ac46861 (reset on output_write retry with rea...Mariusz Bialonczyk
2019-05-24w1: ds2413: when the slave is not responding during read, select it againMariusz Bialonczyk
2019-05-24w1: ds2413: add retry support to state_read()Mariusz Bialonczyk
2019-05-24w1: ds2413: output_write() cosmetic fixes / simplifyMariusz Bialonczyk
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 94Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-07Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds