| 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 | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -1/+1 |
| 2025-11-11 | w1: omap-hdq: Remove redundant pm_runtime_mark_last_busy() calls | Sakari Ailus | 1 | -5/+0 |
| 2025-08-31 | w1: matrox: Remove some deadcode in matrox_w1_remove() | Christophe JAILLET | 1 | -7/+3 |
| 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 | 1 | -14/+12 |
| 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-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 |
| 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-09-13 | w1: ds2482: Switch back to use struct i2c_driver's .probe() | Uwe Kleine-König | 1 | -1/+1 |
| 2023-05-08 | w1: sgi: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -1/+1 |
| 2023-04-27 | Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 6 | -37/+25 |
| 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: use octal for file permissions | Krzysztof Kozlowski | 2 | -2/+2 |
| 2023-04-20 | w1: minor white-space and code style fixes | Krzysztof Kozlowski | 3 | -10/+12 |
| 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-01 | w1: remove ds1wm driver | Arnd Bergmann | 3 | -683/+0 |
| 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/ds2490: remove spurious newlines within hexdump | Christian Vogel | 1 | -5/+3 |
| 2021-05-26 | w1: ds2482: fix kernel-doc syntax in file | Aditya Srivastava | 1 | -47/+47 |
| 2021-01-20 | w1/masters/ds2490: queue up found IDs during scan | Christian Vogel | 1 | -5/+20 |
| 2020-10-02 | w1: mxc_w1: Fix timeout resolution problem leading to bus error | Martin Fuzzey | 1 | -7/+7 |
| 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-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-10-10 | w1: sgi_w1: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
| 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-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
| 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 | 1 | -9/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2 | -30/+2 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-07 | Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -7/+11 |
| 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-10-02 | w1: omap-hdq: fix missing bus unregister at removal | Andreas Kemnade | 1 | -0/+2 |
| 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-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-05-14 | w1: mxc_w1: Enable clock before calling clk_get_rate() on it | Stefan Potyra | 1 | -7/+13 |
| 2017-12-08 | w1: w1-gpio: Convert to use GPIO descriptors | Linus Walleij | 1 | -87/+60 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 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: 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-07-17 | w1: omap-hdq: fix error return code in omap_hdq_probe() | Gustavo A. R. Silva | 1 | -1/+2 |
| 2017-06-09 | w1: Add subsystem kernel public interface | Andrew F. Davis | 7 | -14/+7 |
| 2017-05-25 | w1: Organize driver source to natural/common order | Andrew F. Davis | 4 | -102/+73 |
| 2017-04-08 | w1: Remove unneeded use of assert() and remove w1_log.h | Andrew F. Davis | 1 | -6/+0 |
| 2017-02-10 | w1: ds2490: use kmemdup rather than duplicating its implementation | Wei Yongjun | 1 | -2/+1 |
| 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-02 | w1:omap_hdq: fix regression | H. Nikolaus Schaller | 1 | -2/+0 |
| 2016-05-01 | w1: enable active pullup for DS2482 by default | Mariusz Bialonczyk | 1 | -0/+18 |
| 2016-02-08 | omap_hdq: fix usecount handling | Andreas Kemnade | 1 | -1/+0 |
| 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-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-01 | w1: ds2482: Add i2c module alias name | Ludek Hlavacek | 1 | -0/+1 |
| 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 | 1 | -1/+1 |
| 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-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-19 | w1/masters: use pr_* instead of printk | Fjodor Schelichow | 3 | -27/+27 |
| 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-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 | 1 | -2/+1 |
| 2014-02-15 | w1-gpio: handle of_get_gpio() returning -EPROBE_DEFER better | Uwe Kleine-König | 1 | -5/+14 |
| 2014-02-08 | Revert ds1wm.c from "w1: hold bus_mutex in netlink and search" | David Fries | 1 | -3/+1 |
| 2014-02-07 | w1: hold bus_mutex in netlink and search | David Fries | 2 | -3/+9 |
| 2014-02-07 | w1: ds2490 fix and enable hardware search | David Fries | 1 | -21/+85 |
| 2014-02-07 | w1: ds2490 USB setup fixes | David Fries | 1 | -8/+14 |
| 2014-02-07 | w1: ds2490 reduce magic numbers | David Fries | 1 | -8/+15 |
| 2014-01-23 | drivers/w1/masters/w1-gpio.c: add strong pullup emulation | Evgeny Boger | 1 | -0/+22 |
| 2013-12-08 | w1: mxc_w1: Check the clk_prepare_enable() return value | Alexander Shiyan | 1 | -6/+9 |
| 2013-12-08 | w1: mxc_w1: Add warning for base frequency calculation | Alexander Shiyan | 1 | -2/+12 |
| 2013-12-08 | w1: mxc_w1: Remove unused field "clkdiv" from private structure | Alexander Shiyan | 1 | -3/+3 |
| 2013-11-15 | drivers/w1/masters/w1-gpio.c: use dev_get_platdata() | Jingoo Han | 1 | -5/+5 |
| 2013-11-13 | drivers/w1/masters/ds1wm.cuse dev_get_platdata() | Jingoo Han | 1 | -6/+6 |
| 2013-10-29 | w1-gpio: Use devm_* functions | Markus Pargmann | 1 | -19/+9 |
| 2013-10-29 | w1-gpio: Detect of_gpio_error for first gpio | Markus Pargmann | 1 | -1/+6 |
| 2013-10-16 | w1: omap-hdq: remove deprecated IRQF_DISABLED | Michael Opdenacker | 1 | -2/+1 |
| 2013-10-16 | w1: ds1wm: remove deprecated IRQF_DISABLED | Michael Opdenacker | 1 | -1/+1 |
| 2013-09-13 | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 1 | -1/+1 |
| 2013-09-11 | drivers/w1/masters/mxc_w1.c: remove unnecessary platform_set_drvdata() | Jingoo Han | 1 | -2/+0 |
| 2013-05-27 | Merge 3.10-rc3 into char-misc-next | Greg Kroah-Hartman | 1 | -5/+0 |
| 2013-05-21 | w1-gpio: Let device core handle pinctrl | Fabio Estevam | 1 | -6/+0 |
| 2013-05-18 | drivers/w1/masters: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -5/+0 |
| 2013-05-09 | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 1 | -1/+1 |
| 2013-04-16 | Convert selectors of GENERIC_GPIO to GPIOLIB | Alexandre Courbot | 1 | -1/+1 |
| 2013-03-26 | Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 1 | -2/+4 |
| 2013-03-12 | w1: mxc_w1: Convert to devm_ioremap_resource() | Fabio Estevam | 1 | -3/+3 |
| 2013-03-12 | w1-gpio: fix unused variable warning | Johan Hovold | 1 | -0/+2 |
| 2013-03-12 | w1-gpio: remove erroneous __exit and __exit_p() | Johan Hovold | 1 | -2/+2 |
| 2013-02-28 | Merge tag 'late-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -1/+8 |
| 2013-02-21 | Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -80/+74 |
| 2013-02-18 | w1: ds2482: Added 1-Wire pull-up support to the driver | Michael Arndt | 1 | -6/+45 |
| 2013-02-10 | W1: Add device tree support to MXC onewire master. | Martin Fuzzey | 1 | -1/+8 |
| 2013-01-30 | w1-gpio: fix section mismatch | Hauke Mehrtens | 1 | -1/+1 |
| 2013-01-22 | w1: Convert to devm_ioremap_resource() | Thierry Reding | 1 | -5/+3 |
| 2013-01-15 | drivers/w1/masters/mxc_w1.c: use devm_ functions | Julia Lawall | 1 | -39/+10 |
| 2013-01-15 | drivers/w1/masters/ds1wm.c: use devm_ functions | Julia Lawall | 1 | -34/+18 |
| 2013-01-03 | Drivers: w1: remove last __devexit_p() instance | Greg Kroah-Hartman | 1 | -1/+1 |
| 2012-12-16 | ARM: OMAP: Fix drivers to depend on omap for internal devices | Tony Lindgren | 1 | -0/+1 |
| 2012-11-26 | w1-gpio: Simplify & get rid of defines | Pantelis Antoniou | 1 | -32/+26 |
| 2012-11-26 | w1-gpio: Pinctrl-fy | Pantelis Antoniou | 1 | -0/+7 |
| 2012-11-21 | w1: remove use of __devexit | Bill Pemberton | 3 | -5/+5 |
| 2012-11-21 | w1: remove use of __devinit | Bill Pemberton | 3 | -5/+5 |
| 2012-11-21 | w1: remove use of __devexit_p | Bill Pemberton | 2 | -2/+2 |
| 2012-11-21 | w1: mxc_w1: Fix comment | Fabio Estevam | 1 | -1/+1 |
| 2012-11-21 | w1: mxc_w1: Convert to platform driver | Fabio Estevam | 1 | -14/+2 |
| 2012-11-21 | w1: mxc_w1: Adapt the clock name to the new clock framework | Fabio Estevam | 1 | -3/+3 |
| 2012-10-24 | w1/ds2482: use module_i2c_driver to simplify the code | Wei Yongjun | 1 | -12/+1 |
| 2012-10-24 | drivers/w1/masters: remove CONFIG_EXPERIMENTAL | Kees Cook | 1 | -1/+1 |
| 2012-10-01 | Merge tag 'char-misc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gr... | Linus Torvalds | 3 | -47/+77 |
| 2012-10-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2012-09-01 | treewide: fix comment/printk/variable typos | Anatol Pomozov | 1 | -1/+1 |
| 2012-08-16 | onewire: w1-gpio: add ext_pullup_enable pin in platform data | Daniel Mack | 1 | -1/+17 |
| 2012-08-16 | onewire: w1-gpio: add DT bindings | Daniel Mack | 1 | -1/+47 |
| 2012-08-16 | w1: omap-hdq: drop ARCH dependency | Felipe Balbi | 2 | -4/+0 |
| 2012-08-16 | w1: omap-hdq: remove unnecessary return | Felipe Balbi | 1 | -2/+0 |
| 2012-08-16 | w1: omap-hdq: convert to devm_* functions | Felipe Balbi | 1 | -23/+9 |
| 2012-08-16 | w1: omap-hdq: convert to module_platform_driver | Felipe Balbi | 1 | -13/+1 |
| 2012-08-16 | w1: omap-hdq: don't hardcode resource size | Felipe Balbi | 1 | -1/+1 |
| 2012-08-16 | w1: omap-hdq: add section annotation to remove | Felipe Balbi | 1 | -3/+3 |
| 2012-07-26 | Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -16/+18 |
| 2012-06-21 | W1: OMAP HDQ1W: use runtime PM | Paul Walmsley | 1 | -65/+13 |
| 2012-06-21 | W1: OMAP HDQ1W: use 32-bit register accesses | Paul Walmsley | 1 | -4/+4 |
| 2012-06-21 | W1: OMAP HDQ1W: allow driver to be built on all OMAP2+ | Paul Walmsley | 1 | -1/+1 |
| 2012-06-13 | W1: split master mutex to avoid deadlocks. | NeilBrown | 1 | -0/+4 |
| 2012-06-13 | w1: omap_hdq: use wait_event_timeout to wait for read to complete. | NeilBrown | 1 | -9/+6 |
| 2012-06-13 | w1: omap_hdq: Fix some error/debug handling. | NeilBrown | 1 | -7/+8 |
| 2012-04-25 | w1 i.MX: prepare/unprepare clock | Sascha Hauer | 1 | -2/+2 |
| 2012-02-09 | w1: Use linux/gpio.h rather than asm/gpio.h | Mark Brown | 1 | -2/+1 |
| 2011-11-18 | USB: convert some miscellanies drivers to use module_usb_driver() | Greg Kroah-Hartman | 1 | -20/+1 |
| 2011-08-25 | MAINTAINERS: Evgeniy has moved | Evgeniy Polyakov | 2 | -4/+4 |
| 2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
| 2011-07-08 | w1: ds1wm: add a reset recovery parameter | Jean-François Dagenais | 1 | -0/+5 |
| 2011-06-15 | w1: W1_MASTER_DS1WM should depend on GENERIC_HARDIRQS | Geert Uytterhoeven | 1 | -1/+1 |
| 2011-05-26 | w1: complete the 1-wire (w1) ds1wm driver search algorithm | Jean-François Dagenais | 2 | -92/+209 |
| 2011-05-26 | w1: Use device platform_data to retrieve ds1wm platform bits | Samuel Ortiz | 1 | -2/+10 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2011-03-29 | drivers: Final irq namespace conversion | Thomas Gleixner | 1 | -2/+2 |
| 2011-03-23 | w1: Silence ds1wm warnings related to mfd_get_cell changes | Andres Salomon | 1 | -7/+2 |