summaryrefslogtreecommitdiffstats
path: root/drivers/w1
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'w1-drv-6.14' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2025-01-0914-116/+114
|\
| * w1: core: use sysfs_emit() instead of sprintf()zhangheng2024-12-221-2/+2
| * w1: ds28e04: Constify 'struct bin_attribute'Thomas Weißschuh2024-12-141-9/+9
| * w1: ds2805: Constify 'struct bin_attribute'Thomas Weißschuh2024-12-141-5/+5
| * w1: ds2781: Constify 'struct bin_attribute'Thomas Weißschuh2024-12-141-4/+4
| * w1: ds2780: Constify 'struct bin_attribute'Thomas Weißschuh2024-12-141-4/+4
| * w1: ds2438: Constify 'struct bin_attribute'Thomas Weißschuh2024-12-141-17/+17
| * w1: ds2433: Constify 'struct bin_attribute'Thomas Weißschuh2024-12-141-12/+12
| * w1: ds2431: Constify 'struct bin_attribute'Thomas Weißschuh2024-12-141-5/+5
| * w1: ds2430: Constify 'struct bin_attribute'Thomas Weißschuh2024-12-141-5/+5
| * w1: ds2413: Constify 'struct bin_attribute'Thomas Weißschuh2024-12-141-7/+7
| * w1: ds2408: Constify 'struct bin_attribute'Thomas Weißschuh2024-12-141-21/+21
| * w1: ds2406: Constify 'struct bin_attribute'Thomas Weißschuh2024-12-141-5/+5
| * w1: Constify 'struct bin_attribute'Thomas Weißschuh2024-12-141-6/+6
| * w1: ds2482: Fix datasheet URLKryštof Černý2024-12-031-1/+1
| * w1: ds2482: Add regulator supportKryštof Černý2024-12-031-0/+6
| * w1: ds2482: switch to devm_kzalloc() from kzalloc()Kryštof Černý2024-12-031-13/+5
* | Get rid of 'remove_new' relic from platform driver structLinus Torvalds2024-12-015-5/+5
|/
* w1: ds2482: Drop explicit initialization of struct i2c_device_id::driver_data...Uwe Kleine-König2024-09-061-2/+2
* w1: Drop allocation error messageThorsten Blum2024-05-281-5/+1
* w1: Add missing newline and fix typos in w1_bus_master commentThorsten Blum2024-05-271-1/+1
* 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: make w1_bus_type constRicardo B. Marliere2024-02-151-1/+1
* w1: ds2433: add support for ds28ec20 eepromMarc Ferland2023-12-201-9/+92
* w1: ds2433: use the kernel bitmap implementationMarc Ferland2023-12-201-6/+13
* w1: ds2433: introduce a configuration structureMarc Ferland2023-12-201-12/+35
* w1: ds2433: remove unused definitionsMarc Ferland2023-12-201-3/+0
* 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
* nvmem: add explicit config option to read old syntax fixed OF cellsRafał Miłecki2023-10-211-0/+1
* w1: ds2482: Switch back to use struct i2c_driver's .probe()Uwe Kleine-König2023-09-131-1/+1
* connector/cn_proc: Add filtering to fix some bugsAnjali Kulkarni2023-07-231-2/+4
* w1: Replace usage of found with dedicated list iterator variableJakob Koschel2023-05-131-17/+15
* w1: therm: constify pointers to hwmon_channel_infoKrzysztof Kozlowski2023-05-081-1/+1
* w1: Add missing of_node_put() in w1.cLiang He2023-05-081-0/+1
* w1: no need to initialise statics to 0Jason Wang2023-05-081-1/+1
* w1: ds2438: remove redundant initialization of variable crcColin Ian King2023-05-081-2/+0