| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2018-07-03 | w1: ds2482: make module parameter extra_config static | Colin Ian King | 1 | -1/+1 |
| 2018-06-26 | w1: Allow compile test of GPIO consumers if !GPIOLIB | Geert Uytterhoeven | 1 | -1/+1 |
| 2018-06-05 | Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -8/+14 |
| 2018-05-14 | 1wire: family module autoload fails because of upper/lower case mismatch. | Ingo Flaschberger | 1 | -1/+1 |
| 2018-05-14 | w1: mxc_w1: Enable clock before calling clk_get_rate() on it | Stefan Potyra | 1 | -7/+13 |
| 2018-05-10 | w1: w1_io.c: fix a kernel-doc warning | Mauro Carvalho Chehab | 1 | -0/+1 |
| 2018-03-14 | w1: use put_device() if device_register() fail | Arvind Yadav | 1 | -0/+1 |
| 2018-01-31 | Merge tag 'docs-4.16' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+5 |
| 2017-12-21 | w1_netlink.h: add support for nested structs | Mauro Carvalho Chehab | 1 | -1/+5 |
| 2017-12-08 | w1: w1-gpio: Convert to use GPIO descriptors | Linus Walleij | 1 | -87/+60 |
| 2017-11-16 | Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 5 | -29/+820 |
| 2017-11-08 | w1: keep balance of mutex locks and refcnts | Alexey Khoroshilov | 1 | -28/+31 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2 | -0/+2 |
| 2017-10-04 | add w1_ds28e17 driver for the DS28E17 Onewire to I2C master bridge | Jan Kandziora | 3 | -0/+787 |
| 2017-10-04 | wire: export w1_touch_bit | Jan Kandziora | 1 | -1/+2 |
| 2017-09-09 | Merge tag 'for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li... | Linus Torvalds | 3 | -124/+0 |
| 2017-08-31 | drivers: w1: add hwmon temp support for w1_therm | Jaghathiswari Rankappagounder Natarajan | 1 | -0/+86 |
| 2017-08-31 | drivers: w1: refactor w1_slave_show to make the temp reading functionality se... | Jaghathiswari Rankappagounder Natarajan | 1 | -31/+51 |
| 2017-08-31 | drivers: w1: add hwmon support structures | Jaghathiswari Rankappagounder Natarajan | 1 | -1/+17 |
| 2017-08-28 | drivers: w1: Add 1w slave driver for DS28E05 EEPROM | Andrew Worsley | 4 | -0/+324 |
| 2017-08-28 | drivers: w1: Extend 1W master driver DS2482 with module option to support PPM... | Andrew Worsley | 1 | -4/+8 |
| 2017-08-28 | w1: ds2438: make several functions static | Colin Ian King | 1 | -4/+5 |
| 2017-08-28 | w1: ds1wm: add messages to make incorporation in mfd-drivers easier | Johannes Poehlmann | 1 | -1/+14 |
| 2017-08-28 | w1: ds1wm: silence interrupts on HW before claiming the interrupt | Johannes Poehlmann | 1 | -0/+6 |
| 2017-08-28 | w1: ds1wm: add level interrupt modes | Johannes Poehlmann | 1 | -0/+4 |
| 2017-08-28 | w1: ds1wm: make endian clean and use standard io memory accessors | Johannes Poehlmann | 1 | -2/+58 |
| 2017-08-28 | w1: ds1wm: fix register offset (bus shift) calculation | Johannes Poehlmann | 1 | -4/+19 |
| 2017-08-28 | w1: ds2490: constify usb_device_id and fix space before '[' error | Arvind Yadav | 1 | -1/+1 |
| 2017-08-28 | w1: constify attribute_group structures. | Arvind Yadav | 1 | -1/+1 |
| 2017-07-25 | power: supply: move HDQ interface for bq27xxx from w1 to power/supply | Andrew F. Davis | 3 | -124/+0 |
| 2017-07-17 | w1: omap-hdq: fix error return code in omap_hdq_probe() | Gustavo A. R. Silva | 1 | -1/+2 |
| 2017-07-17 | w1: Fix slave count on 1-Wire bus (resend) | Alex A. Mihaylov | 1 | -2/+2 |
| 2017-06-09 | w1: Add subsystem kernel public interface | Andrew F. Davis | 32 | -528/+155 |
| 2017-05-25 | w1: Organize driver source to natural/common order | Andrew F. Davis | 20 | -170/+138 |
| 2017-04-08 | w1: Remove unneeded use of assert() and remove w1_log.h | Andrew F. Davis | 6 | -41/+0 |
| 2017-04-08 | w1: Use kernel common min() implementation | Andrew F. Davis | 1 | -3/+1 |
| 2017-03-17 | w1: w1_ds2760.h: fix defines indentation | Mariusz Bialonczyk | 1 | -4/+6 |
| 2017-03-17 | w1: add support for DS2438 Smart Battery Monitor | Mariusz Bialonczyk | 4 | -0/+398 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2 | -1/+2 |
| 2017-02-10 | w1: ds2405: use module_w1_family to simplify the code | Wei Yongjun | 1 | -12/+1 |
| 2017-02-10 | w1: ds2490: use kmemdup rather than duplicating its implementation | Wei Yongjun | 1 | -2/+1 |
| 2017-01-25 | w1: Fixup source file headers | Andrew F. Davis | 10 | -70/+0 |
| 2017-01-25 | w1: don't leak refcount on slave attach failure in w1_attach_slave_device() | Maciej S. Szmigiero | 1 | -0/+1 |
| 2017-01-25 | w1: add DS2405 addressable switch driver | Maciej S. Szmigiero | 5 | -0/+249 |
| 2017-01-25 | w1: ds2490: USB transfer buffers need to be DMAable | Maciej S. Szmigiero | 1 | -58/+84 |
| 2017-01-25 | w1: omap_hdq: Free resources on error path | Christophe JAILLET | 1 | -1/+1 |
| 2016-08-31 | w1: fix timeout_us parameter description | Wei Yongjun | 1 | -2/+2 |
| 2016-08-31 | drivers: w1: style corrections-pointers-blanklines-comparisons | Ben Werbowyj | 1 | -2/+4 |
| 2016-08-31 | drivers: w1: removed assignment from within if statement | Ben Werbowyj | 1 | -2/+4 |
| 2016-08-31 | drivers: w1: style corrections for parenthesis and braces | Ben Werbowyj | 1 | -6/+4 |
| 2016-08-02 | w1:omap_hdq: fix regression | H. Nikolaus Schaller | 1 | -2/+0 |
| 2016-08-02 | w1: add helper macro module_w1_family | Andrew F. Davis | 11 | -131/+22 |
| 2016-08-02 | w1: remove need for ida and use PLATFORM_DEVID_AUTO | Andrew F. Davis | 3 | -66/+13 |
| 2016-05-01 | w1: add ability to set (SRAM) and store (EEPROM) configuration for temp senso... | Ben Sen | 2 | -7/+213 |
| 2016-05-01 | w1: silence an uninitialized variable warning | Dan Carpenter | 1 | -1/+1 |
| 2016-05-01 | w1: Spelling s/minmum/minimum/ | Geert Uytterhoeven | 1 | -1/+1 |
| 2016-05-01 | w1: enable active pullup for DS2482 by default | Mariusz Bialonczyk | 1 | -0/+18 |
| 2016-02-11 | w1: w1_process() is not freezable kthread | Jiri Kosina | 1 | -1/+0 |
| 2016-02-08 | omap_hdq: fix usecount handling | Andreas Kemnade | 1 | -1/+0 |
| 2015-11-05 | Merge tag 'for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin... | Linus Torvalds | 1 | -2/+3 |
| 2015-10-17 | W1: w1-gpio - switch to using dev_pm_ops | Dmitry Torokhov | 1 | -13/+7 |
| 2015-10-05 | w1: masters: omap_hdq: add support for 1-wire mode | Vignesh R | 1 | -33/+191 |
| 2015-10-05 | drivers/w1/w1_int.c: call put_device if device_register fails | Levente Kurusa | 1 | -2/+1 |
| 2015-09-23 | power: bq27xxx_battery: Platform initialization must declare a device | Andrew F. Davis | 1 | -0/+1 |
| 2015-09-23 | power: bq27x00_battery: Renaming for consistency | Andrew F. Davis | 1 | -2/+2 |
| 2015-09-01 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
| 2015-08-07 | w1: Fix typo in MODULE_DESCRIPTION in matrox_w1.c | Masanari Iida | 1 | -1/+1 |
| 2015-08-05 | w1: Use module_pci_driver | Vaishali Thakkar | 1 | -13/+1 |
| 2015-08-05 | w1: Drop owner assignment from i2c_driver | Krzysztof Kozlowski | 1 | -1/+0 |
| 2015-06-12 | w1: use correct lock on error in w1_seq_show() | Dan Carpenter | 1 | -2/+2 |
| 2015-06-12 | w1: fix for loop exit condition in w1_seq_show() | Dan Carpenter | 1 | -1/+1 |
| 2015-06-01 | w1: ds2482: Add i2c module alias name | Ludek Hlavacek | 1 | -0/+1 |
| 2015-05-24 | w1: Add support for DS28EA00 sequence to w1-therm | Matt Campbell | 1 | -1/+101 |
| 2015-05-24 | w1_therm reference count family data | David Fries | 1 | -15/+47 |
| 2015-05-24 | w1: introduce an ability to specify microseconds bus scanning intervals | Dmitry Khromov | 1 | -1/+16 |
| 2015-03-25 | w1: constify of_device_id array | Fabian Frederick | 3 | -3/+3 |
| 2014-12-14 | Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -5/+6 |
| 2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -2/+0 |
| 2014-11-26 | w1: support auto-load of w1_bq27000 module. | NeilBrown | 3 | -3/+4 |
| 2014-11-26 | w1: avoid potential u16 overflow | David Fries | 1 | -1/+1 |
| 2014-11-10 | w1: omap-hdq: support device probing with device-tree | NeilBrown | 1 | -0/+7 |
| 2014-11-07 | W1: ds2490: Increase timeout when waiting for status | Alexander Stein | 1 | -1/+1 |
| 2014-10-20 | w1: masters: drop owner assignment from platform_drivers | Wolfram Sang | 2 | -2/+0 |
| 2014-06-23 | w1: select crc16 library for ds2406 | Arnd Bergmann | 1 | -0/+1 |
| 2014-06-19 | w1/masters: use pr_* instead of printk | Fjodor Schelichow | 3 | -27/+27 |
| 2014-06-19 | w1: use pr_* instead of printk | Fjodor Schelichow | 5 | -16/+12 |
| 2014-06-19 | w1/slaves: use pr_* instead of printk | Fjodor Schelichow | 1 | -2/+1 |
| 2014-06-19 | w1: new w1_ds2406 driver | Scott Alfter | 4 | -0/+177 |
| 2014-06-19 | drivers/w1/w1_int.c: Fix style errors. | Thomas Wood | 1 | -5/+5 |
| 2014-06-19 | w1: mxc_w1: Optimize mxc_w1_ds2_touch_bit() | Alexander Shiyan | 1 | -12/+15 |
| 2014-06-19 | w1: mxc_w1: Perform a software reset at startup | Alexander Shiyan | 1 | -0/+5 |
| 2014-06-19 | w1: mxc_w1: Optimize mxc_w1_ds2_reset_bus() | Alexander Shiyan | 1 | -17/+15 |
| 2014-06-19 | w1: mxc_w1: Fix incorrect "presence" status | Alexander Shiyan | 1 | -1/+1 |
| 2014-06-03 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+2 |
| 2014-05-27 | w1: do not unlock unheld list_mutex in __w1_remove_master_device() | Alexey Khoroshilov | 2 | -0/+6 |
| 2014-05-27 | w1: optional bundling of netlink kernel replies | David Fries | 3 | -256/+437 |
| 2014-04-18 | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 1 | -2/+2 |
| 2014-04-16 | w1: avoid recursive device_add | David Fries | 1 | -26/+6 |
| 2014-04-16 | w1: fix netlink refcnt leak on error path | David Fries | 1 | -18/+26 |
| 2014-02-28 | w1: mxc_w1: Enable driver compilation with COMPILE_TEST | Alexander Shiyan | 2 | -7/+7 |
| 2014-02-28 | w1: mxc_w1: Driver cleanup | Alexander Shiyan | 1 | -23/+16 |
| 2014-02-28 | w1: mxc_w1: Fix mxc_w1_ds2_reset_bus() return value | Alexander Shiyan | 1 | -1/+1 |
| 2014-02-28 | w1: Remove excess dependencies on W1 for masters and slaves | Alexander Shiyan | 2 | -7/+1 |
| 2014-02-15 | w1-gpio: handle of_get_gpio() returning -EPROBE_DEFER better | Uwe Kleine-König | 1 | -5/+14 |
| 2014-02-15 | w1: small type cleanup in sysfs | Dan Carpenter | 1 | -2/+2 |