summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drivers: i2c: add brcm iproc I2C driver supportRayagonda Kokatanur2020-04-204-0/+1057
* i2c: muxes: pca954x: add PCA9546 variantChris Packham2020-04-202-2/+8
* test: pinmux: add pincontrol-gpio for pin configurationPatrick Delaunay2020-04-161-0/+196
* test: dm: update test for pins configuration in gpioPatrick Delaunay2020-04-161-20/+66
* gpio: sandbox: cleanup binding supportPatrick Delaunay2020-04-161-5/+8
* test: dm: update test for pins configuration in pinctrl nodePatrick Delaunay2020-04-161-1/+13
* pinctrl: sandbox: Add mux information in get_pin_muxingPatrick Delaunay2020-04-161-0/+30
* gpio: add ops to set dir flagsPatrick Delaunay2020-04-161-5/+12
* gpio: add ops to get dir flagsPatrick Delaunay2020-04-161-6/+25
* gpio: add support of new GPIO direction flagPatrick Delaunay2020-04-161-0/+30
* gpio: update dir_flags managementPatrick Delaunay2020-04-161-2/+25
* gpio: add helper GPIOD_FLAGS_OUTPUTPatrick Delaunay2020-04-161-6/+3
* gpio: add function check_dir_flagsPatrick Delaunay2020-04-161-0/+25
* gpio: add function _dm_gpio_set_dir_flagsPatrick Delaunay2020-04-161-13/+25
* gpio: add function _gpio_get_valuePatrick Delaunay2020-04-161-4/+10
* gpio: add gpio descriptor initialization helperPatrick Delaunay2020-04-161-8/+19
* gpio: remove the open_drain API and opsPatrick Delaunay2020-04-163-93/+0
* dm: pinctrl: migrate pinctrl-generic to livetreePatrick Delaunay2020-04-161-19/+11
* dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay2020-04-163-0/+96
* dm: pinctrl: convert pinctrl-single to livetreePatrick Delaunay2020-04-161-18/+9
* Merge tag 'arc-fixes-for-2020.07-rc1' of https://gitlab.denx.de/u-boot/custod...Tom Rini2020-04-161-1/+2
|\
| * ARC: HSDK: CGU: fix tunnel clock calculationEugeniy Paltsev2020-04-161-1/+2
* | Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/16Apr2020Tom Rini2020-04-162-2/+0
|\ \
| * | drivers: crypto: rsa_mod_exp: avoid DM_FLAG_PRE_RELOCHeinrich Schuchardt2020-04-162-2/+0
* | | Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini2020-04-1613-113/+129
|\ \ \ | |_|/ |/| |
| * | dm: core: Read parent ofdata before childrenSimon Glass2020-04-161-0/+16
| * | dm: core: remove the duplicated function dm_ofnode_pre_relocPatrick Delaunay2020-04-164-31/+3
| * | dm: core: refactor functions reading an u32 from dtDario Binacchi2020-04-162-36/+3
| * | dm: core: support reading a single indexed u32 valueDario Binacchi2020-04-163-0/+75
| * | dm: core: Add a way to skip powering down power domainsSimon Glass2020-04-162-2/+3
| * | dm: core: Add logging on unbind failureSimon Glass2020-04-162-10/+14
| * | dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay2020-04-161-35/+17
| * | dm: core: remove redundant assignmentHeinrich Schuchardt2020-04-161-1/+1
| * | dm: core: remove redundant if statementHeinrich Schuchardt2020-04-161-4/+2
| * | sandbox: p2sb: Silence compiler warningSimon Glass2020-04-161-1/+1
| * | serial: Set baudrate on bootSean Anderson2020-04-161-0/+1
* | | x86: Move acpi_s3.h to include/acpi/Simon Glass2020-04-163-5/+3
* | | dm: core: Add basic ACPI supportSimon Glass2020-04-163-0/+43
* | | pci: Adjust dm_pci_read_bar32() to return errors correctlySimon Glass2020-04-161-1/+8
* | | dm: pci: Allow disabling auto-config for a deviceSimon Glass2020-04-161-0/+2
* | | tpm: Don't cleanup unless an error happensSimon Glass2020-04-161-3/+10
* | | tpm: cr50: Use the correct GPIO bindingSimon Glass2020-04-161-1/+1
* | | tpm: cr50: Add a comment for cr50_privSimon Glass2020-04-161-0/+9
* | | tpm: cr50: Release locality on exitSimon Glass2020-04-161-2/+11
* | | cpu: Support querying the address widthSimon Glass2020-04-161-0/+1
* | | serial: ns16550: Provide UART base clock speed in ->getinfo()Andy Shevchenko2020-04-161-0/+2
* | | dm: serial: Add clock member to struct serial_device_infoAndy Shevchenko2020-04-161-0/+1
|/ /
* | Merge tag 'u-boot-stm32-20200415' of https://gitlab.denx.de/u-boot/custodians...WIP/15Apr2020Tom Rini2020-04-153-3/+73
|\ \ | |/ |/|
| * configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOTPatrick Delaunay2020-04-152-2/+2
| * net: dwc_eth_qos: implement phy reg and max-speed for stm32Patrick Delaunay2020-04-151-1/+18