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
/
drivers
/
core
/
device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: core: Move dev_get_addr() etc. into a separate file
Simon Glass
2017-06-01
1
-125
/
+0
*
dm: core: Ensure DMA regions start up with the cache clean
Simon Glass
2017-04-13
1
-1
/
+29
*
dm: core: Add flags parameter to device_remove()
Stefan Roese
2017-04-04
1
-1
/
+1
*
dm: core: Replace of_offset with accessor
Simon Glass
2017-02-08
1
-13
/
+14
*
dm: core: Add dev_get_addr_size_index() to retrieve addr and size
Stefan Roese
2016-12-02
1
-0
/
+22
*
Fix codying style broken by recent libfdt sync
Masahiro Yamada
2016-10-24
1
-2
/
+2
*
libfdt: Bring in upstream stringlist functions
Simon Glass
2016-10-13
1
-1
/
+1
*
fdt: allow fdtdec_get_addr_size_*() to translate addresses
Stephen Warren
2016-08-12
1
-1
/
+1
*
dm: core: Expand platdata for of-platdata devices
Simon Glass
2016-07-14
1
-11
/
+32
*
dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED
Simon Glass
2016-07-14
1
-1
/
+1
*
dm: core: Don't use device tree with of-platdata
Simon Glass
2016-07-14
1
-1
/
+1
*
dm: core: implement dev_map_physmem()
Vignesh R
2016-07-09
1
-0
/
+11
*
dm: allow setting driver_data before/during bind
Stephen Warren
2016-05-26
1
-3
/
+22
*
drivers: core: device: add support to check dt compatible for a device/machine
Mugunthan V N
2016-05-24
1
-0
/
+14
*
dm: core: Allow device names to be freed automatically
Simon Glass
2016-05-17
1
-0
/
+6
*
fdt: fix dev_get_addr_name node offset
Stephen Warren
2016-05-17
1
-2
/
+2
*
dm: core: Add dev_get_addr_ptr() to return a pointer to the reg address
Stefan Roese
2016-04-25
1
-0
/
+5
*
fdt: implement dev_get_addr_name()
Stephen Warren
2016-04-15
1
-0
/
+16
*
dm: device.c: Minor coding-style fix
Stefan Roese
2016-04-14
1
-6
/
+6
*
dm: core: device: set pinctrl state for pinctrl device
Peng Fan
2016-04-14
1
-0
/
+3
*
dm: Remove device_probe_child()
Simon Glass
2016-01-28
1
-8
/
+1
*
dm: core: Don't set pinctrl for pinctrl devices
Simon Glass
2016-01-21
1
-2
/
+4
*
dm: core: Call uclass post_bind() after the driver's bind() method
Simon Glass
2016-01-20
1
-0
/
+7
*
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
Tom Rini
2016-01-13
1
-1
/
+1
|
\
|
*
spl: dm: Add SPL_DM_SEQ_ALIAS config option
Nathan Rossi
2016-01-13
1
-1
/
+1
*
|
dm: core: Add a new api to get indexed device address
Mugunthan V N
2016-01-13
1
-4
/
+27
*
|
dm: core: Add option to configure an offset for the address translation
Stefan Roese
2016-01-12
1
-11
/
+20
|
/
*
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
Simon Glass
2015-10-23
1
-1
/
+1
*
dm: core: Enable optional use of fdt_translate_address()
Stefan Roese
2015-10-21
1
-0
/
+20
*
dm: core: Don't use pinctrl for the root device
Simon Glass
2015-10-05
1
-2
/
+6
*
fdt: add new fdt address parsing functions
Stephen Warren
2015-09-15
1
-1
/
+4
*
dm: Improve handling of a missing uclass
Simon Glass
2015-09-02
1
-1
/
+3
*
pinctrl: add pin control uclass support
Masahiro Yamada
2015-08-31
1
-0
/
+4
*
dm: core: allow device_bind() to not return a device pointer
Masahiro Yamada
2015-08-31
1
-2
/
+4
*
dm: core: Add Kconfig for simple bus driver
Marek Vasut
2015-08-31
1
-3
/
+1
*
dm: Use dev_get_addr() where possible
Simon Glass
2015-08-31
1
-0
/
+2
*
dm: core: Fix code reentrancy issue in device_probe_child()
Bin Meng
2015-08-26
1
-5
/
+14
*
of: clean up OF_CONTROL ifdef conditionals
Masahiro Yamada
2015-08-18
1
-2
/
+2
*
dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list
Masahiro Yamada
2015-08-18
1
-3
/
+3
*
dm: core: Add a way to set a device name
Simon Glass
2015-08-06
1
-0
/
+10
*
devres: make Devres optional with CONFIG_DEVRES
Masahiro Yamada
2015-08-06
1
-0
/
+2
*
devres: introduce Devres (Managed Device Resource) framework
Masahiro Yamada
2015-08-06
1
-0
/
+3
*
dm: add DM_FLAG_BOUND flag
Masahiro Yamada
2015-08-06
1
-0
/
+2
*
dm: Support address translation for simple-bus
Simon Glass
2015-08-06
1
-6
/
+11
*
dm: core: Add \n to two dm_warn() messages
Simon Glass
2015-07-21
1
-2
/
+2
*
dm: do not set DM_FLAG_ACTIVATED twice
Masahiro Yamada
2015-07-21
1
-1
/
+0
*
dm: core: Correct device_get_child_by_of_offset() parameter
Simon Glass
2015-07-21
1
-2
/
+2
*
dm: core: Add a function to find any device from device tree
Simon Glass
2015-07-21
1
-0
/
+25
*
dm: core: drop device removal error path correctly
Masahiro Yamada
2015-04-28
1
-3
/
+3
*
dm: core: Drop device removal error path when not supported
Simon Glass
2015-04-23
1
-10
/
+16
[next]