Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
17f2cf75bdec0c53440c8aa483831bca34ec05b5
/
include
/
dm
d93c8b4
dm: core: Add function to get child count of ofnode or device
by developer
· Sat May 02 11:35:09 2020 +0200
abeaca8
acpi: Move the xsdt pointer to acpi_ctx
by Simon Glass
· Sun Apr 26 09:19:52 2020 -0600
575a547
acpi: Move acpi_add_table() to generic code
by Simon Glass
· Sun Apr 26 09:19:50 2020 -0600
17968c3
acpi: Add a method to write tables for a device
by Simon Glass
· Sun Apr 26 09:19:46 2020 -0600
caee155
dm: core: add ofnode and dev function to iterate on node property
by Patrick Delaunay
· Mon Jan 13 11:34:56 2020 +0100
41b888e
Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm
by Tom Rini
· Thu Apr 16 13:45:03 2020 -0400
9d0731d
dm: core: remove the duplicated function dm_ofnode_pre_reloc
by Patrick Delaunay
· Fri Apr 03 11:39:18 2020 +0200
81d80b5
dm: core: support reading a single indexed u32 value
by Dario Binacchi
· Sun Mar 29 18:04:41 2020 +0200
42697f5
dm: core: Add a way to skip powering down power domains
by Simon Glass
· Sat Mar 28 14:03:48 2020 -0600
4969d21
acpi: Add an __ACPI__ preprocessor symbol
by Simon Glass
· Wed Apr 08 16:57:37 2020 -0600
2d67fdf
acpi: Add a simple sandbox test
by Simon Glass
· Wed Apr 08 16:57:34 2020 -0600
9fb9e9b
dm: core: Add basic ACPI support
by Simon Glass
· Thu Apr 09 10:27:38 2020 -0600
cfb28f1
dm: core: Add a flag for power domain control on device removal
by Anatolij Gustschin
· Mon Feb 17 12:36:43 2020 +0100
b7b1838
Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
by Tom Rini
· Tue Feb 11 10:58:41 2020 -0500
35cb2a4
dm: core: Add a function to find a device by drvdata
by Simon Glass
· Thu Feb 06 09:54:50 2020 -0700
27c0e17
dm: core: Allow iterating devices without uclass_get()
by Simon Glass
· Thu Feb 06 09:54:49 2020 -0700
fb6f482
dm: core: Drop the inclusion of linux/compat.h in dm.h
by Simon Glass
· Mon Feb 03 07:36:17 2020 -0700
9bc1564
dm: core: Create a new header file for 'compat' features
by Simon Glass
· Mon Feb 03 07:36:16 2020 -0700
d66c5f7
dm: core: Require users of devres to include the header
by Simon Glass
· Mon Feb 03 07:36:15 2020 -0700
0282757
cmd: Add command to dump drivers and compatible strings
by Sean Anderson
· Fri Jan 17 14:48:09 2020 -0500
76db9b7
dm: core: Add a way to iterate through children, probing each
by Simon Glass
· Mon Jan 27 08:49:48 2020 -0700
000676b
dm: core: Add a way to read platdata for all child devices
by Simon Glass
· Mon Jan 27 08:49:47 2020 -0700
e09223c
dm: core: Add ofnode_get_chosen_prop()
by Simon Glass
· Mon Jan 27 08:49:46 2020 -0700
0c2e980
dm: core: Add ofnode_read_prop()
by Simon Glass
· Mon Jan 27 08:49:44 2020 -0700
f345596
dm: core: Rename ofnode_get_chosen_prop()
by Simon Glass
· Mon Jan 27 08:49:43 2020 -0700
c99ba91
dm: core: Update comment for ofnode_get_chosen_node()
by Simon Glass
· Mon Jan 27 08:49:42 2020 -0700
2f9a612
dm: core: Use const device for the dev_read_...() interface
by Simon Glass
· Mon Jan 27 08:49:40 2020 -0700
c6548b8
dm: core: Use const device for the devfdt...() interface
by Simon Glass
· Mon Jan 27 08:49:39 2020 -0700
2a58088
dm: core: Use const where possible in device.h
by Simon Glass
· Mon Jan 27 08:49:36 2020 -0700
b2b76eb
Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm
by Tom Rini
· Thu Jan 09 08:52:21 2020 -0500
323ff9f
dm: devres: Add tests
by Simon Glass
· Sun Dec 29 21:19:26 2019 -0700
204675c
dm: test: Add a test driver for devres
by Simon Glass
· Sun Dec 29 21:19:25 2019 -0700
fbc3cfc
dm: devres: Create a new devres header file
by Simon Glass
· Sun Dec 29 21:19:22 2019 -0700
d3c9d30
dm: core: Add a new flag to track platform data
by Simon Glass
· Sun Dec 29 21:19:21 2019 -0700
4a26385
dm: core: Export a new function to read platdata
by Simon Glass
· Sun Dec 29 21:19:20 2019 -0700
2137c24
dm: core: Add a comment for DM_FLAG_OF_PLATDATA
by Simon Glass
· Sun Dec 29 21:19:19 2019 -0700
90592ed
dm: rng: Add random number generator(rng) uclass
by Sughosh Ganu
· Sat Dec 28 23:58:27 2019 +0530
2ee1f6a
pci: Add support for p2sb uclass
by Simon Glass
· Fri Dec 06 21:41:55 2019 -0700
5e5c0cd
x86: power: Add an ACPI PMC uclass
by Simon Glass
· Fri Dec 06 21:41:53 2019 -0700
0b591e0
dm: pci: Move pci_get_devfn() into a common file
by Simon Glass
· Fri Dec 06 21:41:38 2019 -0700
1ab8b89
dm: core: Fix offset_to_ofnode() with invalid offset
by Simon Glass
· Fri Dec 06 21:41:36 2019 -0700
ee284f9
pinctrol: dm: remove the function pinctrl_decode_pin_config
by Patrick Delaunay
· Wed Oct 23 15:44:36 2019 +0200
5cc5107
ufs: Add Initial Support for UFS subsystem
by Faiz Abbas
· Tue Oct 15 18:24:36 2019 +0530
c10e52b
dm: core: Allow for not controlling the power-domain by DM framework
by Lokesh Vutla
· Fri Sep 27 13:48:12 2019 +0530
9554087
dm: device: Fix typo in the non-DEVRES version of devm_kmalloc_array()
by Jean-Jacques Hiblot
· Thu Sep 26 15:43:54 2019 +0200
597fdfc
dm: Fix default address cells return value
by Matthias Brugger
· Thu Sep 05 10:48:49 2019 +0200
9712c82
dm: Add a dsi host uclass
by Yannick Fertré
· Mon Oct 07 15:29:05 2019 +0200
fa45a08
dm: core: Add a function to count the children of a device
by Lokesh Vutla
· Wed Sep 04 16:01:26 2019 +0530
23b2759
dm: pci: Add a function to read a PCI BAR
by Simon Glass
· Sun Sep 15 12:08:58 2019 -0600
b98ba4c
pci: sandbox: Move the emulators into their own node
by Simon Glass
· Wed Sep 25 08:56:10 2019 -0600
cfd7293
dm: core: Add device_foreach_child()
by Simon Glass
· Wed Sep 25 08:55:56 2019 -0600
0bb4427
dm: core: Correct the return value for uclass_find_first_device()
by Simon Glass
· Wed Sep 25 08:55:55 2019 -0600
478860d
dm: core: Add functions to read 64-bit dt properties
by T Karthik Reddy
· Mon Sep 02 16:34:30 2019 +0200
9993f75
serial: stm32: remove unused include
by Patrick Delaunay
· Tue Jul 30 19:16:47 2019 +0200
f677c6f
dm: core: add support for getting register address and size
by Sekhar Nori
· Thu Aug 01 19:12:56 2019 +0530
d89bb86
dm: uclass: fix comment copy/paste error
by Baruch Siach
· Thu Jul 11 11:23:44 2019 +0300
4cf914d
dm: Fix parameter description of dev_read_name()
by Bin Meng
· Fri Jul 05 09:23:18 2019 -0700
c6b05de
Merge tag 'u-boot-stm32-20190723' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm
by Tom Rini
· Tue Jul 23 14:16:21 2019 -0400
22236e0
dm: core: Introduce xxx_translate_dma_address()
by Fabien Dessenne
· Fri May 31 15:11:30 2019 +0200
ab8c2a5
net: add MDIO_MUX DM class
by Alex Marginean
· Fri Jul 12 10:13:50 2019 +0300
1a5b098
net: introduce MDIO DM class for MDIO devices
by Alex Marginean
· Mon Jun 03 19:10:30 2019 +0300
5a822e8
Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
by Tom Rini
· Thu Jul 11 18:10:11 2019 -0400
663686d
drivers: pci_ep: Introduce UCLASS_PCI_EP uclass
by Ramon Fried
· Sat Apr 27 11:15:21 2019 +0300
63e4d11
dm: doc: add documentation for pre-reloc properties in SPL and TPL
by Patrick Delaunay
· Tue May 21 19:19:13 2019 +0200
db97c7f
dm: Add a No-op uclass
by Jean-Jacques Hiblot
· Fri Jul 05 09:33:57 2019 +0200
c999192
dm: pinctrl: Add driver-strength-microamp property
by Guillaume La Roque
· Tue Jun 04 13:53:06 2019 +0200
aa86be7
drivers: spi: cf_spi: convert to driver model
by Angelo Dureghello
· Wed Mar 13 21:46:47 2019 +0100
5b77541
core: ofnode: Have ofnode_read_u32_default return a u32
by Trent Piepho
· Fri May 10 17:48:20 2019 +0000
d332e6e
core: ofnode: Add ofnode_get_addr_size_index
by Keerthy
· Wed Apr 24 17:19:53 2019 +0530
9175e38
Merge branch 'master' of git://git.denx.de/u-boot-sh
by Tom Rini
· Mon May 06 07:18:51 2019 -0400
d94e18e
dm: cache: Create a uclass for cache
by Dinh Nguyen
· Tue Apr 23 16:55:03 2019 -0500
8751096
pinctrl: gpio: Add callback for configuring pin as GPIO
by Marek Vasut
· Sun Apr 21 23:57:23 2019 +0200
85bddff
dm: core: Change platform specific translation-offset handling
by Stefan Roese
· Fri Apr 12 16:42:28 2019 +0200
3288d04
dm: remove unused function dm_fdt_pre_reloc
by Patrick Delaunay
· Wed Mar 20 18:21:26 2019 +0100
826325f
dm: pinctrl: Remove obsolete function pinctrl_decode_pin_config_dm().
by Christoph Muellner
· Tue Feb 12 18:28:53 2019 +0100
f5c9811
dm: Fix typo 'Watchdot' -> 'Watchdog'
by Chris Packham
· Mon Feb 18 08:48:04 2019 +1300
d0e30a0
dm: core: Introduce dev_read_alias_highest_id()
by Michal Simek
· Thu Jan 31 16:30:59 2019 +0100
c6203cb
dm: core: Add of_alias_get_highest_id()
by Michal Simek
· Thu Jan 31 16:30:57 2019 +0100
734b451
dm: pinctrl: Add pinctrl_decode_pin_config_dm().
by Christoph Muellner
· Wed Jan 02 15:09:18 2019 +0100
6df01f9
dm: core: Add a function to read into a unsigned int
by Simon Glass
· Mon Dec 10 10:37:37 2018 -0700
76072ac
dm: sound: Create a uclass for sound
by Simon Glass
· Mon Dec 10 10:37:36 2018 -0700
c953aaf
dm: sound: Create a uclass for i2s
by Simon Glass
· Mon Dec 10 10:37:34 2018 -0700
ed96cde
dm: sound: Create a uclass for audio codecs
by Simon Glass
· Mon Dec 10 10:37:33 2018 -0700
cfad8a4
Merge tag 'for-master-20181210' of git://git.denx.de/u-boot-rockchip
by Tom Rini
· Mon Dec 10 10:19:09 2018 -0500
d914c09
Merge branch 'master' of git://git.denx.de/u-boot-i2c
by Tom Rini
· Mon Dec 10 07:16:33 2018 -0500
aeed611
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· Mon Dec 10 07:15:12 2018 -0500
ce86031
bootcount: add uclass for bootcount
by Philipp Tomsich
· Tue Nov 27 23:00:18 2018 +0100
a5da300
dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROL
by Jean-Jacques Hiblot
· Fri Dec 07 14:50:39 2018 +0100
9dc0d5c
dm: usb: create a new UCLASS ID for USB gadget devices
by Jean-Jacques Hiblot
· Thu Nov 29 10:52:46 2018 +0100
a550b54
dm: Add Hardware Spinlock class
by Benjamin Gaignard
· Tue Nov 27 13:49:50 2018 +0100
33aeaaf
Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dm
by Tom Rini
· Wed Dec 05 20:32:25 2018 -0500
f275163
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· Wed Dec 05 15:06:24 2018 -0500
a318115
dm: core: add functions to get/remap I/O addresses by name
by Álvaro Fernández Rojas
· Mon Dec 03 19:37:09 2018 +0100
872f454
dm: (re)sort uclass ids alphabetically
by Philipp Tomsich
· Sun Nov 25 19:38:54 2018 +0100
f14cb21
ofnode: fix comment typo
by Baruch Siach
· Sun Nov 18 14:39:20 2018 +0200
4b0ecc6
dm: sandbox: i2c: Add a new 'emulation parent' uclass
by Simon Glass
· Sun Nov 18 08:14:33 2018 -0700
78df8b4
dm: core: Put UCLASS_SIMPLE_BUS in order
by Simon Glass
· Sun Nov 18 08:14:32 2018 -0700
a11341a
dm: core: Add a few more specific child-finding functions
by Simon Glass
· Sun Nov 18 08:14:31 2018 -0700
dc3efdc
dm: core: Export uclass_find_device_by_phandle()
by Simon Glass
· Sun Nov 18 08:14:30 2018 -0700
0af1750
dm: platform_data: spi: s/pl022_spi.h/spi_pl022.h
by Jagan Teki
· Thu Nov 22 11:54:08 2018 +0530
Next »