Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
6e89d92f7f8e2ff4af1227a22169e1172aa1674f
/
include
/
dm
9349bcc
dm: ofnode: add ofnode_device_is_compatible() helper
by Masahiro Yamada
· 7 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
35616ef
core: ofnode: Fix translation for #size-cells == 0
by Mario Six
· 7 years ago
66a0b5a
core: add uclass_get_device_by_phandle_id() api
by Kever Yang
· 7 years ago
2deb8c9
drivers: net: pfe_eth: LS1012A PFE headers
by Calvin Johnson
· 7 years ago
37df0e0
core: add ofnode_get_by_phandle() api
by Kever Yang
· 7 years ago
6fce1dd
core: ofnode: add ofnode_get_parent function
by Philipp Tomsich
· 7 years ago
3e142d9
dm: core: fix typo in comment (device.h)
by Heinrich Schuchardt
· 7 years ago
70e35b4
dm: core: Add a function to look up a uclass by name
by Simon Glass
· 7 years ago
f7c2628
serial: bcm283x_mu: Remove support for post-init disabling
by Alexander Graf
· 7 years ago
16408ee
include: dm: Fix 'devioe'/'devuce' typos
by Mario Six
· 7 years ago
3f78e92
Merge git://git.denx.de/u-boot-mmc
by Tom Rini
· 7 years ago
11206f4
efi_driver: EFI block driver
by Heinrich Schuchardt
· 7 years ago
71d115f
dm: add dev_read_u32()
by Masahiro Yamada
· 7 years ago
aefac06
core: Add {ofnode, dev}_translate_address functions
by Mario Six
· 7 years ago
99490a7
dm: pinctrl: sync with Linux to use pin_config_param
by Peng Fan
· 7 years ago
1777b8e
dm: fix typo falback
by Heinrich Schuchardt
· 7 years ago
cab559a
dm: core: remove orphaned parameter description in platdata.h
by Heinrich Schuchardt
· 7 years ago
6bcca14
dm: core: fix member name in ofnode_union documentation
by Baruch Siach
· 7 years ago
f70f39f
dm: replace dm_dbg() with pr_debug()
by Masahiro Yamada
· 7 years ago
9e74eb5
dm: define dev_*() log functions in DM header
by Masahiro Yamada
· 7 years ago
8365ebd
dm: core: Add functions to get strings and the string count from a stringlist
by Jean-Jacques Hiblot
· 7 years ago
7719b39
dm: core: add dev_read_addr_ptr()
by Philipp Tomsich
· 7 years ago
bb3a45b
dm: core: add clocks node scan
by Patrice Chotard
· 7 years ago
2852976
dm: core: Add ofnode_for_each_subnode()
by Simon Glass
· 7 years ago
b650afa
block: ide: Fix block read/write with driver model
by Bin Meng
· 7 years ago
4dada2c
ofnode: add {ofnode, dev}_read_resource_byname()
by Masahiro Yamada
· 7 years ago
856e020
dm: core: Add a comment about the device_remove() flags
by Simon Glass
· 7 years ago
182fccd
dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME
by Zhikang Zhang
· 7 years ago
d91dce4
Merge git://git.denx.de/u-boot-usb
by Tom Rini
· 7 years ago
be7dd60
dm: core: add ofnode_count_phandle_with_args()
by Patrice Chotard
· 7 years ago
f7bfcc4
dm: core: Add ofnode_read_resource()
by Simon Glass
· 7 years ago
baebec1
dm: ofnode: change return type of dev_read_prop() to opaque pointer
by Masahiro Yamada
· 7 years ago
2195315
serial: stm32x7: migrate serial struct to driver
by Patrice Chotard
· 7 years ago
9cf85cb
dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()
by Masahiro Yamada
· 7 years ago
4191dc1
dm: core: Add functions to obtain node's address/size cells
by Simon Glass
· 7 years ago
fa031f8
dm: core: Add dev_read_enabled() to check if a device is enabled
by Simon Glass
· 7 years ago
170e17c
dm: core: Add dev_read_resource() to read device resources
by Simon Glass
· 7 years ago
5fdb005
dm: core: Add ofnode_read_string_count()
by Simon Glass
· 7 years ago
3ff83bc
dm: core: Add uclass_first/next_device_check()
by Simon Glass
· 8 years ago
9c433fe
dm: core: Test uclass_first/next_device() on probe failure
by Simon Glass
· 8 years ago
98c9fb0
dm: core: Clarify uclass_first/next_device() comments
by Simon Glass
· 8 years ago
a67cc63
dm: Add more livetree helpers and definitions
by Simon Glass
· 8 years ago
017886b
dm: core: Run tests with both livetree and flat tree
by Simon Glass
· 8 years ago
ee145d6
dm: core: Add a way to find a device by ofnode
by Simon Glass
· 8 years ago
f19d9f2
dm: core: Scan the live tree when setting up driver model
by Simon Glass
· 8 years ago
e6dd8da
dm: core: Update device_bind_driver_to_node() to use ofnode
by Simon Glass
· 8 years ago
802b2c6
dm: core: Update lists_bind_fdt() to use ofnode
by Simon Glass
· 8 years ago
322b290
dm: core: Allow binding a device from a live tree
by Simon Glass
· 8 years ago
cfdae5c
dm: core: Implement live tree 'read' functions
by Simon Glass
· 8 years ago
34ef0c2
dm: core: Add device-based 'read' functions to access DT
by Simon Glass
· 8 years ago
0fbf66b
dm: core: Add a place to put extra device-tree reading functions
by Simon Glass
· 8 years ago
049ae1b
dm: core: Add address operations on device tree references
by Simon Glass
· 8 years ago
6fe43a3
dm: core: Add livetree address functions
by Simon Glass
· 8 years ago
c4fc562
dm: core: Add operations on device tree references
by Simon Glass
· 8 years ago
54cbcc8
dm: core: Rename of_device_is_compatible()
by Simon Glass
· 8 years ago
1ccaa05
dm: core: Add livetree access functions
by Simon Glass
· 8 years ago
a6eedb8
dm: core: Add livetree definitions
by Simon Glass
· 8 years ago
9a14860
dm: core: Add ofnode to represent device tree nodes
by Simon Glass
· 8 years ago
a4dbe25
dm: core: Dont export dm_scan_fdt_node()
by Simon Glass
· 8 years ago
ba1dea4
dm: Rename dev_addr..() functions
by Simon Glass
· 8 years ago
aadfaf0
dm: core: Move dev_get_addr() etc. into a separate file
by Simon Glass
· 8 years ago
0745676
dm: core: Add DM_FLAG_OS_PREPARE flag
by Stefan Roese
· 8 years ago
4844778
drivers: phy: add generic PHY framework
by Jean-Jacques Hiblot
· 8 years ago
daea6d4
dm: Simple Watchdog uclass
by maxims@google.com
· 8 years ago
836c55d
sysreset: psci: support system reset in a generic way with PSCI
by Masahiro Yamada
· 8 years ago
505045d
dm: core: Add dm_remove_devices_flags() and hook it into device_remove()
by Stefan Roese
· 8 years ago
80b5bc9
dm: core: Add flags parameter to device_remove()
by Stefan Roese
· 8 years ago
20f938a
dm: Return actual bools in dm_fdt_pre_reloc
by Heiko Stübner
· 8 years ago
9a2cdca
dm: allow limiting pre-reloc markings to spl or tpl
by Heiko Stübner
· 8 years ago
dd79d6e
dm: core: Replace of_offset with accessor
by Simon Glass
· 8 years ago
c886f35
dm: Add support for scsi/sata based devices
by Michal Simek
· 8 years ago
edcfdbd
Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"
by Tom Rini
· 8 years ago
4b72702
dm: Add support for scsi/sata based devices
by Michal Simek
· 8 years ago
27367b2
dm: core: Add dev_get_addr_size_index() to retrieve addr and size
by Stefan Roese
· 8 years ago
1b0deee
dm: core: Handle global_data moving in SPL
by Simon Glass
· 8 years ago
90392d0
serial: pxa: integrate optional driver model handling
by Marcel Ziswiler
· 8 years ago
d19d073
dm: core: Add a function to get a uclass name
by Simon Glass
· 8 years ago
afb9907
serial: bcm283x_mu: Detect disabled serial device
by Alexander Graf
· 8 years ago
19e7a9e
net/ethoc: support private memory configurations
by Max Filippov
· 8 years ago
c91eb0c
net/ethoc: add CONFIG_DM_ETH support
by Max Filippov
· 8 years ago
7d20368
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 8 years ago
92c67fa
Add a power domain framework/uclass
by Stephen Warren
· 8 years ago
5d5388d
dm: core: Add a function to bind child devices
by Simon Glass
· 8 years ago
32d8ab6
dm: core: Add a way to find a device by its driver
by Simon Glass
· 8 years ago
07b3f33
dm: imx: serial: Support DTE mode when using driver model
by Stefan Agner
· 8 years ago
afbf9b8
dm: core: Expand platdata for of-platdata devices
by Simon Glass
· 8 years ago
2d4c7dc
dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED
by Simon Glass
· 8 years ago
d2ef0fc
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 8 years ago
1cc7ecd
dm: Sort the uclass id in alphabetical order
by Bin Meng
· 8 years ago
0dff370
dm: core: implement dev_map_physmem()
by Vignesh R
· 8 years ago
185ad87
Add a reset driver framework/uclass
by Stephen Warren
· 8 years ago
d010783
Add a mailbox driver framework/uclass
by Stephen Warren
· 9 years ago
859f256
Rename reset to sysreset
by Stephen Warren
· 9 years ago
8c93df1
dm: allow setting driver_data before/during bind
by Stephen Warren
· 9 years ago
4666bd9
drivers: core: device: add support to check dt compatible for a device/machine
by Mugunthan V N
· 9 years ago
7760ba2
dm: core: Allow device names to be freed automatically
by Simon Glass
· 9 years ago
85ee165
dm: Rename disk uclass to ahci
by Simon Glass
· 9 years ago
b2d1e2a
m68k: add DM model serial driver
by angelo@sysam.it
· 9 years ago
d8fc5ff
dm: core: Add dev_get_addr_ptr() to return a pointer to the reg address
by Stefan Roese
· 9 years ago
Next »