summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* spi: nxp-fspi: Use new readl_poll_sleep_timeout APIKuldeep Singh2020-05-111-5/+5
* iopoll: Add readl_poll_sleep_timeoutJagan Teki2020-05-111-0/+6
* iopoll: Add dealy to read pollJagan Teki2020-05-111-2/+6
* iopoll: Add read_poll_timeout common APIJagan Teki2020-05-111-2/+4
* clk: Fix clk func names in commentsJagan Teki2020-05-111-6/+6
* phy: Use _nodev naming convention if non-device clientsJagan Teki2020-05-113-5/+9
* phy: Fix node description of phy_get_by_nodeJagan Teki2020-05-111-1/+1
* spi: Zap lpc32xx_ssp driver-related codeJagan Teki2020-05-116-152/+0
* Merge branch '2020-05-08-assorted-fixes'Tom Rini2020-05-086-41/+85
|\
| * test: fix naming of test functions in the log test suiteHeinrich Schuchardt2020-05-082-36/+36
| * test: describe naming conventions for macro UNIT_TESTHeinrich Schuchardt2020-05-082-2/+39
| * env/sf.c: honour CONFIG_SPL_SAVEENVRasmus Villemoes2020-05-081-1/+1
| * sata: dwc_ahsata: Fix memory issue in reset_sataYe Li2020-05-081-0/+3
| * sata: dwc_ahsata: Fix incorrect freeYe Li2020-05-081-1/+0
| * sata: ahsata: Fix wrong operand for checking SERR DIAG_XYe Li2020-05-081-1/+1
| * sata: ahsata: Fix resource leakYe Li2020-05-081-0/+5
|/
* Merge tag 'efi-2020-07-rc2-3' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/08May2020Tom Rini2020-05-088-26/+34
|\
| * efi_loader: crypto/pkcs7_parser.h is not a local includeHeinrich Schuchardt2020-05-071-1/+1
| * efi_loader: pkcs7_parse_message() returns error pointerPatrick Wildt2020-05-071-1/+3
| * efi_loader: efi_variable_parse_signature() returns NULL on errorPatrick Wildt2020-05-071-2/+1
| * efi_loader: put device tree into EfiACPIReclaimMemoryHeinrich Schuchardt2020-05-072-4/+4
| * efi_loader: use logical and in do_env_print_efi()Heinrich Schuchardt2020-05-071-1/+1
| * efi_loader: do not unnecessarily use EFI_CALL()Heinrich Schuchardt2020-05-071-15/+19
| * efi_loader: error handling in efi_set_variable_common().Heinrich Schuchardt2020-05-071-1/+1
| * efi_loader: remove redundant assignment in dp_fill()Heinrich Schuchardt2020-05-071-1/+1
| * kbuild: efi: Avoid rebuilding efi targetsJan Kiszka2020-05-072-0/+3
* | Merge branch '2020-05-07-more-kconfig-migrations'Tom Rini2020-05-08593-1160/+693
|\ \
| * | treewide: mem: Move mtest related defines to KconfigWIP/2020-05-07-more-kconfig-migrationsAshok Reddy Soma2020-05-08496-804/+417
| * | treewide: mem: Enable MEMTEST via defconfigMichal Simek2020-05-0811-3/+9
| * | treewide: mem: Remove alternate memtest setup from Mox and x530Michal Simek2020-05-082-4/+0
| * | cmd: mem: Remove CONFIG_SYS_MEMTEST_SCRATCH mappingMichal Simek2020-05-0832-44/+2
| * | configs: migrate CONFIG_SYS_MTDPARTS_RUNTIME to defconfigsPatrick Delaunay2020-05-089-8/+12
| * | configs: migrate CONFIG_SET_DFU_ALT_INFO to defconfigsPatrick Delaunay2020-05-0811-5/+11
| * | configs: Resync with savedefconfigTom Rini2020-05-08105-292/+242
|/ /
* | Merge branch '2020-05-07-atheros-phy-improvements'Tom Rini2020-05-073-53/+345
|\ \ | |/ |/|
| * phy: atheros: consolidate {ar8031|ar8035}_config()WIP/2020-05-07-atheros-phy-improvementsMichael Walle2020-05-071-27/+3
| * phy: atheros: ar8035: remove static clock configMichael Walle2020-05-071-13/+0
| * phy: atheros: add device tree bindings and configMichael Walle2020-05-073-2/+270
| * phy: atheros: move delay config to common functionMichael Walle2020-05-071-16/+22
| * phy: atheros: introduce debug read and write functionsMichael Walle2020-05-071-16/+41
| * phy: atheros: use defines for PHY IDsMichael Walle2020-05-071-3/+7
| * phy: atheros: fix AR8021 PHY ID maskMichael Walle2020-05-071-1/+1
| * phy: atheros: Clarify the intention of ar8021_configVladimir Oltean2020-05-071-4/+4
| * phy: atheros: Explicitly disable RGMII delaysVladimir Oltean2020-05-071-0/+8
| * phy: atheros: Clarify the configuration of the CLK_25M output pinVladimir Oltean2020-05-071-5/+14
| * phy: atheros: Use common functions for RGMII internal delaysVladimir Oltean2020-05-071-28/+41
| * phy: atheros: Make RGMII Tx delays actually configurable for AR8035Vladimir Oltean2020-05-071-4/+0
|/
* Merge branch '2020-05-06-master-imports'Tom Rini2020-05-0717-91/+200
|\
| * menu: add support for client defined statusline functionThirupathaiah Annapureddy2020-05-074-37/+41
| * rsa: fix alignment issue when getting public exponentHeiko Stuebner2020-05-071-2/+2