summaryrefslogtreecommitdiff
path: root/drivers/w1
AgeCommit message (Expand)AuthorFilesLines
2021-07-07Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini1-0/+2
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-07-06w1: w1-gpio: claim the gpio with correct initial flagEugen Hristev1-1/+1
2021-05-13w1: replace dt detection by automatic detectionKory Maincent1-2/+74
2021-01-23w1: mxc: fix buildMartin Fuzzey1-1/+1
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2-4/+4
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2-10/+10
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass3-5/+5
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass3-4/+4
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop log.h from common headerSimon Glass2-0/+2
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-01-01w1: Add driver for i.MX bus master controllerMartin Fuzzey3-0/+247
2018-12-07w1: fix occasional enumeration failureMartin Fuzzey1-4/+0
2018-11-01w1: fix data abort if no one wire bus master presentMartin Fuzzey1-6/+8
2018-09-29w1: identify devices with w1-eeprom uclassEugen Hristev1-0/+4
2018-09-29w1: Add 1-Wire gpio driverMaxime Ripard3-0/+185
2018-09-29w1: Add 1-Wire uclassMaxime Ripard3-0/+255