summaryrefslogtreecommitdiff
path: root/drivers/w1
AgeCommit message (Expand)Author
2025-01-09Merge tag 'w1-drv-6.14' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman
2024-12-22w1: core: use sysfs_emit() instead of sprintf()zhangheng
2024-12-14w1: ds28e04: Constify 'struct bin_attribute'Thomas Weißschuh
2024-12-14w1: ds2805: Constify 'struct bin_attribute'Thomas Weißschuh
2024-12-14w1: ds2781: Constify 'struct bin_attribute'Thomas Weißschuh
2024-12-14w1: ds2780: Constify 'struct bin_attribute'Thomas Weißschuh
2024-12-14w1: ds2438: Constify 'struct bin_attribute'Thomas Weißschuh
2024-12-14w1: ds2433: Constify 'struct bin_attribute'Thomas Weißschuh
2024-12-14w1: ds2431: Constify 'struct bin_attribute'Thomas Weißschuh
2024-12-14w1: ds2430: Constify 'struct bin_attribute'Thomas Weißschuh
2024-12-14w1: ds2413: Constify 'struct bin_attribute'Thomas Weißschuh
2024-12-14w1: ds2408: Constify 'struct bin_attribute'Thomas Weißschuh
2024-12-14w1: ds2406: Constify 'struct bin_attribute'Thomas Weißschuh
2024-12-14w1: Constify 'struct bin_attribute'Thomas Weißschuh
2024-12-03w1: ds2482: Fix datasheet URLKryštof Černý
2024-12-03w1: ds2482: Add regulator supportKryštof Černý
2024-12-03w1: ds2482: switch to devm_kzalloc() from kzalloc()Kryštof Černý
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds
2024-09-06w1: ds2482: Drop explicit initialization of struct i2c_device_id::driver_data...Uwe Kleine-König
2024-05-28w1: Drop allocation error messageThorsten Blum
2024-05-27w1: Add missing newline and fix typos in w1_bus_master commentThorsten Blum
2024-03-25w1: gpio: Don't use "proxy" headersAndy Shevchenko
2024-03-25w1: gpio: Remove duplicate NULL checksAndy Shevchenko
2024-03-25w1: gpio: Use sizeof(*pointer) instead of sizeof(type)Andy Shevchenko
2024-03-25w1: gpio: Switch to use dev_err_probe()Andy Shevchenko
2024-03-25w1: gpio: Make use of device propertiesAndy Shevchenko
2024-02-20w1: w1-gpio: Convert to platform remove callback returning voidUwe Kleine-König
2024-02-20w1: sgi_w1: Convert to platform remove callback returning voidUwe Kleine-König
2024-02-20w1: omap_hdq: Convert to platform remove callback returning voidUwe Kleine-König
2024-02-20w1: mxc_w1: Convert to platform remove callback returning voidUwe Kleine-König
2024-02-15w1: add UART w1 bus driverChristoph Winklhofer
2024-02-15w1: make w1_bus_type constRicardo B. Marliere
2023-12-20w1: ds2433: add support for ds28ec20 eepromMarc Ferland
2023-12-20w1: ds2433: use the kernel bitmap implementationMarc Ferland
2023-12-20w1: ds2433: introduce a configuration structureMarc Ferland
2023-12-20w1: ds2433: remove unused definitionsMarc Ferland
2023-12-20w1: ds2490: support block sizes larger than 128 bytes in ds_read_blockMarc Ferland
2023-12-08w1: amd_axi_w1: Explicitly include correct DT includesRob Herring
2023-12-07w1: gpio: rename pointer to driver data from pdata to ddataUwe Kleine-König
2023-12-07w1: gpio: Drop unused enable_external_pullup from driver dataUwe Kleine-König
2023-12-07w1: gpio: Don't use platform data for driver dataUwe Kleine-König
2023-11-15w1: Add AXI 1-wire host driver for AMD programmable logic IP coreKris Chaplin
2023-10-21nvmem: add explicit config option to read old syntax fixed OF cellsRafał Miłecki
2023-09-13w1: ds2482: Switch back to use struct i2c_driver's .probe()Uwe Kleine-König
2023-07-23connector/cn_proc: Add filtering to fix some bugsAnjali Kulkarni
2023-05-13w1: Replace usage of found with dedicated list iterator variableJakob Koschel
2023-05-08w1: therm: constify pointers to hwmon_channel_infoKrzysztof Kozlowski
2023-05-08w1: Add missing of_node_put() in w1.cLiang He
2023-05-08w1: no need to initialise statics to 0Jason Wang
2023-05-08w1: ds2438: remove redundant initialization of variable crcColin Ian King