summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* i2c: designware_i2c: Move dw_i2c_speed_config to headerSimon Glass2020-01-272-17/+17
* i2c: designware_i2c: Add support for fast-plus speedSimon Glass2020-01-272-2/+12
* i2c: Update drivers to use enum for speedSimon Glass2020-01-2714-26/+32
* i2c: stm32: Update to use standard enums for speedSimon Glass2020-01-271-27/+16
* i2c: omap: Update to use standard enums for speedSimon Glass2020-01-272-5/+1
* i2c: kona_i2c: Update to use standard enums for speedSimon Glass2020-01-271-17/+11
* i2c: designware_i2c: Update to use standard enums for speedSimon Glass2020-01-272-18/+5
* i2c: ast_i2c: Update to use standard enums for speedSimon Glass2020-01-272-3/+1
* i2c: Add enums for i2c speed and address sizeSimon Glass2020-01-271-0/+26
* i2c: designware_i2c: Add spike supressionSimon Glass2020-01-273-1/+13
* i2c: designware_i2c: Rewrite timing calculationSimon Glass2020-01-271-22/+147
* i2c: designware_i2c: Put hold config in a structSimon Glass2020-01-271-27/+55
* i2c: designware_i2c: Drop scl_sda_cfg parameterSimon Glass2020-01-271-6/+8
* i2c: designware_i2c: Read device-tree propertiesSimon Glass2020-01-273-3/+22
* i2c: designware_i2c: Bring in the binding fileSimon Glass2020-01-271-0/+73
* i2c: designware_i2c: Use an accurate bus clock instead of MHzSimon Glass2020-01-272-12/+10
* i2c: designware_i2c: Use an enum for selected speed modeSimon Glass2020-01-272-4/+8
* i2c: designware_i2c: Rename 'max' speed to 'high' speedSimon Glass2020-01-272-9/+9
* i2c: designware_i2c: Include clk.h in the header fileSimon Glass2020-01-272-1/+2
* i2c: designware_i2c: Don't allow changing IC_CLKSimon Glass2020-01-271-2/+0
* i2c: designware_i2c: Add more registersSimon Glass2020-01-271-1/+13
* global_data: remove unused mxc_i2c specific fieldBaruch Siach2020-01-271-3/+0
* common: fix regression on block cache initAngelo Durgehello2020-01-262-1/+7
* arm: mvebu: fix A38x breakage from commit bb872dd930ccJoel Johnson2020-01-261-1/+1
* Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/26Jan2020Tom Rini2020-01-2661-751/+1782
|\
| * configs: Orange Pi Win: enable ethernet phyJernej Skrabec2020-01-261-0/+2
| * sunxi: Automate loading from 128KB MMC offsetAndre Przywara2020-01-261-0/+20
| * sunxi: SPL: Factor out sunxi_get_boot_source()Andre Przywara2020-01-261-5/+13
| * sunxi: Add Libre Computer ALL-H5-CC H5 boardChen-Yu Tsai2020-01-242-0/+27
| * sunxi: Add Libre Computer ALL-H3-IT H5 boardChen-Yu Tsai2020-01-242-0/+26
| * sunxi: move CONFIG_SYS_SPI_U_BOOT_OFFS out of defconfigAndre Przywara2020-01-249-8/+1
| * sunxi: defconfig: R40 boards: enable USBAndre Przywara2020-01-242-0/+8
| * phy: sun4i-usb: Add Allwinner R40 supportAndre Przywara2020-01-242-0/+13
| * sunxi: defconfig: Bananapi M2 Berry: enable EthernetAndre Przywara2020-01-241-0/+2
| * sunxi: dts: R40: Update Bananapi M2 Berry .dtsAndre Przywara2020-01-241-15/+120
| * sunxi: H3/H5 Sync DT files from upstream Linux kernel as of next-20200108Chen-Yu Tsai2020-01-2443-723/+1550
| * common: Update comment to show progressSimon Glass2020-01-241-3/+2
| * common: Collect all the header files togetherSimon Glass2020-01-241-24/+0
| * common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATASimon Glass2020-01-247-38/+37
| * common: Move ROUND() into kernel.hSimon Glass2020-01-242-2/+2
| * common: Move check_member() to kernel.hSimon Glass2020-01-242-11/+11
| * common: Move hang() to the same header as panic()Simon Glass2020-01-24128-11/+153
| * common: Move testdram() into init.hSimon Glass2020-01-2420-10/+26
| * common: Move RAM-sizing functions to init.hSimon Glass2020-01-24103-5/+106
| * common: Rename and move source()Simon Glass2020-01-244-7/+15
| * common: Move the image globals into image.hSimon Glass2020-01-2420-4/+22
| * image: Rename load_addr, save_addr, save_sizeSimon Glass2020-01-2427-69/+74
| * common: Move reset_cpu() to the CPU headerSimon Glass2020-01-24102-6/+105
| * common: Move reset_misc() function to arch headerSimon Glass2020-01-242-1/+2
| * common: Move get_tbclk() to time.hSimon Glass2020-01-2427-8/+29