- cec24b8 Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 1 year, 10 months ago
- cb6fe2ce Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 1 year, 10 months ago
- 6da07bd w1: w1-gpio: Use of_property_read_bool() for boolean properties by Rob Herring · 2 years ago
- 4ccb0fc w1: gpio: remove unnecessary ENOMEM messages by Krzysztof Kozlowski · 1 year, 11 months ago
- 1e5d665 w1: omap-hdq: remove unnecessary ENOMEM messages by Krzysztof Kozlowski · 1 year, 11 months ago
- 752144d w1: omap-hdq: add SPDX tag by Krzysztof Kozlowski · 1 year, 11 months ago
- 0cb9077 w1: omap-hdq: allow compile testing by Krzysztof Kozlowski · 1 year, 11 months ago
- 4f4129e w1: matrox: remove unnecessary ENOMEM messages by Krzysztof Kozlowski · 1 year, 11 months ago
- 115ddc7 w1: matrox: use inline over __inline__ by Krzysztof Kozlowski · 1 year, 11 months ago
- 01bc199 w1: matrox: switch from asm to linux header by Krzysztof Kozlowski · 1 year, 11 months ago
- 787e19a w1: ds2482: do not use assignment in if condition by Krzysztof Kozlowski · 1 year, 11 months ago
- 076909c w1: ds2482: drop unnecessary header by Krzysztof Kozlowski · 1 year, 11 months ago
- 39bbfda w1: ds2433: do not use assignment in if condition by Krzysztof Kozlowski · 1 year, 11 months ago
- 921e0f2 w1: use octal for file permissions by Krzysztof Kozlowski · 1 year, 11 months ago
- ad9c36b w1: minor white-space and code style fixes by Krzysztof Kozlowski · 1 year, 11 months ago
- a280966 w1: ds28e04: correct kerneldoc annotation by Krzysztof Kozlowski · 1 year, 11 months ago
- a866ce3 w1: ds2433: correct kerneldoc annotation by Krzysztof Kozlowski · 1 year, 11 months ago
- 45c85d9 w1: ds2408: drop kerneldoc annotation by Krzysztof Kozlowski · 1 year, 11 months ago
- 58ecb03 w1: ds2482: add i2c id for DS2484 by Stefan Wahren · 1 year, 11 months ago
- e602898 w1: ds2482: Convert to i2c's .probe_new() by Uwe Kleine-König · 2 years ago
- a93e884e Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 2 years ago
- ff0c7e1 Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 2 years ago
- 652719b w1: remove ds1wm driver by Arnd Bergmann · 2 years, 5 months ago
- 2a81ada driver core: make struct bus_type.uevent() take a const * by Greg Kroah-Hartman · 2 years, 2 months ago
- 36225a7 w1: fix WARNING after calling w1_process() by Yang Yingliang · 2 years, 3 months ago
- 25d5648 w1: fix deadloop in __w1_remove_master_device() by Yang Yingliang · 2 years, 3 months ago
- a094766 Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 2 years, 5 months ago
- 7cd0401 w1: Split memcpy() of struct cn_msg flexible array by Kees Cook · 2 years, 5 months ago
- ed5c2f5 i2c: Make remove callback return void by Uwe Kleine-König · 2 years, 7 months ago
- f76a9ae w1/ds2490: remove dump from ds_recv_status, pr_ to dev_XXX logging. by Christian Vogel · 3 years ago
- 6e07a33 w1: w1_therm: Add support for Maxim MAX31850 thermoelement IF. by Markus Reichl · 3 years ago
- 6caf745 w1/ds2490: remove spurious newlines within hexdump by Christian Vogel · 3 years ago
- 41a92a8 w1: w1_therm: fixes w1_seq for ds28ea00 sensors by Lucas Denefle · 3 years ago
- e233897 w1: w1_therm: use swap() to make code cleaner by Yang Guang · 3 years, 2 months ago
- 33dc3e3 w1: Misuse of get_user()/put_user() reported by sparse by Christophe Leroy · 3 years, 3 months ago
- 601a688 w1: ds2482: fix kernel-doc syntax in file by Aditya Srivastava · 3 years, 9 months ago
- c999fbb w1: ds2438: support for writing to offset register by Luiz Sampaio · 3 years, 10 months ago
- fd6ec5d w1: ds2438: adding support for reading page1 by Luiz Sampaio · 3 years, 10 months ago
- 1f5e751 w1: ds2438: fixing bug that would always get page0 by Luiz Sampaio · 3 years, 10 months ago
- 67c6964 w1: ds2438: changed sysfs macro for rw file by Luiz Sampaio · 3 years, 10 months ago
- c9f2713 w1: ds2438: fixed if brackets coding style issue by Luiz Sampaio · 3 years, 10 months ago
- ddb20bc w1: ds2438: fixed a coding style issue by Luiz Sampaio · 3 years, 10 months ago
- c6fa1a9 w1: w1_therm: fix build warning in w1_seq_show() by Yang Yingliang · 3 years, 10 months ago
- 6a072b2 w1: w1_therm: correct function name bulk_read_support() by Yang Yingliang · 3 years, 10 months ago
- 6c00365 w1: ds28e17: Use module_w1_family to simplify the code by Chen Huang · 3 years, 11 months ago
- 88adcd6 w1: ds2805: Use module_w1_family to simplify the code by Chen Huang · 3 years, 11 months ago
- d8da00e w1: slaves: Typo fixes by Bhaskar Chowdhury · 4 years ago
- b0ebbae w1: Use kobj_to_dev()[RESEND] by dongjian · 4 years ago
- 199c4d0 w1: w1_therm: use clamp() in int_to_short() by Dan Carpenter · 4 years ago
- 2f6055c w1: w1_therm: Fix conversion result for negative temperatures by Ivan Zaentsev · 4 years, 1 month ago
- e3fe0e8 w1/masters/ds2490: queue up found IDs during scan by Christian Vogel · 4 years, 2 months ago
- 48b7de6 w1/w1.c: w1 address crc quick for DS28E04 eeproms by Christian Vogel · 4 years, 2 months ago
- 439e8f6 w1: w1_therm: Rename conflicting sysfs attribute 'eeprom' to 'eeprom_cmd' by Ivan Zaentsev · 4 years, 4 months ago
- 05dbb62 w1: w1_therm: make w1_poll_completion static by Greg Kroah-Hartman · 4 years, 5 months ago
- 57de2df w1: Constify static w1_family_ops structs by Rikard Falkeborn · 4 years, 5 months ago
- 07f8569f w1: Constify struct w1_family_ops by Rikard Falkeborn · 4 years, 5 months ago
- c972375 w1: mxc_w1: Fix timeout resolution problem leading to bus error by Martin Fuzzey · 4 years, 5 months ago
- 9ace0b4 w1: w1_therm: Add support for GXCAS GX20MH01 device. by Ivan Zaentsev · 4 years, 6 months ago
- 021da53 w1: w1_therm: Add sysfs entries to control conversion time and driver features by Ivan Zaentsev · 4 years, 6 months ago
- 76fafbfff w1: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 9 months ago
- a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 9 months ago
- 0cfcfb3 w1: omap-hdq: print dev_err if irq flags are not cleared by H. Nikolaus Schaller · 4 years, 9 months ago
- 13db4c4 w1: omap-hdq: fix interrupt handling which did show spurious timeouts by H. Nikolaus Schaller · 4 years, 9 months ago
- 2d41006 w1: omap-hdq: fix return value to be -1 if there is a timeout by H. Nikolaus Schaller · 4 years, 9 months ago
- 5e02f3b w1: omap-hdq: cleanup to add missing newline for some dev_dbg by H. Nikolaus Schaller · 4 years, 9 months ago
- f37d13d w1_therm: remove redundant assignments to variable ret by Colin Ian King · 4 years, 10 months ago
- e420637 w1_therm: Free the correct variable by Dan Carpenter · 4 years, 10 months ago
- 57c7622 w1_therm: adding bulk read support to trigger multiple conversion on bus by Akira Shimahara · 4 years, 10 months ago
- e2c94d6 w1_therm: adding alarm sysfs entry by Akira Shimahara · 4 years, 10 months ago
- 67b392f w1_therm: optimizing temperature read timings by Akira Shimahara · 4 years, 10 months ago
- 45d457a w1_therm: adding eeprom sysfs entry by Akira Shimahara · 4 years, 10 months ago
- 308bdb9 w1_therm: adding resolution sysfs entry by Akira Shimahara · 4 years, 10 months ago
- b7bb6ca w1_therm: adding ext_power sysfs entry by Akira Shimahara · 4 years, 10 months ago
- c8ad65f w1_therm: fix reset_select_slave during discovery by Akira Shimahara · 4 years, 10 months ago
- 92b8d27 w1_therm: adding code comments and code reordering by Akira Shimahara · 4 years, 10 months ago
- cafa1a5 w1: ds2430: fix eeprom size in driver description by Angelo Dureghello · 4 years, 10 months ago
- 701a9c80 Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 5 years ago
- 27d13da w1: omap-hdq: Simplify driver with PM runtime autosuspend by Tony Lindgren · 5 years ago
- 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
- c6bf384 w1: new driver. DS2430 chip by Angelo Dureghello · 5 years ago
- 97856e5 Merge 5.4-rc3 into char-misc-next by Greg Kroah-Hartman · 5 years ago
- b058b25 w1: ds250x: Fix build error without CRC16 by YueHaibing · 5 years ago
- 71200fc w1: sgi_w1: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
- 25ec871 w1: add DS2501, DS2502, DS2505 EPROM device driver by Thomas Bogendoerfer · 6 years ago
- 74ded38 w1: add 1-wire master driver for IP block found in SGI ASICs by Thomas Bogendoerfer · 6 years ago
- 7008aff w1: omap-hdq: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 6 years ago
- b0a523f w1: mxc_w1: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 6 years ago
- baa293e docs: driver-api: add a series of orphaned documents by Mauro Carvalho Chehab · 6 years ago
- 720594f docs: connector: convert to ReST and rename to connector.rst by Mauro Carvalho Chehab · 6 years ago
- 8083f3d Merge 5.2-rc6 into char-misc-next by Greg Kroah-Hartman · 6 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
- 40b0b3f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230 by Thomas Gleixner · 6 years ago
- 0154ec7 Merge 5.2-rc4 into char-misc-next by Greg Kroah-Hartman · 6 years ago
- 9331b67 Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
- 1ce2c85 Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
- 0e3743d w1: ds2805: rename w1_family struct, fixing c-p typo by Mariusz Bialonczyk · 6 years ago
- aacd152 w1: ds2413: fix state byte comparision by Mariusz Bialonczyk · 6 years ago
- b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
- c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
- 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago