summaryrefslogtreecommitdiff
path: root/drivers/w1
AgeCommit message (Expand)AuthorFilesLines
2024-03-25w1: gpio: Don't use "proxy" headersAndy Shevchenko1-5/+5
2024-03-25w1: gpio: Remove duplicate NULL checksAndy Shevchenko1-4/+2
2024-03-25w1: gpio: Use sizeof(*pointer) instead of sizeof(type)Andy Shevchenko1-2/+1
2024-03-25w1: gpio: Switch to use dev_err_probe()Andy Shevchenko1-13/+7
2024-03-25w1: gpio: Make use of device propertiesAndy Shevchenko1-13/+10
2024-02-20w1: w1-gpio: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-02-20w1: sgi_w1: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-02-20w1: omap_hdq: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-02-20w1: mxc_w1: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-02-15w1: add UART w1 bus driverChristoph Winklhofer3-0/+426
2024-02-15w1: make w1_bus_type constRicardo B. Marliere1-1/+1
2023-12-20w1: ds2433: add support for ds28ec20 eepromMarc Ferland1-9/+92
2023-12-20w1: ds2433: use the kernel bitmap implementationMarc Ferland1-6/+13
2023-12-20w1: ds2433: introduce a configuration structureMarc Ferland1-12/+35
2023-12-20w1: ds2433: remove unused definitionsMarc Ferland1-3/+0
2023-12-20w1: ds2490: support block sizes larger than 128 bytes in ds_read_blockMarc Ferland1-4/+21
2023-12-08w1: amd_axi_w1: Explicitly include correct DT includesRob Herring1-1/+2
2023-12-07w1: gpio: rename pointer to driver data from pdata to ddataUwe Kleine-König1-27/+27
2023-12-07w1: gpio: Drop unused enable_external_pullup from driver dataUwe Kleine-König1-32/+0
2023-12-07w1: gpio: Don't use platform data for driver dataUwe Kleine-König1-29/+27
2023-11-15w1: Add AXI 1-wire host driver for AMD programmable logic IP coreKris Chaplin3-0/+407
2023-10-21nvmem: add explicit config option to read old syntax fixed OF cellsRafał Miłecki1-0/+1
2023-09-13w1: ds2482: Switch back to use struct i2c_driver's .probe()Uwe Kleine-König1-1/+1
2023-07-23connector/cn_proc: Add filtering to fix some bugsAnjali Kulkarni1-2/+4
2023-05-13w1: Replace usage of found with dedicated list iterator variableJakob Koschel1-17/+15
2023-05-08w1: therm: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-05-08w1: Add missing of_node_put() in w1.cLiang He1-0/+1
2023-05-08w1: no need to initialise statics to 0Jason Wang1-1/+1
2023-05-08w1: ds2438: remove redundant initialization of variable crcColin Ian King1-2/+0
2023-05-08w1: w1_therm: fix typo in commentJulia Lawall1-1/+1
2023-05-08w1: w1_therm: Use max() instead of doing it manuallyHaowen Bai1-1/+1
2023-05-08w1: fix loop in w1_fini()Dan Carpenter1-2/+2
2023-05-08w1: remove redundant initialization to variable resultColin Ian King1-1/+1
2023-05-08w1: Simplify the atribute showzuoqilin1-6/+2
2023-05-08w1: Fix Kconfig indentationKrzysztof Kozlowski1-2/+2
2023-05-08w1: sgi: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2023-05-08w1: Remove driver match functionLizhe1-6/+0
2023-05-08w1: w1_therm: fix locking behavior in convert_tStefan Wahren1-17/+14
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds15-86/+85
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-04-21w1: w1-gpio: Use of_property_read_bool() for boolean propertiesRob Herring1-1/+1
2023-04-20w1: gpio: remove unnecessary ENOMEM messagesKrzysztof Kozlowski1-3/+1
2023-04-20w1: omap-hdq: remove unnecessary ENOMEM messagesKrzysztof Kozlowski1-3/+1
2023-04-20w1: omap-hdq: add SPDX tagKrzysztof Kozlowski1-7/+1
2023-04-20w1: omap-hdq: allow compile testingKrzysztof Kozlowski1-1/+1
2023-04-20w1: matrox: remove unnecessary ENOMEM messagesKrzysztof Kozlowski1-6/+1
2023-04-20w1: matrox: use inline over __inline__Krzysztof Kozlowski1-2/+2
2023-04-20w1: matrox: switch from asm to linux headerKrzysztof Kozlowski1-1/+1
2023-04-20w1: ds2482: do not use assignment in if conditionKrzysztof Kozlowski1-1/+2
2023-04-20w1: ds2482: drop unnecessary headerKrzysztof Kozlowski1-1/+0