| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-01-29 | 1 | -235/+113 |
|\ |
|
| * | w1: omap-hdq: Simplify driver with PM runtime autosuspend | Tony Lindgren | 2020-01-14 | 1 | -235/+113 |
* | | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 2020-01-06 | 1 | -1/+1 |
|/ |
|
* | w1: new driver. DS2430 chip | Angelo Dureghello | 2019-11-14 | 3 | -0/+304 |
* | Merge 5.4-rc3 into char-misc-next | Greg Kroah-Hartman | 2019-10-14 | 1 | -0/+1 |
|\ |
|
| * | w1: ds250x: Fix build error without CRC16 | YueHaibing | 2019-10-10 | 1 | -0/+1 |
* | | w1: sgi_w1: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 2019-10-10 | 1 | -3/+1 |
|/ |
|
* | w1: add DS2501, DS2502, DS2505 EPROM device driver | Thomas Bogendoerfer | 2019-09-04 | 3 | -0/+297 |
* | w1: add 1-wire master driver for IP block found in SGI ASICs | Thomas Bogendoerfer | 2019-09-04 | 3 | -0/+140 |
* | w1: omap-hdq: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 2019-08-05 | 1 | -3/+1 |
* | w1: mxc_w1: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 2019-08-05 | 1 | -3/+1 |
* | docs: driver-api: add a series of orphaned documents | Mauro Carvalho Chehab | 2019-07-15 | 1 | -1/+1 |
* | docs: connector: convert to ReST and rename to connector.rst | Mauro Carvalho Chehab | 2019-07-15 | 1 | -1/+1 |
* | Merge 5.2-rc6 into char-misc-next | Greg Kroah-Hartman | 2019-06-23 | 14 | -51/+14 |
|\ |
|
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 5 | -24/+5 |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230 | Thomas Gleixner | 2019-06-19 | 9 | -27/+9 |
* | | Merge 5.2-rc4 into char-misc-next | Greg Kroah-Hartman | 2019-06-09 | 20 | -169/+20 |
|\| |
|
| * | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2019-06-08 | 1 | -4/+1 |
| |\ |
|
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 2019-06-05 | 1 | -4/+1 |
| * | | Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-06-08 | 1 | -1/+1 |
| |\ \
| | |/
| |/| |
|
| | * | w1: ds2408: Fix typo after 49695ac46861 (reset on output_write retry with rea... | Mariusz Bialonczyk | 2019-05-24 | 1 | -1/+1 |
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 2019-05-30 | 8 | -79/+8 |
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 2 | -30/+2 |
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 147 | Thomas Gleixner | 2019-05-30 | 2 | -29/+2 |
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 144 | Thomas Gleixner | 2019-05-30 | 1 | -11/+1 |
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 94 | Thomas Gleixner | 2019-05-24 | 1 | -15/+1 |
| * | | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 4 | -0/+4 |
| |/ |
|
* | | w1: ds2805: rename w1_family struct, fixing c-p typo | Mariusz Bialonczyk | 2019-06-06 | 1 | -3/+3 |
* | | w1: ds2413: fix state byte comparision | Mariusz Bialonczyk | 2019-06-06 | 1 | -3/+5 |
* | | w1: ds2413: when the slave is not responding during read, select it again | Mariusz Bialonczyk | 2019-05-24 | 1 | -1/+8 |
* | | w1: ds2413: add retry support to state_read() | Mariusz Bialonczyk | 2019-05-24 | 1 | -13/+24 |
* | | w1: ds2413: output_write() cosmetic fixes / simplify | Mariusz Bialonczyk | 2019-05-24 | 1 | -8/+11 |
|/ |
|
* | Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-05-07 | 3 | -46/+51 |
|\ |
|
| * | w1: fix the resume command API | Mariusz Bialonczyk | 2019-04-27 | 1 | -2/+1 |
| * | w1: ds2408: reset on output_write retry with readback | Jean-Francois Dagenais | 2019-04-25 | 1 | -37/+39 |
| * | w1: ds2482: cosmetic fixes after 54865314f5a1 | Mariusz Bialonczyk | 2019-03-27 | 1 | -7/+11 |
* | | USB: w1 ds2490: Fix bug caused by improper use of altsetting array | Alan Stern | 2019-04-25 | 1 | -3/+3 |
|/ |
|
* | treewide: surround Kconfig file paths with double quotes | Masahiro Yamada | 2018-12-21 | 1 | -2/+2 |
* | w1: IAD Register is yet readable trough iad sys file. Fix snprintf (%u for un... | Julien Folly | 2018-10-15 | 1 | -14/+52 |
* | w1: omap-hdq: fix missing bus unregister at removal | Andreas Kemnade | 2018-10-03 | 1 | -0/+2 |
* | Merge tag 'for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li... | Linus Torvalds | 2018-08-22 | 5 | -247/+3 |
|\ |
|
| * | power: supply: ds2760_battery: merge ds2760 supply driver with its w1 slave c... | Daniel Mack | 2018-07-11 | 4 | -247/+0 |
| * | w1: core: match sub-nodes of bus masters in devicetree | Daniel Mack | 2018-07-11 | 1 | -0/+3 |
* | | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-08-18 | 3 | -10/+9 |
|\ \ |
|
| * | | headers: separate linux/mod_devicetable.h from linux/platform_device.h | Randy Dunlap | 2018-07-07 | 1 | -0/+1 |
| * | | ds2490.c: Move struct open braces to previous line | Henriette Hofmeier | 2018-07-07 | 1 | -4/+2 |
| * | | ds2490.c: Remove unnecessary whitespace | Henriette Hofmeier | 2018-07-07 | 1 | -1/+1 |
| * | | ds2490.c: Add required spaces | Henriette Hofmeier | 2018-07-07 | 1 | -4/+4 |
| * | | w1: ds2482: make module parameter extra_config static | Colin Ian King | 2018-07-03 | 1 | -1/+1 |
| |/ |
|
* / | w1: Allow compile test of GPIO consumers if !GPIOLIB | Geert Uytterhoeven | 2018-06-26 | 1 | -1/+1 |
|/ |
|