summaryrefslogtreecommitdiffstats
path: root/drivers/w1/masters
Commit message (Expand)AuthorAgeFilesLines
* w1: gpio: Don't use "proxy" headersAndy Shevchenko2024-03-251-5/+5
* w1: gpio: Remove duplicate NULL checksAndy Shevchenko2024-03-251-4/+2
* w1: gpio: Use sizeof(*pointer) instead of sizeof(type)Andy Shevchenko2024-03-251-2/+1
* w1: gpio: Switch to use dev_err_probe()Andy Shevchenko2024-03-251-13/+7
* w1: gpio: Make use of device propertiesAndy Shevchenko2024-03-251-13/+10
* w1: w1-gpio: Convert to platform remove callback returning voidUwe Kleine-König2024-02-201-4/+2
* w1: sgi_w1: Convert to platform remove callback returning voidUwe Kleine-König2024-02-201-4/+2
* w1: omap_hdq: Convert to platform remove callback returning voidUwe Kleine-König2024-02-201-4/+2
* w1: mxc_w1: Convert to platform remove callback returning voidUwe Kleine-König2024-02-201-4/+2
* w1: add UART w1 bus driverChristoph Winklhofer2024-02-153-0/+426
* w1: ds2490: support block sizes larger than 128 bytes in ds_read_blockMarc Ferland2023-12-201-4/+21
* w1: amd_axi_w1: Explicitly include correct DT includesRob Herring2023-12-081-1/+2
* w1: gpio: rename pointer to driver data from pdata to ddataUwe Kleine-König2023-12-071-27/+27
* w1: gpio: Drop unused enable_external_pullup from driver dataUwe Kleine-König2023-12-071-32/+0
* w1: gpio: Don't use platform data for driver dataUwe Kleine-König2023-12-071-29/+27
* w1: Add AXI 1-wire host driver for AMD programmable logic IP coreKris Chaplin2023-11-153-0/+407
* 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