aboutsummaryrefslogtreecommitdiff
path: root/drivers/pch/pch-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass1-1/+1
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2019-10-08x86: Allow the PCH and LPC uclasses to work with of-platdataSimon Glass1-0/+2
2019-02-20pch: Add ioctl supportSimon Glass1-0/+10
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2016-07-27dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass1-12/+1
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass1-3/+1
2016-02-05dm: pch: Add get_io_base opBin Meng1-0/+11
2016-02-05dm: pch: Add get_gpio_base opBin Meng1-0/+11
2016-02-05dm: pch: Rename get_sbase op to get_spi_baseBin Meng1-3/+3
2016-02-05dm: pch: Remove pch_get_version opBin Meng1-10/+0
2016-01-24dm: Expand the uclass for Platform Controller Hubs (PCH)Simon Glass1-0/+62