summaryrefslogtreecommitdiffstats
path: root/drivers/w1/masters
Commit message (Expand)AuthorAgeFilesLines
* w1: ds2482: Switch back to use struct i2c_driver's .probe()Uwe Kleine-König2023-09-131-1/+1
* w1: sgi: move from strlcpy with unused retval to strscpyWolfram Sang2023-05-081-1/+1
* Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-276-37/+25
|\
| * w1: gpio: remove unnecessary ENOMEM messagesKrzysztof Kozlowski2023-04-201-3/+1
| * w1: omap-hdq: remove unnecessary ENOMEM messagesKrzysztof Kozlowski2023-04-201-3/+1
| * w1: omap-hdq: add SPDX tagKrzysztof Kozlowski2023-04-201-7/+1
| * w1: omap-hdq: allow compile testingKrzysztof Kozlowski2023-04-201-1/+1
| * w1: matrox: remove unnecessary ENOMEM messagesKrzysztof Kozlowski2023-04-201-6/+1
| * w1: matrox: use inline over __inline__Krzysztof Kozlowski2023-04-201-2/+2
| * w1: matrox: switch from asm to linux headerKrzysztof Kozlowski2023-04-201-1/+1
| * w1: ds2482: do not use assignment in if conditionKrzysztof Kozlowski2023-04-201-1/+2
| * w1: ds2482: drop unnecessary headerKrzysztof Kozlowski2023-04-201-1/+0
| * w1: use octal for file permissionsKrzysztof Kozlowski2023-04-202-2/+2
| * w1: minor white-space and code style fixesKrzysztof Kozlowski2023-04-203-10/+12
| * w1: ds2482: add i2c id for DS2484Stefan Wahren2023-04-201-0/+1
* | Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-271-1/+1
|\ \ | |/ |/|
| * w1: w1-gpio: Use of_property_read_bool() for boolean propertiesRob Herring2023-04-211-1/+1
* | w1: ds2482: Convert to i2c's .probe_new()Uwe Kleine-König2023-03-091-3/+2
|/
* w1: remove ds1wm driverArnd Bergmann2023-02-013-683/+0
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-2/+1
* w1/ds2490: remove dump from ds_recv_status, pr_ to dev_XXX logging.Christian Vogel2022-04-241-60/+64
* w1/ds2490: remove spurious newlines within hexdumpChristian Vogel2022-03-181-5/+3
* w1: ds2482: fix kernel-doc syntax in fileAditya Srivastava2021-05-261-47/+47
* w1/masters/ds2490: queue up found IDs during scanChristian Vogel2021-01-201-5/+20
* w1: mxc_w1: Fix timeout resolution problem leading to bus errorMartin Fuzzey2020-10-021-7/+7
* w1: omap-hdq: print dev_err if irq flags are not clearedH. Nikolaus Schaller2020-05-271-0/+8
* w1: omap-hdq: fix interrupt handling which did show spurious timeoutsH. Nikolaus Schaller2020-05-271-20/+42
* w1: omap-hdq: fix return value to be -1 if there is a timeoutH. Nikolaus Schaller2020-05-271-1/+1
* w1: omap-hdq: cleanup to add missing newline for some dev_dbgH. Nikolaus Schaller2020-05-271-5/+5
* Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-01-291-235/+113
|\
| * w1: omap-hdq: Simplify driver with PM runtime autosuspendTony Lindgren2020-01-141-235/+113
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* w1: sgi_w1: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-101-3/+1
* w1: add 1-wire master driver for IP block found in SGI ASICsThomas Bogendoerfer2019-09-043-0/+140
* w1: omap-hdq: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-051-3/+1
* w1: mxc_w1: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-051-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-4/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-9/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-302-30/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-071-7/+11
|\
| * w1: ds2482: cosmetic fixes after 54865314f5a1Mariusz Bialonczyk2019-03-281-7/+11
* | USB: w1 ds2490: Fix bug caused by improper use of altsetting arrayAlan Stern2019-04-251-3/+3
|/
* w1: omap-hdq: fix missing bus unregister at removalAndreas Kemnade2018-10-021-0/+2
* Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-183-10/+9
|\
| * headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
| * ds2490.c: Move struct open braces to previous lineHenriette Hofmeier2018-07-071-4/+2
| * ds2490.c: Remove unnecessary whitespaceHenriette Hofmeier2018-07-071-1/+1
| * ds2490.c: Add required spacesHenriette Hofmeier2018-07-071-4/+4