summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-04-17test: dm: update test for pins configuration in gpioPatrick Delaunay1-20/+66
2020-04-17gpio: sandbox: cleanup binding supportPatrick Delaunay1-5/+8
2020-04-17test: dm: update test for pins configuration in pinctrl nodePatrick Delaunay1-1/+13
2020-04-17pinctrl: sandbox: Add mux information in get_pin_muxingPatrick Delaunay1-0/+30
2020-04-17gpio: add ops to set dir flagsPatrick Delaunay1-5/+12
2020-04-17gpio: add ops to get dir flagsPatrick Delaunay1-6/+25
2020-04-17gpio: add support of new GPIO direction flagPatrick Delaunay1-0/+30
2020-04-17gpio: update dir_flags managementPatrick Delaunay1-2/+25
2020-04-17gpio: add helper GPIOD_FLAGS_OUTPUTPatrick Delaunay1-6/+3
2020-04-17gpio: add function check_dir_flagsPatrick Delaunay1-0/+25
2020-04-17gpio: add function _dm_gpio_set_dir_flagsPatrick Delaunay1-13/+25
2020-04-17gpio: add function _gpio_get_valuePatrick Delaunay1-4/+10
2020-04-17gpio: add gpio descriptor initialization helperPatrick Delaunay1-8/+19
2020-04-17gpio: remove the open_drain API and opsPatrick Delaunay3-93/+0
2020-04-17dm: pinctrl: migrate pinctrl-generic to livetreePatrick Delaunay1-19/+11
2020-04-17dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay3-0/+96
2020-04-17dm: pinctrl: convert pinctrl-single to livetreePatrick Delaunay1-18/+9
2020-04-17Merge tag 'arc-fixes-for-2020.07-rc1' of https://gitlab.denx.de/u-boot/custod...Tom Rini1-1/+2
2020-04-16Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2-2/+0
2020-04-16ARC: HSDK: CGU: fix tunnel clock calculationEugeniy Paltsev1-1/+2
2020-04-16Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini13-113/+129
2020-04-16dm: core: Read parent ofdata before childrenSimon Glass1-0/+16
2020-04-16dm: core: remove the duplicated function dm_ofnode_pre_relocPatrick Delaunay4-31/+3
2020-04-16dm: core: refactor functions reading an u32 from dtDario Binacchi2-36/+3
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi3-0/+75
2020-04-16dm: core: Add a way to skip powering down power domainsSimon Glass2-2/+3
2020-04-16dm: core: Add logging on unbind failureSimon Glass2-10/+14
2020-04-16dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay1-35/+17
2020-04-16dm: core: remove redundant assignmentHeinrich Schuchardt1-1/+1
2020-04-16dm: core: remove redundant if statementHeinrich Schuchardt1-4/+2
2020-04-16sandbox: p2sb: Silence compiler warningSimon Glass1-1/+1
2020-04-16serial: Set baudrate on bootSean Anderson1-0/+1
2020-04-16x86: Move acpi_s3.h to include/acpi/Simon Glass3-5/+3
2020-04-16dm: core: Add basic ACPI supportSimon Glass3-0/+43
2020-04-16pci: Adjust dm_pci_read_bar32() to return errors correctlySimon Glass1-1/+8
2020-04-16dm: pci: Allow disabling auto-config for a deviceSimon Glass1-0/+2
2020-04-16tpm: Don't cleanup unless an error happensSimon Glass1-3/+10
2020-04-16tpm: cr50: Use the correct GPIO bindingSimon Glass1-1/+1
2020-04-16tpm: cr50: Add a comment for cr50_privSimon Glass1-0/+9
2020-04-16tpm: cr50: Release locality on exitSimon Glass1-2/+11
2020-04-16cpu: Support querying the address widthSimon Glass1-0/+1
2020-04-16serial: ns16550: Provide UART base clock speed in ->getinfo()Andy Shevchenko1-0/+2
2020-04-16dm: serial: Add clock member to struct serial_device_infoAndy Shevchenko1-0/+1
2020-04-16drivers: crypto: rsa_mod_exp: avoid DM_FLAG_PRE_RELOCHeinrich Schuchardt2-2/+0
2020-04-15Merge tag 'u-boot-stm32-20200415' of https://gitlab.denx.de/u-boot/custodians...Tom Rini3-3/+73
2020-04-15configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOTPatrick Delaunay2-2/+2
2020-04-15net: dwc_eth_qos: implement phy reg and max-speed for stm32Patrick Delaunay1-1/+18
2020-04-15net: dwc_eth_qos: implement reset-gpios for stm32Christophe Roullier1-0/+53
2020-04-15watchdog: sp805_wdt: get platform clock from dt fileRayagonda Kokatanur1-2/+13
2020-04-15watchdog: honour hw_margin_ms DT propertyRasmus Villemoes1-1/+10