~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* timer: Tidy up use of notraceSimon Glass2023-02-11
* timer-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait2022-11-22
* timer-uclass: add timer_get_ops() macroOvidiu Panait2022-11-22
* Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini2021-10-12
|\
| * cmd: bind: Fix driver binding on a devicePatrice Chotard2021-10-12
* | treewide: Try to avoid the preprocessor with OF_REALSimon Glass2021-09-25
* | treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass2021-09-25
|/
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-06
* cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass2021-03-27
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-05
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-05
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-13
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-13
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-13
* timer: Return count from timer_ops.get_countSean Anderson2020-10-22
* timer: Include device_compat.hSean Anderson2020-10-16
* timer: Add helper for drivers using timebase fallbackSean Anderson2020-09-30
* common: Drop init.h from common headerSimon Glass2020-05-18
* dm: core: Require users of devres to include the headerSimon Glass2020-02-05
* dm: timer: Skip device that does not have a valid ofnode in pre_probe()Bin Meng2019-07-24
* dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng2018-11-14
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* dm: timer: handle being called before dm_root is readyPhilipp Tomsich2017-09-18
* dm: timer: Convert to livetreePhilipp Tomsich2017-09-18
* timer: add OF_PLATDATA support for timer-uclassPhilipp Tomsich2017-08-13
* dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass2017-06-01
* dm: core: Replace of_offset with accessorSimon Glass2017-02-08
* timer: Support clocks via phandleZakharov Vlad2016-12-27
* dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-14
* timer: Support tracing fullySimon Glass2016-02-26
* dm: timer: refuse timers with zero clock_rateStephen Warren2016-01-20
* dm: timer: uclass: Add flag to control sequence numberingMugunthan V N2016-01-20
* dm: timer: uclass: add timer init in uclass driver to add timer deviceMugunthan V N2016-01-20
* dm: timer: Support 64-bit counterBin Meng2015-12-01
* dm: timer: Implement pre_probe()Bin Meng2015-12-01
* dm: timer: Fix several nitsBin Meng2015-12-01
* dm: implement a Timer uclassThomas Chou2015-10-23