summaryrefslogtreecommitdiffstats
path: root/drivers/w1/masters
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-11-11w1: omap-hdq: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-5/+0
2025-08-31w1: matrox: Remove some deadcode in matrox_w1_remove()Christophe JAILLET-7/+3
2025-02-03w1: fix NULL pointer dereference in probeChenyuan Yang-2/+2
2025-01-09Merge tag 'w1-drv-6.14' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman-14/+12
2024-12-03w1: ds2482: Fix datasheet URLKryštof Černý-1/+1
2024-12-03w1: ds2482: Add regulator supportKryštof Černý-0/+6
2024-12-03w1: ds2482: switch to devm_kzalloc() from kzalloc()Kryštof Černý-13/+5
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-5/+5
2024-09-06w1: ds2482: Drop explicit initialization of struct i2c_device_id::driver_data...Uwe Kleine-König-2/+2
2024-03-25w1: gpio: Don't use "proxy" headersAndy Shevchenko-5/+5
2024-03-25w1: gpio: Remove duplicate NULL checksAndy Shevchenko-4/+2
2024-03-25w1: gpio: Use sizeof(*pointer) instead of sizeof(type)Andy Shevchenko-2/+1
2024-03-25w1: gpio: Switch to use dev_err_probe()Andy Shevchenko-13/+7
2024-03-25w1: gpio: Make use of device propertiesAndy Shevchenko-13/+10
2024-02-20w1: w1-gpio: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2024-02-20w1: sgi_w1: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2024-02-20w1: omap_hdq: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2024-02-20w1: mxc_w1: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2024-02-15w1: add UART w1 bus driverChristoph Winklhofer-0/+426
2023-12-20w1: ds2490: support block sizes larger than 128 bytes in ds_read_blockMarc Ferland-4/+21
2023-12-08w1: amd_axi_w1: Explicitly include correct DT includesRob Herring-1/+2
2023-12-07w1: gpio: rename pointer to driver data from pdata to ddataUwe Kleine-König-27/+27
2023-12-07w1: gpio: Drop unused enable_external_pullup from driver dataUwe Kleine-König-32/+0
2023-12-07w1: gpio: Don't use platform data for driver dataUwe Kleine-König-29/+27
2023-11-15w1: Add AXI 1-wire host driver for AMD programmable logic IP coreKris Chaplin-0/+407
2023-09-13w1: ds2482: Switch back to use struct i2c_driver's .probe()Uwe Kleine-König-1/+1
2023-05-08w1: sgi: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-37/+25
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2023-04-21w1: w1-gpio: Use of_property_read_bool() for boolean propertiesRob Herring-1/+1
2023-04-20w1: gpio: remove unnecessary ENOMEM messagesKrzysztof Kozlowski-3/+1
2023-04-20w1: omap-hdq: remove unnecessary ENOMEM messagesKrzysztof Kozlowski-3/+1
2023-04-20w1: omap-hdq: add SPDX tagKrzysztof Kozlowski-7/+1
2023-04-20w1: omap-hdq: allow compile testingKrzysztof Kozlowski-1/+1
2023-04-20w1: matrox: remove unnecessary ENOMEM messagesKrzysztof Kozlowski-6/+1
2023-04-20w1: matrox: use inline over __inline__Krzysztof Kozlowski-2/+2
2023-04-20w1: matrox: switch from asm to linux headerKrzysztof Kozlowski-1/+1
2023-04-20w1: ds2482: do not use assignment in if conditionKrzysztof Kozlowski-1/+2
2023-04-20w1: ds2482: drop unnecessary headerKrzysztof Kozlowski-1/+0
2023-04-20w1: use octal for file permissionsKrzysztof Kozlowski-2/+2
2023-04-20w1: minor white-space and code style fixesKrzysztof Kozlowski-10/+12
2023-04-20w1: ds2482: add i2c id for DS2484Stefan Wahren-0/+1
2023-03-09w1: ds2482: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2023-02-01w1: remove ds1wm driverArnd Bergmann-683/+0
2022-08-16i2c: Make remove callback return voidUwe Kleine-König-2/+1
2022-04-24w1/ds2490: remove dump from ds_recv_status, pr_ to dev_XXX logging.Christian Vogel-60/+64
2022-03-18w1/ds2490: remove spurious newlines within hexdumpChristian Vogel-5/+3
2021-05-26w1: ds2482: fix kernel-doc syntax in fileAditya Srivastava-47/+47