aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-27log: correct and check array size of log categoriesWIP/2020-10-27-further-log-enhancementsHeinrich Schuchardt1-2/+7
2020-10-27doc: Update logging documentationSean Anderson1-112/+100
2020-10-27doc: Add log kerneldocs to documentationSean Anderson2-55/+100
2020-10-27test: Add a test for log filter-*Sean Anderson3-0/+110
2020-10-27cmd: log: Add commands to manipulate filtersSean Anderson2-0/+241
2020-10-27test: Add a test for getoptSean Anderson2-0/+124
2020-10-27lib: Add getoptSean Anderson7-0/+271
2020-10-27cmd: log: Make "log level" print all log levelsSean Anderson1-3/+9
2020-10-27cmd: log: Add commands to list categories and driversSean Anderson3-2/+39
2020-10-27cmd: log: Split off log level parsingSean Anderson1-6/+23
2020-10-27cmd: log: Use sub-commands for logSean Anderson1-27/+4
2020-10-27test: Add test for LOGFF_MINSean Anderson1-0/+23
2020-10-27log: Add filter flag to match greater than a log levelSean Anderson2-7/+15
2020-10-27test: Add tests for LOGFF_DENYSean Anderson1-0/+67
2020-10-27test: log: Give tests names instead of numbersSean Anderson1-24/+24
2020-10-27test: log: Convert log_test from python to CSean Anderson5-297/+257
2020-10-27log: Add filter flag to deny on matchSean Anderson2-3/+20
2020-10-27log: Add function to create a filter with flagsSean Anderson2-4/+31
2020-10-27log: Expose some helper functionsSean Anderson2-20/+34
2020-10-27log: Use CONFIG_IS_ENABLED() for LOG_TESTSean Anderson1-2/+2
2020-10-27log: Add additional const qualifier to arraysSean Anderson1-2/+2
2020-10-27log: Fix incorrect documentation of log_filter.cat_listSean Anderson1-2/+2
2020-10-27log: Fix missing negation of ENOMEMSean Anderson1-1/+1
2020-10-27test: log: test message continuationHeinrich Schuchardt2-1/+55
2020-10-27log: allow for message continuationHeinrich Schuchardt4-5/+38
2020-10-27log: move processing_msg to global dataHeinrich Schuchardt2-4/+11
2020-10-27nokia_rx51: re-enable CONSOLE_MUX and SYS_CONSOLE_IS_IN_ENVAnatolij Gustschin1-0/+1
2020-10-26Merge tag 'video-for-2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians...WIP/26Oct2020Tom Rini50-74/+75
2020-10-26nokia_rx51: disable obsolete VIDEO configAnatolij Gustschin2-2/+2
2020-10-26eb_cpu5282: fix CONFIG_DM_VIDEO build warningsAnatolij Gustschin7-14/+15
2020-10-26sansa_fuze_plus: disable obsolete VIDEO configAnatolij Gustschin1-1/+1
2020-10-26xfi3: disable obsolete VIDEO configAnatolij Gustschin1-1/+1
2020-10-26mx23evk: disable obsolete VIDEO configAnatolij Gustschin1-1/+1
2020-10-26at91sam9n12ek: disable obsolete VIDEO configAnatolij Gustschin3-3/+3
2020-10-26at91sam9: disable obsolete VIDEO configAnatolij Gustschin16-16/+16
2020-10-26picosam9g45: disable obsolete VIDEO configAnatolij Gustschin1-1/+1
2020-10-26ls1021atwr: disable obsolete VIDEO configAnatolij Gustschin7-14/+14
2020-10-26ls1021aqds: disable obsolete VIDEO configAnatolij Gustschin9-18/+18
2020-10-26imx: mx7dsabresd: disable obsolete VIDEO configAnatolij Gustschin2-2/+2
2020-10-26imx: mx6sxsabresd: disable obsolete VIDEO configAnatolij Gustschin1-1/+1
2020-10-26Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini12-54/+66
2020-10-26riscv: fu540: dts: Correct reg size of clint nodePragnesh Patel1-1/+1
2020-10-26riscv: Move timer portions of SiFive CLINT to drivers/timerSean Anderson4-39/+51
2020-10-26timer: Add _TIMER suffix to Andes PLMT KconfigSean Anderson3-3/+3
2020-10-26riscv: Move Andes PLMT driver to drivers/timerSean Anderson6-8/+9
2020-10-26riscv: k210: Reduce DMA block sizeSean Anderson1-2/+2
2020-10-26riscv: Only enable OF_BOARD_FIXUP for S-ModeSean Anderson1-1/+1
2020-10-26clk: kendryte: no need to check argument of free()Heinrich Schuchardt1-2/+1
2020-10-24Merge branch '2020-10-23-misc-changes'Tom Rini66-182/+515
2020-10-23power: regulator: add dummy helperPeng Fan1-0/+114