Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
a9ff07bb11cb47227d74e3abc752c232f97e269e
/
include
/
dm
a2c7ead
dm: Introduce DMA constraints into the core device model
by Nicolas Saenz Julienne
· Tue Jan 12 13:55:24 2021 +0100
50d2fa4
dm: Introduce xxx_get_dma_range()
by Nicolas Saenz Julienne
· Tue Jan 12 13:55:22 2021 +0100
c0566c2
net: Introduce DSA class for Ethernet switches
by Claudiu Manoil
· Mon Jan 25 14:23:53 2021 +0200
b1db71b
Merge branch '2021-02-02-drop-asm_global_data-when-unused'
by Tom Rini
· Mon Feb 15 08:19:40 2021 -0500
abbdbbd
dm: core: Add late driver remove option
by Marek Vasut
· Sun Jan 24 14:32:46 2021 -0700
df34d0b
dm: core: Avoid partially removing devices
by Simon Glass
· Sun Jan 24 14:32:45 2021 -0700
97c2dfc
dm: pci: Correct use of wrong flag name
by Simon Glass
· Sun Jan 24 14:32:43 2021 -0700
1281065
dm: Rename DM_FLAG_REMOVE_WITH_PD_ON
by Simon Glass
· Sun Jan 24 14:32:42 2021 -0700
3ba929a
common: Drop asm/global_data.h from common header
by Simon Glass
· Fri Oct 30 21:38:53 2020 -0600
107819c
dm: replace auto_alloc_size with auto
by Dario Binacchi
· Sat Jan 23 19:48:57 2021 +0100
e864940
do not pass NULL pointer to libfdt
by Stanislav Pinchuk
· Wed Jan 20 21:52:23 2021 +0300
77f7c1e
dm: core: Don't inline dev_read...() calls with of-platdata
by Simon Glass
· Thu Jan 21 13:57:10 2021 -0700
bcab47a
dm: core: add function uclass_probe_all() to probe all devices
by Vabhav Sharma
· Wed Dec 09 10:42:03 2020 +0530
836cc9d
dm: core: add a function to decode display timings
by Dario Binacchi
· Wed Dec 30 00:16:26 2020 +0100
2500de2
dtoc: Drop dm_populate_phandle_data()
by Simon Glass
· Mon Dec 28 20:35:05 2020 -0700
beddd7a
dtoc: Rename dt-platdata.c to dt-plat.c
by Simon Glass
· Mon Dec 28 20:35:01 2020 -0700
df65db8
dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS
by Simon Glass
· Mon Dec 28 20:34:57 2020 -0700
65130cd
dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()
by Simon Glass
· Mon Dec 28 20:34:56 2020 -0700
e10c0ff
dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()
by Simon Glass
· Mon Dec 28 20:34:55 2020 -0700
1d8364a
dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()
by Simon Glass
· Mon Dec 28 20:34:54 2020 -0700
784cd9e
dm: core: Allow the uclass list to move
by Simon Glass
· Sat Dec 19 10:40:17 2020 -0700
6931439
dm: core: Rename device node to indicate it is private
by Simon Glass
· Sat Dec 19 10:40:15 2020 -0700
a7ece58
dm: core: Access device ofnode through functions
by Simon Glass
· Sat Dec 19 10:40:14 2020 -0700
f1d50f7
dm: core: Use dev_has_ofnode() instead of dev_of_valid()
by Simon Glass
· Sat Dec 19 10:40:13 2020 -0700
07c1777
dm: core: Rename dev_has_of_node() to dev_has_ofnode()
by Simon Glass
· Sat Dec 19 10:40:12 2020 -0700
2ef5638
dm: core: Rename device flags to indicate it is private
by Simon Glass
· Sat Dec 19 10:40:11 2020 -0700
6211d76
dm: core: Access device flags through functions
by Simon Glass
· Sat Dec 19 10:40:10 2020 -0700
5e34992
dm: core: Rename sqq to seq_
by Simon Glass
· Sat Dec 19 10:40:09 2020 -0700
7db0683
dm: core: Move priv/plat structs for simple_bus to headers
by Simon Glass
· Sat Dec 19 10:40:03 2020 -0700
4bf8972
test: Move some test drivers into their own file
by Simon Glass
· Wed Dec 23 08:11:18 2020 -0700
bdb7635
test: Use a simple variable to record removed device
by Simon Glass
· Wed Dec 23 08:11:17 2020 -0700
541f62c
dm: core: Rename the priv/plat members
by Simon Glass
· Tue Dec 22 19:30:30 2020 -0700
d4f0c94
dm: core: Add functions to set priv/plat
by Simon Glass
· Tue Dec 22 19:30:27 2020 -0700
96404c2
dm: core: Add function to access uclass priv
by Simon Glass
· Tue Dec 22 19:30:26 2020 -0700
69ea20e
dm: core: Use 'uclass_driver' for the uclass linker_list
by Simon Glass
· Tue Dec 22 19:30:23 2020 -0700
39f1d28
dm: core: Inline a few ofnode functions in SPL
by Simon Glass
· Wed Dec 16 17:25:06 2020 -0700
38040a9
dm: core: Drop seq and req_seq
by Simon Glass
· Wed Dec 16 21:20:32 2020 -0700
b941f56
dm: core: Update uclass_find_next_free_req_seq() for new scheme
by Simon Glass
· Wed Dec 16 21:20:30 2020 -0700
07e1338
dm: Drop the unused arg in uclass_find_device_by_seq()
by Simon Glass
· Wed Dec 16 21:20:29 2020 -0700
784c1fb
dm: Drop uclass_resolve_seq()
by Simon Glass
· Wed Dec 16 21:20:28 2020 -0700
791a17f
dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ
by Simon Glass
· Wed Dec 16 21:20:27 2020 -0700
7d5e411
dm: Switch over to use new sequence number for dev_seq()
by Simon Glass
· Wed Dec 16 21:20:26 2020 -0700
3a9d5f1
dm: core: Allow manual sequence numbering
by Simon Glass
· Wed Dec 16 21:20:17 2020 -0700
7272e92
dm: core: Add a new sequence number for devices
by Simon Glass
· Wed Dec 16 21:20:09 2020 -0700
1ae093f
dm: core: Update uclass_find_next_free_req_seq() args
by Simon Glass
· Wed Dec 16 21:20:08 2020 -0700
75e534b
dm: Avoid accessing seq directly
by Simon Glass
· Wed Dec 16 21:20:07 2020 -0700
b75b15b
dm: treewide: Rename ..._platdata variables to just ..._plat
by Simon Glass
· Thu Dec 03 16:55:23 2020 -0700
aad29ae
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
by Simon Glass
· Thu Dec 03 16:55:21 2020 -0700
fa20e93
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
by Simon Glass
· Thu Dec 03 16:55:20 2020 -0700
39edb95
dm: Rename 'platdata_size' to 'plat_size'
by Simon Glass
· Thu Dec 03 16:55:19 2020 -0700
71fa5b4
dm: treewide: Rename 'platdata' variables to just 'plat'
by Simon Glass
· Thu Dec 03 16:55:18 2020 -0700
8a2b47f
dm: treewide: Rename auto_alloc_size members to be shorter
by Simon Glass
· Thu Dec 03 16:55:17 2020 -0700
4d71d60
dm: core: Drop unused parameter from dm_extended_scan_fdt()
by Simon Glass
· Sat Nov 28 17:50:10 2020 -0700
5039cab
dm: core: Drop unused parameter from dm_scan_fdt()
by Simon Glass
· Sat Nov 28 17:50:09 2020 -0700
278ddba
dm: core: Add an ofnode function to get the devicetree root
by Simon Glass
· Sat Nov 28 17:50:07 2020 -0700
16b4f94
dm: core: Drop device_bind_offset()
by Simon Glass
· Sat Nov 28 17:50:06 2020 -0700
1876ffe
dm: core: Drop dev_set_of_offset()
by Simon Glass
· Sat Nov 28 17:50:05 2020 -0700
6996c66
dm: Remove uses of device_bind_offset()
by Simon Glass
· Sat Nov 28 17:50:03 2020 -0700
5de5b3b
dm: core: Add a livetree function to check node status
by Simon Glass
· Sat Nov 28 17:50:02 2020 -0700
884870f
dm: core: Rename device_bind_ofnode() to device_bind()
by Simon Glass
· Sat Nov 28 17:50:01 2020 -0700
f846537
dm: core: Rename device_bind() to device_bind_offset()
by Simon Glass
· Sat Nov 28 17:50:00 2020 -0700
458b66a
board: Rename uclass to sysinfo
by Simon Glass
· Thu Nov 05 06:32:05 2020 -0700
a385d49
acpi: Don't reset the tables with every new generation
by Simon Glass
· Wed Nov 04 09:57:33 2020 -0700
bac8450
Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
by Tom Rini
· Fri Oct 30 15:24:30 2020 -0400
4c73d7b
dm: Don't allow U_BOOT_DEVICE() when of-platdata is used
by Simon Glass
· Sat Oct 03 11:31:41 2020 -0600
5792f4b
dm: Use driver_info index instead of pointer
by Simon Glass
· Sat Oct 03 11:31:40 2020 -0600
36b15e2
dm: Support parent devices with of-platdata
by Simon Glass
· Sat Oct 03 11:31:35 2020 -0600
cfd6a00
dm: Use an allocated array for run-time device info
by Simon Glass
· Sat Oct 03 11:31:33 2020 -0600
2698359
dm: core: fix typo in device.h
by Dario Binacchi
· Sun Oct 11 14:27:07 2020 +0200
85bf4f2
dm: core: Allow dm_warn() to be used in SPL
by Simon Glass
· Sat Oct 03 11:31:26 2020 -0600
40916e6
dm: Avoid using #ifdef for CONFIG_OF_LIVE
by Simon Glass
· Sat Oct 03 09:25:22 2020 -0600
eb6e7e9
dm: core: Expand the comment for DM_GET_DEVICE()
by Simon Glass
· Sat Oct 03 09:25:20 2020 -0600
5b13c34
Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze
by Tom Rini
· Thu Oct 29 11:30:15 2020 -0400
f4f9056
drivers: Add a new framework for multiplexer devices
by Jean-Jacques Hiblot
· Fri Oct 16 16:16:30 2020 +0530
92a8862
dm: core: Add support for getting node from aliases
by Michal Simek
· Tue Jul 28 12:51:08 2020 +0200
8ef373b
dm: core: improve uclass_get_device_by_phandle_id() description
by Dario Binacchi
· Sun Oct 11 14:25:46 2020 +0200
c3c748e
dm: Don't undefine dev_xxx macros
by Sean Anderson
· Sun Oct 04 21:39:57 2020 -0400
abe2a6b
pinctrl: Reformat documentation in dm/pinctrl.h
by Sean Anderson
· Mon Sep 14 11:01:56 2020 -0400
319ca70
pinctrl: Add pinmux property support to pinctrl-generic
by Sean Anderson
· Mon Sep 14 11:01:55 2020 -0400
d776a84
dm: add cells_count parameter in *_count_phandle_with_args
by Patrick Delaunay
· Fri Sep 25 09:41:14 2020 +0200
04fcfe7
dm: update test on of_offset in ofnode_valid
by Patrick Delaunay
· Thu Sep 24 17:26:20 2020 +0200
c14df8b
dm: ofnode: Fix compile breakage with OF_CHECKS enabled
by Stefan Roese
· Wed Sep 23 08:23:27 2020 +0200
2a8bc03
Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel into next
by Tom Rini
· Mon Oct 05 10:54:27 2020 -0400
02fd126
firmware: add SCMI agent uclass
by Etienne Carriere
· Wed Sep 09 18:44:00 2020 +0200
bc9bb24
dm: Print device name in dev_xxx like Linux
by Sean Anderson
· Tue Sep 15 10:45:22 2020 -0400
16a2e86
dm: Use symbolic constants for log levels in dev_xxx
by Sean Anderson
· Tue Sep 15 10:45:21 2020 -0400
21e3b04
dm: add cells_count parameter in live DT APIs of_parse_phandle_with_args
by Patrick Delaunay
· Thu Sep 10 18:26:17 2020 +0200
8544716
core: improve of_match_ptr with OF_PLATDATA
by Walter Lozano
· Wed Jul 29 13:17:31 2020 -0300
bf5b823
dm: core: add support for device re-parenting
by Claudiu Beznea
· Mon Sep 07 17:46:33 2020 +0300
0a9ecc5
dm: core: Add API to read PCI bus-range property
by Stefan Roese
· Wed Aug 05 13:56:11 2020 +0200
a633f00
dm: core: Fix devfdt_get_addr_ptr return value
by Ovidiu Panait
· Mon Aug 03 22:17:35 2020 +0300
60a84af
dm: fix ofnode_read_addr/size_cells()
by Heinrich Schuchardt
· Sat Jul 25 21:38:49 2020 +0200
4fec7f8
xen: pvblock: Add initial support for para-virtualized block driver
by Anastasiia Lukianenko
· Thu Aug 06 12:42:55 2020 +0300
974dccd
dm: Rename DM test flags to make them more generic
by Simon Glass
· Tue Jul 28 19:41:12 2020 -0600
992b603
net: Drop dm.h header file from phy.h
by Simon Glass
· Sun Jul 19 10:15:39 2020 -0600
75c4d41
dm: core: Drop header files from dm/test.h
by Simon Glass
· Sun Jul 19 10:15:37 2020 -0600
b571d92
dm: remove superfluous comment for union ofnode_union
by Heinrich Schuchardt
· Fri Jul 24 18:39:43 2020 +0200
3483aa2
dm: button: add an uclass for button
by Philippe Reynes
· Fri Jul 24 18:19:45 2020 +0200
d3aa90e
dm: Fix build error when OF_CONTROL is not set
by Dan Murphy
· Thu Jul 23 07:01:38 2020 -0500
50a6c08
dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matching
by Dave Gerlach
· Wed Jul 15 23:39:57 2020 -0500
Next »