index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
asm-generic
Commit message (
Expand
)
Author
Age
Files
Lines
*
log: Handle line continuation
Simon Glass
2021-03-12
1
-0
/
+6
*
gpio: Add a way to read 3-way strapping pins
Simon Glass
2021-03-03
1
-0
/
+40
*
gpio: Replace direction_input() and direction_output()
Simon Glass
2021-03-03
1
-1
/
+25
*
dm: gpio: Add a way to update flags
Simon Glass
2021-03-03
1
-6
/
+25
*
gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()
Simon Glass
2021-03-03
1
-3
/
+3
*
dm: gpio: Rename get_dir_flags() method to get_flags()
Simon Glass
2021-03-03
1
-5
/
+6
*
dm: gpio: Rename set_dir_flags() method to update_flags()
Simon Glass
2021-03-03
1
-6
/
+22
*
smbios: Add more options for the BIOS version string
Simon Glass
2021-02-06
1
-0
/
+6
*
global_data.h: Change ram_top type to phys_addr_t
Bin Meng
2021-02-03
1
-1
/
+1
*
efi_loader: add Linux magic to aarch64 crt0
Heinrich Schuchardt
2021-01-29
1
-0
/
+2
*
dm: core: describe uclass_root_s
Heinrich Schuchardt
2021-01-25
1
-4
/
+12
*
global_data: Enable spl_handoff only if CONFIG_HANDOFF is set
Ovidiu Panait
2021-01-15
1
-2
/
+2
*
fdt: translate address if #size-cells = <0>
Dario Binacchi
2021-01-12
1
-0
/
+24
*
Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next
Tom Rini
2021-01-05
1
-1
/
+7
|
\
|
*
dm: core: Allow the uclass list to move
Simon Glass
2021-01-05
1
-1
/
+7
*
|
global_data: Fix comment for dm_driver_rt
Simon Glass
2020-12-02
1
-1
/
+1
|
/
*
x86: acpi: Store the ACPI context in global_data
Simon Glass
2020-11-05
1
-0
/
+13
*
Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...
Tom Rini
2020-10-30
1
-1
/
+26
|
\
|
*
dm: Use an allocated array for run-time device info
Simon Glass
2020-10-29
1
-0
/
+14
|
*
dm: Avoid using #ifdef for CONFIG_OF_LIVE
Simon Glass
2020-10-29
1
-1
/
+12
*
|
log: typo logl_pref in documentation
Heinrich Schuchardt
2020-10-30
1
-1
/
+1
|
/
*
log: allow for message continuation
Heinrich Schuchardt
2020-10-27
1
-0
/
+12
*
log: move processing_msg to global data
Heinrich Schuchardt
2020-10-27
1
-0
/
+8
*
gpio: fix gpio_request_by_name() description
Dario Binacchi
2020-10-22
1
-1
/
+1
*
global_data.h: add Sphinx documentation
Heinrich Schuchardt
2020-10-14
1
-55
/
+317
*
global_data.h: convert GD_FLG_* to enum
Heinrich Schuchardt
2020-10-14
1
-22
/
+84
*
drivers: gpio: Add a managed API to get a GPIO from the device-tree
Jean-Jacques Hiblot
2020-09-30
1
-0
/
+47
*
asm-generic/u-boot.h: Remove bi_memstart & bi_memsize from bd_info
Stefan Roese
2020-08-26
1
-2
/
+0
*
CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined
Stefan Roese
2020-08-26
1
-2
/
+0
*
global_data: Add a generic global_data flag for SMP state
Simon Glass
2020-07-20
1
-0
/
+1
*
asm/u-boot.h: remove bd_t definitions
Masahiro Yamada
2020-07-17
1
-2
/
+2
*
gpio: Add a method to convert a GPIO to ACPI
Simon Glass
2020-07-17
1
-0
/
+27
*
efi_loader: pre-seed UEFI variables
Heinrich Schuchardt
2020-07-16
1
-0
/
+2
*
bdinfo: net: ppc: Drop bi_enet1addr and other similar info
Simon Glass
2020-06-25
1
-17
/
+0
*
bdinfo: m68k: Drop bd_info->bi_ipbfreq
Simon Glass
2020-06-25
1
-1
/
+0
*
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop image.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
board: Add a gd flag for chain loading
Simon Glass
2020-04-30
1
-0
/
+1
*
gpio: add ops to set dir flags
Patrick Delaunay
2020-04-16
1
-0
/
+16
*
gpio: add ops to get dir flags
Patrick Delaunay
2020-04-16
1
-0
/
+15
*
gpio: add support of new GPIO direction flag
Patrick Delaunay
2020-04-16
1
-1
/
+5
*
gpio: update dir_flags management
Patrick Delaunay
2020-04-16
1
-6
/
+16
*
gpio: add helper GPIOD_FLAGS_OUTPUT
Patrick Delaunay
2020-04-16
1
-0
/
+6
*
gpio: remove the open_drain API and ops
Patrick Delaunay
2020-04-16
1
-34
/
+0
*
gpio: remove GPIOD_REQUESTED
Patrick Delaunay
2020-04-16
1
-5
/
+4
*
asm-generic/u-boot.h: make <asm-generic/u-boot.h> self-contained
Masahiro Yamada
2020-03-16
1
-0
/
+2
*
global_data.h: make <asm-generic/global_data.h> self-contained
Masahiro Yamada
2020-03-16
1
-1
/
+1
*
gpio: Rename free() to rfree()
Simon Glass
2020-02-05
1
-1
/
+1
*
global_data: remove unused mxc_i2c specific field
Baruch Siach
2020-01-27
1
-3
/
+0
*
Include missing headers for asm-generic/sections.h
Sean Anderson
2020-01-15
1
-0
/
+2
[next]