aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-31Merge branch 'next' of git://git.denx.de/u-boot-usb into nextTom Rini67-277/+877
2020-03-30usb: Migrate to support live DT for some driverKever Yang11-57/+42
2020-03-30usb: ehci-msm: Use dev interface to get device addressKever Yang1-3/+1
2020-03-30usb: dwc3-of-simple: Drop redundant inclding header fileKever Yang1-1/+0
2020-03-27Merge branch '2020-03-27-master-imports'Tom Rini4-4/+12
2020-03-27test: typo decompressionHeinrich Schuchardt1-1/+1
2020-03-27MAINTAINERS: add myself as maintainer of fs/btrfsMarek BehĂșn1-0/+7
2020-03-27fs: ext4: Fix alignment of cache buffersJan Kiszka1-1/+1
2020-03-27MAINTAINERS: Add usb.h entry to usbMarek Vasut1-0/+1
2020-03-27test/py: mmc: Fix 'mmc info' testcaseHarald Seiler1-2/+2
2020-03-27Revert "vexpress_ca9x4: Enable use of correct DTB file and restore EFI loader."Tom Rini2-3/+2
2020-03-26Merge tag 'u-boot-rockchip-20200327' of https://gitlab.denx.de/u-boot/custodi...Tom Rini16-16/+40
2020-03-26Merge tag 'u-boot-stm32-20200324' of https://gitlab.denx.de/u-boot/custodians...Tom Rini51-2205/+3143
2020-03-26rockchip: mkimage: Use an existing macro instead of a decimal valueMiquel Raynal1-2/+4
2020-03-26rv1108: Fix boot regressionOtavio Salvador1-0/+6
2020-03-26elgin-rv1108: Avoid adc_channel_single_shot errorOtavio Salvador1-0/+1
2020-03-26elgin-rv1108: Use rk_board_late_init() for GPIO settingsOtavio Salvador2-1/+2
2020-03-26ARM: dts: Activate pullups in the console pins on rv1108-elgin-r1Otavio Salvador1-0/+11
2020-03-26rockchip: Change keyboard input from CrOS EC keyboard to a USB keyboardPeter Robinson10-5/+10
2020-03-26rockchip: evb-rv1108: Use syscon API to get grf baseKever Yang1-4/+3
2020-03-26rockchip: elgin-rv1108: Use syscon API to get grf baseKever Yang1-4/+3
2020-03-24timer: sti: use clk API to get timer clock rateNicolas Heemeryck1-2/+15
2020-03-24timer: sti: convert to livetreeNicolas Heemeryck1-6/+3
2020-03-24i2c: stm32f7_i2c: allows for any bus frequencyAlain Volmat1-46/+59
2020-03-24ram: stm32mp1: the property st, phy-cal becomes optionalPatrick Delaunay6-16/+56
2020-03-24ram: stm32mp1: reduce delay after BIST reset for tuningPatrick Delaunay1-1/+1
2020-03-24ram: stm32mp1_ddr: fix self refresh disable during DQS trainingPatrick Delaunay2-1/+5
2020-03-24ram: stm32mp1: update BIST config for tuningPatrick Delaunay1-9/+142
2020-03-24ram: stm32mp1: tuning: deactivate derating during BIST testPatrick Delaunay1-0/+15
2020-03-24ram: stm32mp1: tuning: add timeout for polling BISTGSR.BDDONEPatrick Delaunay1-20/+25
2020-03-24ram: stm32mp1: don't display the prompt two timesPatrick Delaunay1-3/+1
2020-03-24ram: stm32mp1: display result for software read DQS gatingPatrick Delaunay1-4/+6
2020-03-24ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDRPatrick Delaunay4-11/+49
2020-03-24ARM: dts: stm32mp1: DT alignment with Linux 5.6-rc1Patrick Delaunay27-1993/+2406
2020-03-24clk: stm32mp1: add SPI5_K supportPatrick Delaunay1-0/+7
2020-03-24clk: stm32mp1: correct CKSELR masksPatrick Delaunay1-3/+3
2020-03-24stm32mp: psci: set cntfrq register of cpu onLudovic Barre1-0/+22
2020-03-24stm32mp1: add 800 MHz profile supportPatrick Delaunay4-1/+40
2020-03-24arm: stm32mp: fdt: update kernel device tree according the part numberPatrick Delaunay1-12/+88
2020-03-24arm: stm32mp: add function get_soc_namePatrick Delaunay2-3/+15
2020-03-24board: stm32mp1: display reference only for STMicroelectronics boardPatrick Delaunay1-14/+14
2020-03-24board: stm32mp1: add finished good in board identifier OTPPatrick Delaunay2-12/+52
2020-03-24arm: stm32mp: improve the error message for smcPatrick Delaunay1-2/+2
2020-03-24board: stm32mp1: stboard: lock the OTP after programmingPatrick Delaunay1-1/+20
2020-03-24arm: stm32mp: bsec: add permanent lock support in bsec driverPatrick Delaunay5-43/+95
2020-03-24arm: stm32mp: bsec: remove unneeded testPatrick Delaunay1-2/+2
2020-03-24board: stm32mp1: read OTP in command stboardPatrick Delaunay1-1/+1
2020-03-24board: stm32mp1: update command stboard on misc_write resultPatrick Delaunay1-1/+1
2020-03-23vexpress_ca9x4: Enable use of correct DTB file and restore EFI loader.Kristian Amlie2-2/+3
2020-03-23Merge tag 'efi-2020-04-rc4-5' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini9-39/+132