| Age | Commit message (Expand) | Author | Files | Lines |
| 6 days | w1: ds2482: Use named initializers for arrays of i2c_device_data | Uwe Kleine-König (The Capable Hub) | 1 | -2/+2 |
| 2026-04-03 | w1: ds2490: drop redundant device reference | Johan Hovold | 1 | -8/+3 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 5 | -5/+5 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 5 | -6/+5 |
| 2025-12-28 | w1: fix redundant counter decrement in w1_attach_slave_device() | Haoxiang Li | 1 | -2/+0 |
| 2025-12-18 | w1: therm: Fix off-by-one buffer overflow in alarms_store | Thorsten Blum | 1 | -41/+19 |
| 2025-11-11 | w1: omap-hdq: Remove redundant pm_runtime_mark_last_busy() calls | Sakari Ailus | 1 | -5/+0 |
| 2025-10-13 | w1: ds28e17: Replace deprecated strcpy + strcat in w1_f19_add_slave | Thorsten Blum | 1 | -2/+2 |
| 2025-10-13 | w1: use sysfs_emit() in sysfs show() callbacks | Vivek BalachandharTN | 1 | -10/+10 |
| 2025-08-31 | w1: matrox: Remove some deadcode in matrox_w1_remove() | Christophe JAILLET | 1 | -7/+3 |
| 2025-06-17 | sysfs: treewide: switch back to attribute_group::bin_attrs | Thomas Weißschuh | 10 | -11/+11 |
| 2025-06-17 | sysfs: treewide: switch back to bin_attribute::read()/write() | Thomas Weißschuh | 3 | -8/+8 |
| 2025-06-06 | Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -22/+20 |
| 2025-05-21 | w1: Avoid -Wflex-array-member-not-at-end warnings | Gustavo A. R. Silva | 1 | -22/+20 |
| 2025-05-13 | w1: ds2406: use crc16() instead of crc16_byte() loop | Eric Biggers | 1 | -10/+2 |
| 2025-02-03 | w1: w1_therm: w1: Use HWMON_CHANNEL_INFO macro to simplify code | Huisong Li | 1 | -11/+1 |
| 2025-02-03 | w1: fix NULL pointer dereference in probe | Chenyuan Yang | 1 | -2/+2 |
| 2025-01-09 | Merge tag 'w1-drv-6.14' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git... | Greg Kroah-Hartman | 14 | -116/+114 |
| 2024-12-22 | w1: core: use sysfs_emit() instead of sprintf() | zhangheng | 1 | -2/+2 |
| 2024-12-14 | w1: ds28e04: Constify 'struct bin_attribute' | Thomas Weißschuh | 1 | -9/+9 |
| 2024-12-14 | w1: ds2805: Constify 'struct bin_attribute' | Thomas Weißschuh | 1 | -5/+5 |
| 2024-12-14 | w1: ds2781: Constify 'struct bin_attribute' | Thomas Weißschuh | 1 | -4/+4 |
| 2024-12-14 | w1: ds2780: Constify 'struct bin_attribute' | Thomas Weißschuh | 1 | -4/+4 |
| 2024-12-14 | w1: ds2438: Constify 'struct bin_attribute' | Thomas Weißschuh | 1 | -17/+17 |
| 2024-12-14 | w1: ds2433: Constify 'struct bin_attribute' | Thomas Weißschuh | 1 | -12/+12 |
| 2024-12-14 | w1: ds2431: Constify 'struct bin_attribute' | Thomas Weißschuh | 1 | -5/+5 |
| 2024-12-14 | w1: ds2430: Constify 'struct bin_attribute' | Thomas Weißschuh | 1 | -5/+5 |
| 2024-12-14 | w1: ds2413: Constify 'struct bin_attribute' | Thomas Weißschuh | 1 | -7/+7 |
| 2024-12-14 | w1: ds2408: Constify 'struct bin_attribute' | Thomas Weißschuh | 1 | -21/+21 |
| 2024-12-14 | w1: ds2406: Constify 'struct bin_attribute' | Thomas Weißschuh | 1 | -5/+5 |
| 2024-12-14 | w1: Constify 'struct bin_attribute' | Thomas Weißschuh | 1 | -6/+6 |
| 2024-12-03 | w1: ds2482: Fix datasheet URL | Kryštof Černý | 1 | -1/+1 |
| 2024-12-03 | w1: ds2482: Add regulator support | Kryštof Černý | 1 | -0/+6 |
| 2024-12-03 | w1: ds2482: switch to devm_kzalloc() from kzalloc() | Kryštof Černý | 1 | -13/+5 |
| 2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds | 5 | -5/+5 |
| 2024-09-06 | w1: ds2482: Drop explicit initialization of struct i2c_device_id::driver_data... | Uwe Kleine-König | 1 | -2/+2 |
| 2024-05-28 | w1: Drop allocation error message | Thorsten Blum | 1 | -5/+1 |
| 2024-05-27 | w1: Add missing newline and fix typos in w1_bus_master comment | Thorsten Blum | 1 | -1/+1 |
| 2024-03-25 | w1: gpio: Don't use "proxy" headers | Andy Shevchenko | 1 | -5/+5 |
| 2024-03-25 | w1: gpio: Remove duplicate NULL checks | Andy Shevchenko | 1 | -4/+2 |
| 2024-03-25 | w1: gpio: Use sizeof(*pointer) instead of sizeof(type) | Andy Shevchenko | 1 | -2/+1 |
| 2024-03-25 | w1: gpio: Switch to use dev_err_probe() | Andy Shevchenko | 1 | -13/+7 |
| 2024-03-25 | w1: gpio: Make use of device properties | Andy Shevchenko | 1 | -13/+10 |
| 2024-02-20 | w1: w1-gpio: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2024-02-20 | w1: sgi_w1: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2024-02-20 | w1: omap_hdq: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2024-02-20 | w1: mxc_w1: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2024-02-15 | w1: add UART w1 bus driver | Christoph Winklhofer | 3 | -0/+426 |
| 2024-02-15 | w1: make w1_bus_type const | Ricardo B. Marliere | 1 | -1/+1 |
| 2023-12-20 | w1: ds2433: add support for ds28ec20 eeprom | Marc Ferland | 1 | -9/+92 |
| 2023-12-20 | w1: ds2433: use the kernel bitmap implementation | Marc Ferland | 1 | -6/+13 |
| 2023-12-20 | w1: ds2433: introduce a configuration structure | Marc Ferland | 1 | -12/+35 |
| 2023-12-20 | w1: ds2433: remove unused definitions | Marc Ferland | 1 | -3/+0 |
| 2023-12-20 | w1: ds2490: support block sizes larger than 128 bytes in ds_read_block | Marc Ferland | 1 | -4/+21 |
| 2023-12-08 | w1: amd_axi_w1: Explicitly include correct DT includes | Rob Herring | 1 | -1/+2 |
| 2023-12-07 | w1: gpio: rename pointer to driver data from pdata to ddata | Uwe Kleine-König | 1 | -27/+27 |
| 2023-12-07 | w1: gpio: Drop unused enable_external_pullup from driver data | Uwe Kleine-König | 1 | -32/+0 |
| 2023-12-07 | w1: gpio: Don't use platform data for driver data | Uwe Kleine-König | 1 | -29/+27 |
| 2023-11-15 | w1: Add AXI 1-wire host driver for AMD programmable logic IP core | Kris Chaplin | 3 | -0/+407 |
| 2023-10-21 | nvmem: add explicit config option to read old syntax fixed OF cells | Rafał Miłecki | 1 | -0/+1 |
| 2023-09-13 | w1: ds2482: Switch back to use struct i2c_driver's .probe() | Uwe Kleine-König | 1 | -1/+1 |
| 2023-07-23 | connector/cn_proc: Add filtering to fix some bugs | Anjali Kulkarni | 1 | -2/+4 |
| 2023-05-13 | w1: Replace usage of found with dedicated list iterator variable | Jakob Koschel | 1 | -17/+15 |
| 2023-05-08 | w1: therm: constify pointers to hwmon_channel_info | Krzysztof Kozlowski | 1 | -1/+1 |
| 2023-05-08 | w1: Add missing of_node_put() in w1.c | Liang He | 1 | -0/+1 |
| 2023-05-08 | w1: no need to initialise statics to 0 | Jason Wang | 1 | -1/+1 |
| 2023-05-08 | w1: ds2438: remove redundant initialization of variable crc | Colin Ian King | 1 | -2/+0 |
| 2023-05-08 | w1: w1_therm: fix typo in comment | Julia Lawall | 1 | -1/+1 |
| 2023-05-08 | w1: w1_therm: Use max() instead of doing it manually | Haowen Bai | 1 | -1/+1 |
| 2023-05-08 | w1: fix loop in w1_fini() | Dan Carpenter | 1 | -2/+2 |
| 2023-05-08 | w1: remove redundant initialization to variable result | Colin Ian King | 1 | -1/+1 |
| 2023-05-08 | w1: Simplify the atribute show | zuoqilin | 1 | -6/+2 |
| 2023-05-08 | w1: Fix Kconfig indentation | Krzysztof Kozlowski | 1 | -2/+2 |
| 2023-05-08 | w1: sgi: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -1/+1 |
| 2023-05-08 | w1: Remove driver match function | Lizhe | 1 | -6/+0 |
| 2023-05-08 | w1: w1_therm: fix locking behavior in convert_t | Stefan Wahren | 1 | -17/+14 |
| 2023-04-27 | Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 15 | -86/+85 |
| 2023-04-27 | Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2023-04-21 | w1: w1-gpio: Use of_property_read_bool() for boolean properties | Rob Herring | 1 | -1/+1 |
| 2023-04-20 | w1: gpio: remove unnecessary ENOMEM messages | Krzysztof Kozlowski | 1 | -3/+1 |
| 2023-04-20 | w1: omap-hdq: remove unnecessary ENOMEM messages | Krzysztof Kozlowski | 1 | -3/+1 |
| 2023-04-20 | w1: omap-hdq: add SPDX tag | Krzysztof Kozlowski | 1 | -7/+1 |
| 2023-04-20 | w1: omap-hdq: allow compile testing | Krzysztof Kozlowski | 1 | -1/+1 |
| 2023-04-20 | w1: matrox: remove unnecessary ENOMEM messages | Krzysztof Kozlowski | 1 | -6/+1 |
| 2023-04-20 | w1: matrox: use inline over __inline__ | Krzysztof Kozlowski | 1 | -2/+2 |
| 2023-04-20 | w1: matrox: switch from asm to linux header | Krzysztof Kozlowski | 1 | -1/+1 |
| 2023-04-20 | w1: ds2482: do not use assignment in if condition | Krzysztof Kozlowski | 1 | -1/+2 |
| 2023-04-20 | w1: ds2482: drop unnecessary header | Krzysztof Kozlowski | 1 | -1/+0 |
| 2023-04-20 | w1: ds2433: do not use assignment in if condition | Krzysztof Kozlowski | 1 | -2/+4 |
| 2023-04-20 | w1: use octal for file permissions | Krzysztof Kozlowski | 6 | -8/+8 |
| 2023-04-20 | w1: minor white-space and code style fixes | Krzysztof Kozlowski | 11 | -36/+45 |
| 2023-04-20 | w1: ds28e04: correct kerneldoc annotation | Krzysztof Kozlowski | 1 | -7/+8 |
| 2023-04-20 | w1: ds2433: correct kerneldoc annotation | Krzysztof Kozlowski | 1 | -7/+8 |
| 2023-04-20 | w1: ds2408: drop kerneldoc annotation | Krzysztof Kozlowski | 1 | -1/+1 |
| 2023-04-20 | w1: ds2482: add i2c id for DS2484 | Stefan Wahren | 1 | -0/+1 |
| 2023-03-09 | w1: ds2482: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
| 2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -5/+5 |
| 2023-02-20 | Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -683/+0 |
| 2023-02-01 | w1: remove ds1wm driver | Arnd Bergmann | 3 | -683/+0 |
| 2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -5/+5 |
| 2023-01-19 | w1: fix WARNING after calling w1_process() | Yang Yingliang | 1 | -1/+3 |
| 2023-01-19 | w1: fix deadloop in __w1_remove_master_device() | Yang Yingliang | 2 | -3/+4 |
| 2022-10-08 | Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+2 |
| 2022-09-30 | w1: Split memcpy() of struct cn_msg flexible array | Kees Cook | 1 | -1/+2 |
| 2022-08-16 | i2c: Make remove callback return void | Uwe Kleine-König | 1 | -2/+1 |
| 2022-04-24 | w1/ds2490: remove dump from ds_recv_status, pr_ to dev_XXX logging. | Christian Vogel | 1 | -60/+64 |
| 2022-03-18 | w1: w1_therm: Add support for Maxim MAX31850 thermoelement IF. | Markus Reichl | 1 | -2/+68 |
| 2022-03-18 | w1/ds2490: remove spurious newlines within hexdump | Christian Vogel | 1 | -5/+3 |
| 2022-02-25 | w1: w1_therm: fixes w1_seq for ds28ea00 sensors | Lucas Denefle | 1 | -2/+6 |
| 2021-12-21 | w1: w1_therm: use swap() to make code cleaner | Yang Guang | 1 | -4/+3 |
| 2021-12-03 | w1: Misuse of get_user()/put_user() reported by sparse | Christophe Leroy | 1 | -20/+6 |
| 2021-05-26 | w1: ds2482: fix kernel-doc syntax in file | Aditya Srivastava | 1 | -47/+47 |
| 2021-05-21 | w1: ds2438: support for writing to offset register | Luiz Sampaio | 1 | -0/+49 |
| 2021-05-21 | w1: ds2438: adding support for reading page1 | Luiz Sampaio | 1 | -0/+41 |
| 2021-05-21 | w1: ds2438: fixing bug that would always get page0 | Luiz Sampaio | 1 | -2/+2 |
| 2021-05-21 | w1: ds2438: changed sysfs macro for rw file | Luiz Sampaio | 1 | -1/+1 |
| 2021-05-21 | w1: ds2438: fixed if brackets coding style issue | Luiz Sampaio | 1 | -8/+8 |
| 2021-05-21 | w1: ds2438: fixed a coding style issue | Luiz Sampaio | 1 | -5/+5 |
| 2021-05-21 | w1: w1_therm: fix build warning in w1_seq_show() | Yang Yingliang | 1 | -2/+1 |
| 2021-05-21 | w1: w1_therm: correct function name bulk_read_support() | Yang Yingliang | 1 | -1/+1 |
| 2021-04-10 | w1: ds28e17: Use module_w1_family to simplify the code | Chen Huang | 1 | -15/+1 |
| 2021-04-10 | w1: ds2805: Use module_w1_family to simplify the code | Chen Huang | 1 | -14/+1 |
| 2021-03-24 | w1: slaves: Typo fixes | Bhaskar Chowdhury | 1 | -2/+2 |
| 2021-03-24 | w1: Use kobj_to_dev()[RESEND] | dongjian | 2 | -2/+2 |
| 2021-03-24 | w1: w1_therm: use clamp() in int_to_short() | Dan Carpenter | 1 | -2/+1 |
| 2021-01-27 | w1: w1_therm: Fix conversion result for negative temperatures | Ivan Zaentsev | 1 | -13/+9 |
| 2021-01-20 | w1/masters/ds2490: queue up found IDs during scan | Christian Vogel | 1 | -5/+20 |
| 2021-01-20 | w1/w1.c: w1 address crc quick for DS28E04 eeproms | Christian Vogel | 1 | -2/+37 |
| 2020-11-12 | w1: w1_therm: Rename conflicting sysfs attribute 'eeprom' to 'eeprom_cmd' | Ivan Zaentsev | 1 | -6/+6 |
| 2020-10-05 | w1: w1_therm: make w1_poll_completion static | Greg Kroah-Hartman | 1 | -1/+1 |
| 2020-10-05 | w1: Constify static w1_family_ops structs | Rikard Falkeborn | 17 | -19/+19 |
| 2020-10-05 | w1: Constify struct w1_family_ops | Rikard Falkeborn | 1 | -1/+1 |
| 2020-10-02 | w1: mxc_w1: Fix timeout resolution problem leading to bus error | Martin Fuzzey | 1 | -7/+7 |
| 2020-10-02 | w1: w1_therm: Add support for GXCAS GX20MH01 device. | Ivan Zaentsev | 1 | -28/+78 |
| 2020-10-02 | w1: w1_therm: Add sysfs entries to control conversion time and driver features | Ivan Zaentsev | 1 | -26/+331 |
| 2020-06-15 | w1: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 1 | -2/+2 |
| 2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -2/+2 |
| 2020-05-27 | w1: omap-hdq: print dev_err if irq flags are not cleared | H. Nikolaus Schaller | 1 | -0/+8 |
| 2020-05-27 | w1: omap-hdq: fix interrupt handling which did show spurious timeouts | H. Nikolaus Schaller | 1 | -20/+42 |
| 2020-05-27 | w1: omap-hdq: fix return value to be -1 if there is a timeout | H. Nikolaus Schaller | 1 | -1/+1 |
| 2020-05-27 | w1: omap-hdq: cleanup to add missing newline for some dev_dbg | H. Nikolaus Schaller | 1 | -5/+5 |
| 2020-05-21 | w1_therm: remove redundant assignments to variable ret | Colin Ian King | 1 | -4/+4 |
| 2020-05-21 | w1_therm: Free the correct variable | Dan Carpenter | 1 | -2/+3 |
| 2020-05-15 | w1_therm: adding bulk read support to trigger multiple conversion on bus | Akira Shimahara | 1 | -2/+249 |
| 2020-05-15 | w1_therm: adding alarm sysfs entry | Akira Shimahara | 1 | -0/+161 |
| 2020-05-15 | w1_therm: optimizing temperature read timings | Akira Shimahara | 1 | -101/+185 |
| 2020-05-15 | w1_therm: adding eeprom sysfs entry | Akira Shimahara | 1 | -57/+118 |
| 2020-05-15 | w1_therm: adding resolution sysfs entry | Akira Shimahara | 1 | -96/+342 |
| 2020-05-15 | w1_therm: adding ext_power sysfs entry | Akira Shimahara | 1 | -0/+137 |
| 2020-05-15 | w1_therm: fix reset_select_slave during discovery | Akira Shimahara | 1 | -7/+41 |
| 2020-05-15 | w1_therm: adding code comments and code reordering | Akira Shimahara | 1 | -168/+259 |
| 2020-05-15 | w1: ds2430: fix eeprom size in driver description | Angelo Dureghello | 1 | -1/+1 |
| 2020-01-29 | Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -235/+113 |
| 2020-01-14 | w1: omap-hdq: Simplify driver with PM runtime autosuspend | Tony Lindgren | 1 | -235/+113 |
| 2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 1 | -1/+1 |
| 2019-11-14 | w1: new driver. DS2430 chip | Angelo Dureghello | 3 | -0/+304 |
| 2019-10-14 | Merge 5.4-rc3 into char-misc-next | Greg Kroah-Hartman | 1 | -0/+1 |
| 2019-10-10 | w1: ds250x: Fix build error without CRC16 | YueHaibing | 1 | -0/+1 |
| 2019-10-10 | w1: sgi_w1: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
| 2019-09-04 | w1: add DS2501, DS2502, DS2505 EPROM device driver | Thomas Bogendoerfer | 3 | -0/+297 |
| 2019-09-04 | w1: add 1-wire master driver for IP block found in SGI ASICs | Thomas Bogendoerfer | 3 | -0/+140 |
| 2019-08-05 | w1: omap-hdq: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
| 2019-08-05 | w1: mxc_w1: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
| 2019-07-15 | docs: driver-api: add a series of orphaned documents | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2019-07-15 | docs: connector: convert to ReST and rename to connector.rst | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2019-06-23 | Merge 5.2-rc6 into char-misc-next | Greg Kroah-Hartman | 14 | -51/+14 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 5 | -24/+5 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230 | Thomas Gleixner | 9 | -27/+9 |
| 2019-06-09 | Merge 5.2-rc4 into char-misc-next | Greg Kroah-Hartman | 20 | -169/+20 |
| 2019-06-08 | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -4/+1 |
| 2019-06-08 | Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2019-06-06 | w1: ds2805: rename w1_family struct, fixing c-p typo | Mariusz Bialonczyk | 1 | -3/+3 |
| 2019-06-06 | w1: ds2413: fix state byte comparision | Mariusz Bialonczyk | 1 | -3/+5 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 1 | -4/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 8 | -79/+8 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2 | -30/+2 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 147 | Thomas Gleixner | 2 | -29/+2 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 144 | Thomas Gleixner | 1 | -11/+1 |
| 2019-05-24 | w1: ds2408: Fix typo after 49695ac46861 (reset on output_write retry with rea... | Mariusz Bialonczyk | 1 | -1/+1 |
| 2019-05-24 | w1: ds2413: when the slave is not responding during read, select it again | Mariusz Bialonczyk | 1 | -1/+8 |
| 2019-05-24 | w1: ds2413: add retry support to state_read() | Mariusz Bialonczyk | 1 | -13/+24 |
| 2019-05-24 | w1: ds2413: output_write() cosmetic fixes / simplify | Mariusz Bialonczyk | 1 | -8/+11 |
| 2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 94 | Thomas Gleixner | 1 | -15/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 4 | -0/+4 |
| 2019-05-07 | Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -46/+51 |
| 2019-04-27 | w1: fix the resume command API | Mariusz Bialonczyk | 1 | -2/+1 |
| 2019-04-25 | w1: ds2408: reset on output_write retry with readback | Jean-Francois Dagenais | 1 | -37/+39 |
| 2019-04-25 | USB: w1 ds2490: Fix bug caused by improper use of altsetting array | Alan Stern | 1 | -3/+3 |
| 2019-03-28 | w1: ds2482: cosmetic fixes after 54865314f5a1 | Mariusz Bialonczyk | 1 | -7/+11 |
| 2018-12-22 | treewide: surround Kconfig file paths with double quotes | Masahiro Yamada | 1 | -2/+2 |
| 2018-10-15 | w1: IAD Register is yet readable trough iad sys file. Fix snprintf (%u for un... | Julien Folly | 1 | -14/+52 |
| 2018-10-02 | w1: omap-hdq: fix missing bus unregister at removal | Andreas Kemnade | 1 | -0/+2 |
| 2018-08-21 | Merge tag 'for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li... | Linus Torvalds | 5 | -247/+3 |
| 2018-08-18 | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -10/+9 |
| 2018-07-11 | power: supply: ds2760_battery: merge ds2760 supply driver with its w1 slave c... | Daniel Mack | 4 | -247/+0 |
| 2018-07-11 | w1: core: match sub-nodes of bus masters in devicetree | Daniel Mack | 1 | -0/+3 |
| 2018-07-07 | headers: separate linux/mod_devicetable.h from linux/platform_device.h | Randy Dunlap | 1 | -0/+1 |
| 2018-07-07 | ds2490.c: Move struct open braces to previous line | Henriette Hofmeier | 1 | -4/+2 |
| 2018-07-07 | ds2490.c: Remove unnecessary whitespace | Henriette Hofmeier | 1 | -1/+1 |
| 2018-07-07 | ds2490.c: Add required spaces | Henriette Hofmeier | 1 | -4/+4 |