summaryrefslogtreecommitdiffstats
path: root/test/dm
Commit message (Expand)AuthorAgeFilesLines
* test: dm: usb: use the real device namePeng Fan2019-07-121-1/+1
* test: dm: adc: use the real device namePeng Fan2019-07-121-8/+8
* Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2019-07-111-0/+49
|\
| * test: dm: Add a test for PCI Enhanced AllocationAlex Marginean2019-07-101-0/+49
* | test: pci_ep: add basic pci_ep testsRamon Fried2019-07-112-0/+65
|/
* dm: Add a No-op uclassJean-Jacques Hiblot2019-07-052-0/+74
* video: Factor out vidconsole_put_string()Marek Vasut2019-05-201-8/+0
* Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2019-05-082-0/+44
|\
| * test/dm: reset: Add reset_get_by_index[_nodev] testJagan Teki2019-05-091-0/+23
| * test/dm: clk: Add clk_get_by_index[_nodev] testJagan Teki2019-05-091-0/+21
* | dm: cache: Create a uclass for cacheDinh Nguyen2019-05-051-0/+20
|/
* syscon: update syscon_regmap_lookup_by_phandlePatrick Delaunay2019-04-111-0/+7
* clk: Add fixed-factor clock driverAnup Patel2019-02-271-1/+4
* sound: Add uclass operations for beepingSimon Glass2019-02-201-0/+21
* pch: Add ioctl supportSimon Glass2019-02-201-0/+19
* sandbox: pch: Add a test for the PCH uclassSimon Glass2019-02-202-0/+37
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2019-02-111-0/+23
|\
| * dm: core: Add tests for dev_read_alias_highest_id()Michal Simek2019-02-081-0/+23
* | Merge tag 'dm-pull-10feb19' of git://git.denx.de/u-boot-dmTom Rini2019-02-101-0/+21
|\ \
| * | power: regulator: Introduce regulator_set_enable_if_allowed apiLokesh Vutla2019-02-091-0/+21
| |/
* / dm: device: fail uclass_find_first_device() if list_emptyMarcel Ziswiler2019-02-091-0/+4
|/
* net: explicitly assign errno to return code in case of network failureThomas RIENOESSL2019-01-241-1/+1
* Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dmTom Rini2019-01-152-11/+15
|\
| * dm: serial: Adjust serial_getinfo() to use proper APISimon Glass2019-01-141-2/+2
| * dm: serial: Adjust serial_setconfig() to use proper APISimon Glass2019-01-141-4/+7
| * dm: serial: Adjust serial_getconfig() to use proper APISimon Glass2019-01-141-2/+2
| * test: dm: regmap: Fix the long test delaySimon Glass2019-01-141-3/+4
* | test: bootcount: add bootcount-uclass testPhilipp Tomsich2019-01-142-0/+31
|/
* dm: video: fix test failures with enabled default TrueType fontAnatolij Gustschin2018-12-291-3/+3
* cmd: Move the "dm" command from test/dm/ to cmd/Tom Rini2018-12-152-89/+0
* dm: sound: Complete migration to driver modelSimon Glass2018-12-131-3/+3
* dm: core: Add a function to read into a unsigned intSimon Glass2018-12-131-0/+35
* dm: sound: Create a uclass for soundSimon Glass2018-12-132-0/+35
* dm: sound: Create a uclass for i2sSimon Glass2018-12-132-0/+33
* dm: sound: Create a uclass for audio codecsSimon Glass2018-12-132-0/+35
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-12-101-0/+29
|\
| * syscon: dm: Add a new method to get a regmap from DTSJean-Jacques Hiblot2018-12-071-0/+29
* | test: dma: add dma-uclass testGrygorii Strashko2018-12-072-0/+124
* | dm: Add Hardware Spinlock classBenjamin Gaignard2018-12-062-0/+41
|/
* Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dmTom Rini2018-12-053-4/+94
|\
| * dm: serial: Introduce ->getinfo() callbackAndy Shevchenko2018-12-051-0/+5
| * dm: serial: Add ->getconfig() callbackAndy Shevchenko2018-12-051-0/+7
| * dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas2018-12-051-2/+80
| * sandbox: sysreset: Update to support power-on resetSimon Glass2018-12-051-2/+2
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-12-051-0/+26
|\ \ | |/ |/|
| * test: regmap: add regmap_read_poll_timeout testNeil Armstrong2018-11-241-0/+26
* | dm: sandbox: i2c: Use new emulator parent uclassSimon Glass2018-11-292-5/+6
* | dm: core: Add a few more specific child-finding functionsSimon Glass2018-11-291-0/+27
* | dm: core: Export uclass_find_device_by_phandle()Simon Glass2018-11-291-0/+20
* | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2018-11-261-2/+2
|\ \