aboutsummaryrefslogtreecommitdiff
path: root/drivers/w1
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.14.185 into kernel.lnx.4.14.r4-relNathan Chancellor2020-07-011-5/+5
* Merge 4.14.157 into kernel.lnx.4.14.r4-relNathan Chancellor2019-12-011-14/+52
|\
| * w1: IAD Register is yet readable trough iad sys file. Fix snprintf (%u for un...Julien Folly2019-12-011-14/+52
* | Merge 4.14.123 into kernel.lnx.4.14.r4-relNathan Chancellor2019-09-261-2/+1
|\|
| * w1: fix the resume command APIMariusz Bialonczyk2019-05-311-2/+1
* | Merge android-4.14.117 (74196c0) into msm-4.14Blagovest Kolenichev2019-06-251-3/+3
|\|
| * USB: w1 ds2490: Fix bug caused by improper use of altsetting arrayAlan Stern2019-05-081-3/+3
* | Merge android-4.14-p.81 (b435b51) into msm-4.14Blagovest Kolenichev2018-11-151-0/+2
|\|
| * w1: omap-hdq: fix missing bus unregister at removalAndreas Kemnade2018-11-131-0/+2
* | Merge android-4.14.53 (57c2874) into msm-4.14Isaac J. Manjarres2018-07-031-1/+1
|\|
| * 1wire: family module autoload fails because of upper/lower case mismatch.Ingo Flaschberger2018-07-031-1/+1
* | Merge android-4.14.52 (08850d5) into msm-4.14Isaac J. Manjarres2018-06-281-7/+13
|\|
| * w1: mxc_w1: Enable clock before calling clk_get_rate() on itStefan Potyra2018-06-261-7/+13
* | Merge remote-tracking branch 'remotes/origin/tmp-39dae59' into msm-nextRunmin Wang2017-11-062-0/+2
|\|
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* | Merge remote-tracking branch 'origin/tmp-2bd6bf0' into msm-nextPrasad Sodagudi2017-10-0910-171/+592
|\|
| * Merge tag 'for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds2017-09-093-124/+0
| |\
| | * power: supply: move HDQ interface for bq27xxx from w1 to power/supplyAndrew F. Davis2017-07-253-124/+0
| * | drivers: w1: add hwmon temp support for w1_thermJaghathiswari Rankappagounder Natarajan2017-08-311-0/+86
| * | drivers: w1: refactor w1_slave_show to make the temp reading functionality se...Jaghathiswari Rankappagounder Natarajan2017-08-311-31/+51
| * | drivers: w1: add hwmon support structuresJaghathiswari Rankappagounder Natarajan2017-08-311-1/+17
| * | drivers: w1: Add 1w slave driver for DS28E05 EEPROMAndrew Worsley2017-08-284-0/+324
| * | drivers: w1: Extend 1W master driver DS2482 with module option to support PPM...Andrew Worsley2017-08-281-4/+8
| * | w1: ds2438: make several functions staticColin Ian King2017-08-281-4/+5
| * | w1: ds1wm: add messages to make incorporation in mfd-drivers easierJohannes Poehlmann2017-08-281-1/+14
| * | w1: ds1wm: silence interrupts on HW before claiming the interruptJohannes Poehlmann2017-08-281-0/+6
| * | w1: ds1wm: add level interrupt modesJohannes Poehlmann2017-08-281-0/+4
| * | w1: ds1wm: make endian clean and use standard io memory accessorsJohannes Poehlmann2017-08-281-2/+58
| * | w1: ds1wm: fix register offset (bus shift) calculationJohannes Poehlmann2017-08-281-4/+19
| * | w1: ds2490: constify usb_device_id and fix space before '[' errorArvind Yadav2017-08-281-1/+1
| * | w1: constify attribute_group structures.Arvind Yadav2017-08-281-1/+1
| |/
* | Merge tag 'v4.13-rc2'Amit Pundir2017-07-242-3/+4
|\|
| * w1: omap-hdq: fix error return code in omap_hdq_probe()Gustavo A. R. Silva2017-07-171-1/+2
| * w1: Fix slave count on 1-Wire bus (resend)Alex A. Mihaylov2017-07-171-2/+2
* | ANDROID: w1: ds2482: Manage SLPZ pin sleep stateTodd Poynor2017-07-171-0/+44
|/
* w1: Add subsystem kernel public interfaceAndrew F. Davis2017-06-0932-528/+155
* w1: Organize driver source to natural/common orderAndrew F. Davis2017-05-2520-170/+138
* w1: Remove unneeded use of assert() and remove w1_log.hAndrew F. Davis2017-04-086-41/+0
* w1: Use kernel common min() implementationAndrew F. Davis2017-04-081-3/+1
* w1: w1_ds2760.h: fix defines indentationMariusz Bialonczyk2017-03-171-4/+6
* w1: add support for DS2438 Smart Battery MonitorMariusz Bialonczyk2017-03-174-0/+398
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-1/+2
* w1: ds2405: use module_w1_family to simplify the codeWei Yongjun2017-02-101-12/+1
* w1: ds2490: use kmemdup rather than duplicating its implementationWei Yongjun2017-02-101-2/+1
* w1: Fixup source file headersAndrew F. Davis2017-01-2510-70/+0
* w1: don't leak refcount on slave attach failure in w1_attach_slave_device()Maciej S. Szmigiero2017-01-251-0/+1
* w1: add DS2405 addressable switch driverMaciej S. Szmigiero2017-01-255-0/+249
* w1: ds2490: USB transfer buffers need to be DMAableMaciej S. Szmigiero2017-01-251-58/+84
* w1: omap_hdq: Free resources on error pathChristophe JAILLET2017-01-251-1/+1
* w1: fix timeout_us parameter descriptionWei Yongjun2016-08-311-2/+2