aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-05Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-8/+14
2018-05-141wire: family module autoload fails because of upper/lower case mismatch.Ingo Flaschberger1-1/+1
2018-05-14w1: mxc_w1: Enable clock before calling clk_get_rate() on itStefan Potyra1-7/+13
2018-05-10w1: w1_io.c: fix a kernel-doc warningMauro Carvalho Chehab1-0/+1
2018-03-14w1: use put_device() if device_register() failArvind Yadav1-0/+1
2018-01-31Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds1-1/+5
2017-12-21w1_netlink.h: add support for nested structsMauro Carvalho Chehab1-1/+5
2017-12-08w1: w1-gpio: Convert to use GPIO descriptorsLinus Walleij1-88/+61
2017-11-16Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds5-29/+820
2017-11-08w1: keep balance of mutex locks and refcntsAlexey Khoroshilov1-28/+31
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-04add w1_ds28e17 driver for the DS28E17 Onewire to I2C master bridgeJan Kandziora3-0/+787
2017-10-04wire: export w1_touch_bitJan Kandziora1-1/+2
2017-09-09Merge tag 'for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds3-124/+0
2017-08-31drivers: w1: add hwmon temp support for w1_thermJaghathiswari Rankappagounder Natarajan1-0/+86
2017-08-31drivers: w1: refactor w1_slave_show to make the temp reading functionality separateJaghathiswari Rankappagounder Natarajan1-31/+51
2017-08-31drivers: w1: add hwmon support structuresJaghathiswari Rankappagounder Natarajan1-1/+17
2017-08-28drivers: w1: Add 1w slave driver for DS28E05 EEPROMAndrew Worsley4-0/+324
2017-08-28drivers: w1: Extend 1W master driver DS2482 with module option to support PPM/SPU/1WS featuresAndrew Worsley1-4/+8
2017-08-28w1: ds2438: make several functions staticColin Ian King1-4/+5
2017-08-28w1: ds1wm: add messages to make incorporation in mfd-drivers easierJohannes Poehlmann1-1/+14
2017-08-28w1: ds1wm: silence interrupts on HW before claiming the interruptJohannes Poehlmann1-0/+6
2017-08-28w1: ds1wm: add level interrupt modesJohannes Poehlmann1-0/+4
2017-08-28w1: ds1wm: make endian clean and use standard io memory accessorsJohannes Poehlmann1-2/+58
2017-08-28w1: ds1wm: fix register offset (bus shift) calculationJohannes Poehlmann1-4/+19
2017-08-28w1: ds2490: constify usb_device_id and fix space before '[' errorArvind Yadav1-1/+1
2017-08-28w1: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-25power: supply: move HDQ interface for bq27xxx from w1 to power/supplyAndrew F. Davis3-124/+0
2017-07-17w1: omap-hdq: fix error return code in omap_hdq_probe()Gustavo A. R. Silva1-1/+2
2017-07-17w1: Fix slave count on 1-Wire bus (resend)Alex A. Mihaylov1-2/+2
2017-06-09w1: Add subsystem kernel public interfaceAndrew F. Davis32-528/+155
2017-05-25w1: Organize driver source to natural/common orderAndrew F. Davis20-170/+138
2017-04-08w1: Remove unneeded use of assert() and remove w1_log.hAndrew F. Davis6-41/+0
2017-04-08w1: Use kernel common min() implementationAndrew F. Davis1-3/+1
2017-03-17w1: w1_ds2760.h: fix defines indentationMariusz Bialonczyk1-4/+6
2017-03-17w1: add support for DS2438 Smart Battery MonitorMariusz Bialonczyk4-0/+398
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar2-1/+2
2017-02-10w1: ds2405: use module_w1_family to simplify the codeWei Yongjun1-12/+1
2017-02-10w1: ds2490: use kmemdup rather than duplicating its implementationWei Yongjun1-2/+1
2017-01-25w1: Fixup source file headersAndrew F. Davis10-70/+0
2017-01-25w1: don't leak refcount on slave attach failure in w1_attach_slave_device()Maciej S. Szmigiero1-0/+1
2017-01-25w1: add DS2405 addressable switch driverMaciej S. Szmigiero5-0/+249
2017-01-25w1: ds2490: USB transfer buffers need to be DMAableMaciej S. Szmigiero1-58/+84
2017-01-25w1: omap_hdq: Free resources on error pathChristophe JAILLET1-1/+1
2016-08-31w1: fix timeout_us parameter descriptionWei Yongjun1-2/+2
2016-08-31drivers: w1: style corrections-pointers-blanklines-comparisonsBen Werbowyj1-2/+4
2016-08-31drivers: w1: removed assignment from within if statementBen Werbowyj1-2/+4
2016-08-31drivers: w1: style corrections for parenthesis and bracesBen Werbowyj1-6/+4
2016-08-02w1:omap_hdq: fix regressionH. Nikolaus Schaller1-2/+0
2016-08-02w1: add helper macro module_w1_familyAndrew F. Davis11-131/+22