summaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)AuthorFilesLines
2019-04-12syscon: update syscon_regmap_lookup_by_phandlePatrick Delaunay1-0/+7
2019-02-27clk: Add fixed-factor clock driverAnup Patel1-1/+4
2019-02-20sound: Add uclass operations for beepingSimon Glass1-0/+21
2019-02-20pch: Add ioctl supportSimon Glass1-0/+19
2019-02-20sandbox: pch: Add a test for the PCH uclassSimon Glass2-0/+37
2019-02-11Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-0/+23
2019-02-10Merge tag 'dm-pull-10feb19' of git://git.denx.de/u-boot-dmTom Rini1-0/+21
2019-02-09power: regulator: Introduce regulator_set_enable_if_allowed apiLokesh Vutla1-0/+21
2019-02-09dm: device: fail uclass_find_first_device() if list_emptyMarcel Ziswiler1-0/+4
2019-02-08dm: core: Add tests for dev_read_alias_highest_id()Michal Simek1-0/+23
2019-01-24net: explicitly assign errno to return code in case of network failureThomas RIENOESSL1-1/+1
2019-01-16Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dmTom Rini2-11/+15
2019-01-15dm: serial: Adjust serial_getinfo() to use proper APISimon Glass1-2/+2
2019-01-15dm: serial: Adjust serial_setconfig() to use proper APISimon Glass1-4/+7
2019-01-15dm: serial: Adjust serial_getconfig() to use proper APISimon Glass1-2/+2
2019-01-15test: dm: regmap: Fix the long test delaySimon Glass1-3/+4
2019-01-15test: bootcount: add bootcount-uclass testPhilipp Tomsich2-0/+31
2018-12-29dm: video: fix test failures with enabled default TrueType fontAnatolij Gustschin1-3/+3
2018-12-15cmd: Move the "dm" command from test/dm/ to cmd/Tom Rini2-89/+0
2018-12-14dm: sound: Complete migration to driver modelSimon Glass1-3/+3
2018-12-14dm: core: Add a function to read into a unsigned intSimon Glass1-0/+35
2018-12-14dm: sound: Create a uclass for soundSimon Glass2-0/+35
2018-12-14dm: sound: Create a uclass for i2sSimon Glass2-0/+33
2018-12-14dm: sound: Create a uclass for audio codecsSimon Glass2-0/+35
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-0/+29
2018-12-07syscon: dm: Add a new method to get a regmap from DTSJean-Jacques Hiblot1-0/+29
2018-12-07test: dma: add dma-uclass testGrygorii Strashko2-0/+124
2018-12-07dm: Add Hardware Spinlock classBenjamin Gaignard2-0/+41
2018-12-06Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dmTom Rini3-4/+94
2018-12-05Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-0/+26
2018-12-05dm: serial: Introduce ->getinfo() callbackAndy Shevchenko1-0/+5
2018-12-05dm: serial: Add ->getconfig() callbackAndy Shevchenko1-0/+7
2018-12-05dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas1-2/+80
2018-12-05sandbox: sysreset: Update to support power-on resetSimon Glass1-2/+2
2018-11-29dm: sandbox: i2c: Use new emulator parent uclassSimon Glass2-5/+6
2018-11-29dm: core: Add a few more specific child-finding functionsSimon Glass1-0/+27
2018-11-29dm: core: Export uclass_find_device_by_phandle()Simon Glass1-0/+20
2018-11-26Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-2/+2
2018-11-26sandbox: Drop the deprecated 'sb' commandSimon Glass1-1/+1
2018-11-24test: regmap: add regmap_read_poll_timeout testNeil Armstrong1-0/+26
2018-11-21sf: Add a method to obtain the block-protect settingSimon Glass1-0/+9
2018-11-21test: sf: Add a simple SPI flash testSimon Glass1-2/+44
2018-11-21misc: Update read() and write() methods to return bytes xferedSimon Glass1-3/+3
2018-11-20dm: adc: add uclass's mask and conversion helpersFabrice Gasnier1-0/+35
2018-11-17dm: video: correctly set the cursor positionHeinrich Schuchardt1-2/+2
2018-11-14test: dm: virtio: Add test cases for virtio uclassBin Meng2-0/+123
2018-11-14test: dm: pci: Add cases for finding next PCI capability APIsBin Meng1-0/+20
2018-11-14test: dm: blk: Correct blk_base test caseBin Meng1-16/+11
2018-11-14test: dm: core: Add test case for uclass driver's child_post_probe()Bin Meng2-2/+50
2018-11-14test: regmap: Add test for regmap_{set, get}Mario Six1-0/+28