aboutsummaryrefslogtreecommitdiff
path: root/drivers/w1/w1-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-07w1: Remove <common.h> and add needed includesTom Rini1-1/+0
2022-10-29dm: treewide: Do not use the return value of simple uclass iteratorMichal Suchanek1-7/+2
2022-10-17w1: Fix bus counting in w1_get_busMichal Suchanek1-9/+11
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-05-13w1: replace dt detection by automatic detectionKory Maincent1-2/+74
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-3/+3
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2018-12-06w1: 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-28w1: identify devices with w1-eeprom uclassEugen Hristev1-0/+4
2018-09-28w1: Add 1-Wire uclassMaxime Ripard1-0/+236