summaryrefslogtreecommitdiff
path: root/drivers/w1
AgeCommit message (Expand)Author
2021-10-01arm: Remove zmx25 board and ARCH_MX25Tom Rini
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek
2021-07-07Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2021-07-06w1: w1-gpio: claim the gpio with correct initial flagEugen Hristev
2021-05-13w1: replace dt detection by automatic detectionKory Maincent
2021-01-23w1: mxc: fix buildMartin Fuzzey
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2019-01-01w1: Add driver for i.MX bus master controllerMartin Fuzzey
2018-12-06w1: fix occasional enumeration failureMartin Fuzzey
2018-11-01w1: fix data abort if no one wire bus master presentMartin Fuzzey
2018-09-28w1: identify devices with w1-eeprom uclassEugen Hristev
2018-09-28w1: Add 1-Wire gpio driverMaxime Ripard
2018-09-28w1: Add 1-Wire uclassMaxime Ripard