summaryrefslogtreecommitdiffstats
path: root/drivers/w1
Commit message (Expand)AuthorAgeFilesLines
* w1: replace dt detection by automatic detectionKory Maincent2021-05-131-2/+74
* w1: mxc: fix buildMartin Fuzzey2021-01-231-1/+1
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-132-4/+4
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-132-10/+10
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-133-5/+5
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-133-4/+4
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-201-1/+1
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop log.h from common headerSimon Glass2020-05-182-0/+2
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* w1: Add driver for i.MX bus master controllerMartin Fuzzey2019-01-013-0/+247
* w1: fix occasional enumeration failureMartin Fuzzey2018-12-061-4/+0
* w1: fix data abort if no one wire bus master presentMartin Fuzzey2018-11-011-6/+8
* w1: identify devices with w1-eeprom uclassEugen Hristev2018-09-281-0/+4
* w1: Add 1-Wire gpio driverMaxime Ripard2018-09-283-0/+185
* w1: Add 1-Wire uclassMaxime Ripard2018-09-283-0/+255