summaryrefslogtreecommitdiff
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* common/board_r.c: drop legacy and unused bi_enetaddrRasmus Villemoes2022-06-061-1/+0
* Merge tag 'efi-2022-07-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2022-04-101-0/+4
|\
| * dm: add tag supportAKASHI Takahiro2022-04-091-0/+4
* | gpio: Add gpio_request_by_line_name()Andrew Jeffery2022-04-081-0/+19
|/
* video: Drop references to CONFIG_VIDEO et alSimon Glass2022-03-281-1/+1
* event: Add basic support for eventsSimon Glass2022-03-101-0/+13
* powerpc: Remove unused MPC8540/60ADS codeTom Rini2022-03-031-6/+0
* x86: Move the acpi table to generic global_dataSimon Glass2022-01-251-0/+8
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-28/+28
* fdt: Record where the devicetree came fromSimon Glass2021-12-231-0/+4
* fdt: Drop #ifdefs with MULTI_DTB_FITSimon Glass2021-12-231-0/+8
* gpio: Factor out DT flag translationSamuel Holland2021-10-051-0/+8
* Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/...WIP/27Sep2021-nextTom Rini2021-09-271-0/+5
|\
| * dm: gpio: Add of-platdata supportSimon Glass2021-09-251-0/+5
* | Merge tag 'v2021.10-rc5' into nextTom Rini2021-09-271-2/+0
|\ \ | |/ |/|
| * Revert "efi_capsule: Move signature from DTB to .rodata"Simon Glass2021-09-181-2/+0
* | watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset()Rasmus Villemoes2021-08-311-6/+0
* | Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini2021-08-301-1/+1
|/
* i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass2021-07-281-1/+1
* efi_capsule: Move signature from DTB to .rodataIlias Apalodimas2021-07-181-0/+2
* global-data.h: add build-time sanity check of sizeof(struct global_data)Rasmus Villemoes2021-07-011-0/+5
* console: Report an error when output buffer is exhaustedSimon Glass2021-06-081-6/+10
* Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi2021-05-121-24/+0
* gpio: Drop dm_gpio_set_dir()Simon Glass2021-04-121-11/+0
* dm: core: Allow storing priv/plat data separatelySimon Glass2021-03-262-0/+13
* dm: core: Create a struct for device runtime infoSimon Glass2021-03-261-2/+14
* log: Handle line continuationSimon Glass2021-03-121-0/+6
* gpio: Add a way to read 3-way strapping pinsWIP/2021-03-03-gpio-improvementsSimon Glass2021-03-031-0/+40
* gpio: Replace direction_input() and direction_output()Simon Glass2021-03-031-1/+25
* dm: gpio: Add a way to update flagsSimon Glass2021-03-031-6/+25
* gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass2021-03-031-3/+3
* dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass2021-03-031-5/+6
* dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass2021-03-031-6/+22
* smbios: Add more options for the BIOS version stringSimon Glass2021-02-061-0/+6
* global_data.h: Change ram_top type to phys_addr_tBin Meng2021-02-031-1/+1
* efi_loader: add Linux magic to aarch64 crt0Heinrich Schuchardt2021-01-291-0/+2
* dm: core: describe uclass_root_sHeinrich Schuchardt2021-01-251-4/+12
* global_data: Enable spl_handoff only if CONFIG_HANDOFF is setOvidiu Panait2021-01-151-2/+2
* fdt: translate address if #size-cells = <0>Dario Binacchi2021-01-121-0/+24
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini2021-01-051-1/+7
|\
| * dm: core: Allow the uclass list to moveSimon Glass2021-01-051-1/+7
* | global_data: Fix comment for dm_driver_rtSimon Glass2020-12-021-1/+1
|/
* x86: acpi: Store the ACPI context in global_dataSimon Glass2020-11-051-0/+13
* Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-10-301-1/+26
|\
| * dm: Use an allocated array for run-time device infoSimon Glass2020-10-291-0/+14
| * dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass2020-10-291-1/+12
* | log: typo logl_pref in documentationHeinrich Schuchardt2020-10-301-1/+1
|/
* log: allow for message continuationHeinrich Schuchardt2020-10-271-0/+12
* log: move processing_msg to global dataHeinrich Schuchardt2020-10-271-0/+8
* gpio: fix gpio_request_by_name() descriptionDario Binacchi2020-10-221-1/+1