summaryrefslogtreecommitdiff
path: root/drivers/w1
AgeCommit message (Expand)Author
2019-12-01w1: IAD Register is yet readable trough iad sys file. Fix snprintf (%u for un...Julien Folly
2019-05-31w1: fix the resume command APIMariusz Bialonczyk
2019-05-08USB: w1 ds2490: Fix bug caused by improper use of altsetting arrayAlan Stern
2018-11-13w1: omap-hdq: fix missing bus unregister at removalAndreas Kemnade
2018-07-031wire: family module autoload fails because of upper/lower case mismatch.Ingo Flaschberger
2018-06-26w1: mxc_w1: Enable clock before calling clk_get_rate() on itStefan Potyra
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-09Merge tag 'for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds
2017-08-31drivers: w1: add hwmon temp support for w1_thermJaghathiswari Rankappagounder Natarajan
2017-08-31drivers: w1: refactor w1_slave_show to make the temp reading functionality se...Jaghathiswari Rankappagounder Natarajan
2017-08-31drivers: w1: add hwmon support structuresJaghathiswari Rankappagounder Natarajan
2017-08-28drivers: w1: Add 1w slave driver for DS28E05 EEPROMAndrew Worsley
2017-08-28drivers: w1: Extend 1W master driver DS2482 with module option to support PPM...Andrew Worsley
2017-08-28w1: ds2438: make several functions staticColin Ian King
2017-08-28w1: ds1wm: add messages to make incorporation in mfd-drivers easierJohannes Poehlmann
2017-08-28w1: ds1wm: silence interrupts on HW before claiming the interruptJohannes Poehlmann
2017-08-28w1: ds1wm: add level interrupt modesJohannes Poehlmann
2017-08-28w1: ds1wm: make endian clean and use standard io memory accessorsJohannes Poehlmann
2017-08-28w1: ds1wm: fix register offset (bus shift) calculationJohannes Poehlmann
2017-08-28w1: ds2490: constify usb_device_id and fix space before '[' errorArvind Yadav
2017-08-28w1: constify attribute_group structures.Arvind Yadav
2017-07-25power: supply: move HDQ interface for bq27xxx from w1 to power/supplyAndrew F. Davis
2017-07-17w1: omap-hdq: fix error return code in omap_hdq_probe()Gustavo A. R. Silva
2017-07-17w1: Fix slave count on 1-Wire bus (resend)Alex A. Mihaylov
2017-06-09w1: Add subsystem kernel public interfaceAndrew F. Davis
2017-05-25w1: Organize driver source to natural/common orderAndrew F. Davis
2017-04-08w1: Remove unneeded use of assert() and remove w1_log.hAndrew F. Davis
2017-04-08w1: Use kernel common min() implementationAndrew F. Davis
2017-03-17w1: w1_ds2760.h: fix defines indentationMariusz Bialonczyk
2017-03-17w1: add support for DS2438 Smart Battery MonitorMariusz Bialonczyk
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-10w1: ds2405: use module_w1_family to simplify the codeWei Yongjun
2017-02-10w1: ds2490: use kmemdup rather than duplicating its implementationWei Yongjun
2017-01-25w1: Fixup source file headersAndrew F. Davis
2017-01-25w1: don't leak refcount on slave attach failure in w1_attach_slave_device()Maciej S. Szmigiero
2017-01-25w1: add DS2405 addressable switch driverMaciej S. Szmigiero
2017-01-25w1: ds2490: USB transfer buffers need to be DMAableMaciej S. Szmigiero
2017-01-25w1: omap_hdq: Free resources on error pathChristophe JAILLET
2016-08-31w1: fix timeout_us parameter descriptionWei Yongjun
2016-08-31drivers: w1: style corrections-pointers-blanklines-comparisonsBen Werbowyj
2016-08-31drivers: w1: removed assignment from within if statementBen Werbowyj
2016-08-31drivers: w1: style corrections for parenthesis and bracesBen Werbowyj
2016-08-02w1:omap_hdq: fix regressionH. Nikolaus Schaller
2016-08-02w1: add helper macro module_w1_familyAndrew F. Davis
2016-08-02w1: remove need for ida and use PLATFORM_DEVID_AUTOAndrew F. Davis
2016-05-01w1: add ability to set (SRAM) and store (EEPROM) configuration for temp senso...Ben Sen
2016-05-01w1: silence an uninitialized variable warningDan Carpenter
2016-05-01w1: Spelling s/minmum/minimum/Geert Uytterhoeven
2016-05-01w1: enable active pullup for DS2482 by defaultMariusz Bialonczyk
2016-02-11w1: w1_process() is not freezable kthreadJiri Kosina