aboutsummaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)AuthorFilesLines
2019-07-31test: dm: clk_ccf: test composite clkPeng Fan1-0/+8
2019-07-27Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2-1/+63
2019-07-23Merge tag 'u-boot-stm32-20190723' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2-0/+134
2019-07-22remoteproc: add elf file load supportFabien Dessenne1-0/+122
2019-07-22dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne1-0/+12
2019-07-19clk: sandbox: Add sandbox test code for Common Clock Framework [CCF]Lukasz Majewski2-1/+63
2019-07-18test: dm: add a test for MDIO MUX DM uclassAlex Marginean2-0/+81
2019-07-18test: dm_mdio: add a 2nd register to the emulated PHYAlex Marginean1-0/+3
2019-07-15test: dm: add MDIO testAlex Marginean2-0/+54
2019-07-12test: dm: usb: use the real device namePeng Fan1-1/+1
2019-07-12test: dm: adc: use the real device namePeng Fan1-8/+8
2019-07-11Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini1-0/+49
2019-07-11test: pci_ep: add basic pci_ep testsRamon Fried2-0/+65
2019-07-10test: dm: Add a test for PCI Enhanced AllocationAlex Marginean1-0/+49
2019-07-05dm: Add a No-op uclassJean-Jacques Hiblot2-0/+74
2019-05-20video: Factor out vidconsole_put_string()Marek Vasut1-8/+0
2019-05-08Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2-0/+44
2019-05-09test/dm: reset: Add reset_get_by_index[_nodev] testJagan Teki1-0/+23
2019-05-09test/dm: clk: Add clk_get_by_index[_nodev] testJagan Teki1-0/+21
2019-05-05dm: cache: Create a uclass for cacheDinh Nguyen1-0/+20
2019-04-11syscon: 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-15Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dmTom Rini2-11/+15
2019-01-14dm: serial: Adjust serial_getinfo() to use proper APISimon Glass1-2/+2
2019-01-14dm: serial: Adjust serial_setconfig() to use proper APISimon Glass1-4/+7
2019-01-14dm: serial: Adjust serial_getconfig() to use proper APISimon Glass1-2/+2
2019-01-14test: dm: regmap: Fix the long test delaySimon Glass1-3/+4
2019-01-14test: 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-13dm: sound: Complete migration to driver modelSimon Glass1-3/+3
2018-12-13dm: core: Add a function to read into a unsigned intSimon Glass1-0/+35
2018-12-13dm: sound: Create a uclass for soundSimon Glass2-0/+35
2018-12-13dm: sound: Create a uclass for i2sSimon Glass2-0/+33
2018-12-13dm: 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-06dm: Add Hardware Spinlock classBenjamin Gaignard2-0/+41
2018-12-05Merge 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