Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
d69e4098032c0adf4f345c8e6e75db4788967222
/
drivers
/
core
8c93df1
dm: allow setting driver_data before/during bind
by Stephen Warren
· 9 years ago
dbef2f0
fdt: Support for ISA busses
by Paul Burton
· 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
38b82d5
fdt: fix dev_get_addr_name node offset
by Stephen Warren
· 9 years ago
dcc161c
dm: core: allow drivers to refuse to bind
by Stephen Warren
· 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
1807907
fdt: implement dev_get_addr_name()
by Stephen Warren
· 9 years ago
9d4ce6b
dm: device.c: Minor coding-style fix
by Stefan Roese
· 9 years ago
7cf58dd
dm: core: device: set pinctrl state for pinctrl device
by Peng Fan
· 9 years ago
36ab8e3
syscon: Avoid returning a device on failure
by Simon Glass
· 9 years ago
4fe976c
dm: core: make simple-bus compatible to simple-mfd
by Masahiro Yamada
· 9 years ago
832c3f0
dm: core: Add uclass_first_device_err() to return a valid device
by Simon Glass
· 9 years ago
6142d75
dm: Remove device_probe_child()
by Simon Glass
· 9 years ago
6d5579c
dm: syscon: Allow finding devices by driver data
by Simon Glass
· 9 years ago
cb2bc54
dm: core: Display the error number when driver binding fails
by Simon Glass
· 9 years ago
96f0444
dm: core: Export uclass_find_device_by_of_offset()
by Simon Glass
· 9 years ago
27ce962
dm: core: Don't set pinctrl for pinctrl devices
by Simon Glass
· 9 years ago
286863d
dm: core: Call uclass post_bind() after the driver's bind() method
by Simon Glass
· 9 years ago
359c487
dm: core: Provide uclass_find_device_by_phandle() only when needed
by Simon Glass
· 9 years ago
f4d480b
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 9 years ago
4b776e5
dm: core: Add a new api to get indexed device address
by Mugunthan V N
· 9 years ago
7fa6ff4
spl: dm: Add SPL_DM_SEQ_ALIAS config option
by Nathan Rossi
· 9 years ago
a0ea0f9
dm: core: Add option to configure an offset for the address translation
by Stefan Roese
· 9 years ago
f05eeb2
dm: core: Fix Kconfig text to mention SPL in SPL_OF_TRANSLATE
by Stefan Roese
· 9 years ago
b32467f
dm: core: Enable SPL_SIMPLE_BUS by default
by Michal Simek
· 9 years ago
dd8515e
dm: core: Add SPL Kconfig for REGMAP and SYSCON
by huang lin
· 9 years ago
7e7573c
Revert "dm: Export device_remove_children / device_unbind_children"
by Simon Glass
· 9 years ago
61809f5
dm: core: Add missing entries for manual relocation
by Michal Simek
· 9 years ago
d5987a9
Merge branch 'master' of git://git.denx.de/u-boot-net
by Tom Rini
· 9 years ago
c3944fd
dm: core: Remove unnecessary codes in uclass_pre_remove_device()
by Bin Meng
· 9 years ago
de44acf
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
by Simon Glass
· 9 years ago
adc0905
dm: core: Enable optional use of fdt_translate_address()
by Stefan Roese
· 9 years ago
bb53bda
dm: core: Don't use pinctrl for the root device
by Simon Glass
· 9 years ago
6dfe618
fdt: add new fdt address parsing functions
by Stephen Warren
· 9 years ago
c90b917
dm: Provide better debugging when a device fails to bind
by Simon Glass
· 9 years ago
43313de
dm: Improve handling of a missing uclass
by Simon Glass
· 9 years ago
f8efa63
pinctrl: add pin control uclass support
by Masahiro Yamada
· 9 years ago
e1cc1f0
dm: core: allow device_bind() to not return a device pointer
by Masahiro Yamada
· 9 years ago
298e608
dm: core: Add Kconfig for simple bus driver
by Marek Vasut
· 9 years ago
0971778
dm: Use dev_get_addr() where possible
by Simon Glass
· 9 years ago
82cdd78
dm: core: Fix code reentrancy issue in device_probe_child()
by Bin Meng
· 9 years ago
366b24f
of: clean up OF_CONTROL ifdef conditionals
by Masahiro Yamada
· 9 years ago
04aa00d
dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list
by Masahiro Yamada
· 9 years ago
cc85b7b
drivers: hierarchize drivers Kconfig menu
by Masahiro Yamada
· 9 years ago
e3b23e2
dm: core: Add a way to set a device name
by Simon Glass
· 9 years ago
f929c0b
devres: add debug command to dump device resources
by Masahiro Yamada
· 9 years ago
029bfca
devres: make Devres optional with CONFIG_DEVRES
by Masahiro Yamada
· 9 years ago
b475e1f
devres: add devm_kmalloc() and friends (managed memory allocators)
by Masahiro Yamada
· 9 years ago
8b15b16
devres: introduce Devres (Managed Device Resource) framework
by Masahiro Yamada
· 9 years ago
bdbb5dd
dm: add DM_FLAG_BOUND flag
by Masahiro Yamada
· 9 years ago
59b6196
dm: Support address translation for simple-bus
by Simon Glass
· 9 years ago
8e5efa0
dm: Make regmap and syscon optional
by Simon Glass
· 9 years ago
75f00df
dm: core: Support finding a device by phandle
by Simon Glass
· 9 years ago
46766df
dm: core: Check for empty list in uclass_find_device()
by Simon Glass
· 9 years ago
cdfc505
dm: core: Add \n to two dm_warn() messages
by Simon Glass
· 9 years ago
246ba26
dm: usb: Document that mixing DM_DEVICE_REMOVE and DM_USB is a bad idea
by Hans de Goede
· 9 years ago
a608ba6
dm: Export device_remove_children / device_unbind_children
by Hans de Goede
· 9 years ago
cb11031
dm: remove redundant CONFIG_DM from driver/core/Makefile
by Masahiro Yamada
· 9 years ago
7ea9395
dm: do not set DM_FLAG_ACTIVATED twice
by Masahiro Yamada
· 9 years ago
1d06ced
dm: change dm_warn() message into debug() in uclass_add()
by Masahiro Yamada
· 9 years ago
ead6497
dm: core: Add device checking to syscon_get_regmap()
by Simon Glass
· 9 years ago
6a84aaf
dm: Add support for generic system controllers (syscon)
by Simon Glass
· 9 years ago
ad8f8ab
dm: Add support for register maps (regmap)
by Simon Glass
· 9 years ago
861bc9f
dm: core: Correct device_get_child_by_of_offset() parameter
by Simon Glass
· 9 years ago
ae2efac
dm: core: Add a function to find any device from device tree
by Simon Glass
· 9 years ago
f204ff7
dm: core: Use debug() instead of printf() for failures
by Simon Glass
· 9 years ago
d9f9a89
dm: Move the tree/uclass dump code into its own file
by Simon Glass
· 9 years ago
7f62c01
Remove SPL undefine of CONFIG_OF_CONTROL
by Simon Glass
· 10 years ago
3d217f6
dm: core: Add a function to bind a driver for a device tree node
by Simon Glass
· 10 years ago
46cc8ba9
dm: core: Correct bug introduced in uclass_first/next_device()
by Simon Glass
· 10 years ago
ce4021b
dm: core: drop device removal error path correctly
by Masahiro Yamada
· 10 years ago
0704b85
dm: core: Select device tree control correctly for SPL
by Simon Glass
· 10 years ago
e70a4f4
dm: core: Drop device removal error path when not supported
by Simon Glass
· 10 years ago
8914c8a
dm: core: Remove unbind operations when not required
by Simon Glass
· 10 years ago
1bd3deb
dm: core: Allow sequence alias support to be removed for SPL
by Simon Glass
· 10 years ago
f33663d
dm: core: Handle recursive unbinding of uclass devices
by Simon Glass
· 10 years ago
fa277fc
dm: core: remove type 'static' of function uclass_get_device_tail()
by Przemyslaw Marczak
· 10 years ago
5ed2e42
dm: core: device: add function: dev_get_uclass_name()
by Przemyslaw Marczak
· 10 years ago
d3ef0d7
dm: core: device: add function: dev_get_driver_ops()
by Przemyslaw Marczak
· 10 years ago
a12a1f5
dm: core: uclass: add function: uclass_get_device_by_name()
by Przemyslaw Marczak
· 10 years ago
2ffdf14
dm: core: uclass: add function: uclass_find_device_by_name()
by Przemyslaw Marczak
· 10 years ago
d850e67
dm: core: Extend struct udevice by '.uclass_platdata' field.
by Przemyslaw Marczak
· 10 years ago
f9d156e
dm: core: add internal functions for getting the device without probe
by Przemyslaw Marczak
· 10 years ago
40f829a
dm: core: Add device children and sibling functions
by Simon Glass
· 10 years ago
8b04e73
dm: core: Mark device as active before calling uclass probe() methods
by Simon Glass
· 10 years ago
46227bd
dm: core: Rename driver data function to dev_get_driver_data()
by Simon Glass
· 10 years ago
a626dff
dm: core: Convert driver_bind() to use const
by Simon Glass
· 10 years ago
825d3f9
dm: core: Support allocating driver-private data for DMA
by Simon Glass
· 10 years ago
9c1f382
dm: core: Add a uclass pre_probe() method for devices
by Simon Glass
· 10 years ago
d02009d
dm: core: Mark device as active before calling its probe() method
by Simon Glass
· 10 years ago
de0977b
dm: core: Add dev_get_uclass_priv() to access uclass private data
by Simon Glass
· 10 years ago
cfc2f7d
kconfig: remove unneeded dependency on !SPL_BUILD
by Masahiro Yamada
· 10 years ago
0ec473b
dm: Add support for all targets which requires MANUAL_RELOC
by Michal Simek
· 10 years ago
99b7235
dm: introduce dev_get_addr interface
by Peng Fan
· 10 years ago
93e414d
dm: Add Kconfig options for driver model SPL support
by Simon Glass
· 10 years ago
d8b771d
dm: Expand and complete Kconfig in drivers/
by Simon Glass
· 10 years ago
528b1ef
dm: core: Ignore disabled devices when binding
by Simon Glass
· 10 years ago
5104b98
dm: core: Allow uclass to set up a device's child before it is probed
by Simon Glass
· 10 years ago
f4c9b3e
dm: core: Allow the uclass to set up a device's child after binding
by Simon Glass
· 10 years ago
Next »