summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-01-27spi: cadence_qspi: Move to spi-mem frameworkVignesh Raghavendra
2020-01-27mtd: spinand: winbond: Add support for W25N01GVRobert Marko
2020-01-27spi: ti_qspi: Add support for CS other than CS0Vignesh Raghavendra
2020-01-27spi: prevent overriding established bus settingsMarcin Wojtas
2020-01-27dm: spi: Check cs number before accessing slavesBin Meng
2020-01-27spi: nxp_fspi: new driver for the FlexSPI controllerMichael Walle
2020-01-27Merge tag 'u-boot-clk-26Jan2020' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini
2020-01-27i2c: designware_i2c: Do more in the probe() methodSimon Glass
2020-01-27i2c: designware_i2c: Separate out the speed calculationSimon Glass
2020-01-27i2c: designware_i2c: Move dw_i2c_speed_config to headerSimon Glass
2020-01-27i2c: designware_i2c: Add support for fast-plus speedSimon Glass
2020-01-27i2c: Update drivers to use enum for speedSimon Glass
2020-01-27i2c: stm32: Update to use standard enums for speedSimon Glass
2020-01-27i2c: omap: Update to use standard enums for speedSimon Glass
2020-01-27i2c: kona_i2c: Update to use standard enums for speedSimon Glass
2020-01-27i2c: designware_i2c: Update to use standard enums for speedSimon Glass
2020-01-27i2c: ast_i2c: Update to use standard enums for speedSimon Glass
2020-01-27i2c: designware_i2c: Add spike supressionSimon Glass
2020-01-27i2c: designware_i2c: Rewrite timing calculationSimon Glass
2020-01-27i2c: designware_i2c: Put hold config in a structSimon Glass
2020-01-27i2c: designware_i2c: Drop scl_sda_cfg parameterSimon Glass
2020-01-27i2c: designware_i2c: Read device-tree propertiesSimon Glass
2020-01-27i2c: designware_i2c: Use an accurate bus clock instead of MHzSimon Glass
2020-01-27i2c: designware_i2c: Use an enum for selected speed modeSimon Glass
2020-01-27i2c: designware_i2c: Rename 'max' speed to 'high' speedSimon Glass
2020-01-27i2c: designware_i2c: Include clk.h in the header fileSimon Glass
2020-01-27i2c: designware_i2c: Don't allow changing IC_CLKSimon Glass
2020-01-27i2c: designware_i2c: Add more registersSimon Glass
2020-01-26clk: imx: pllv3: fix potential 'divide by zero' in av_set_rate()Giulio Benetti
2020-01-26clk: imx: pllv3: fix potential 'divide by zero' in av_get_rate()Giulio Benetti
2020-01-26clk: imx: pllv3: fix potential 'divide by zero' in sys_get_rate()Giulio Benetti
2020-01-26common: fix regression on block cache initAngelo Durgehello
2020-01-26arm: mvebu: fix A38x breakage from commit bb872dd930ccJoel Johnson
2020-01-26Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2020-01-26clk: Fix error checking of dev_read_addr_ptrSean Anderson
2020-01-26clk: uclass: clk_get_by_name() must not be available if CONFIG_OF_PLATDATA is...Giulio Benetti
2020-01-26clk: show more error info when uclass_get_device_by_namePeng Fan
2020-01-26clk: mediatek: use unsigned type for returning the clk rateFabien Parent
2020-01-25Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini
2020-01-25common: add blkcache initAngelo Durgehello
2020-01-25net: macb: Drop local cache flushVignesh Raghavendra
2020-01-25mtd: denali: Drop custom dma mapping functionsVignesh Raghavendra
2020-01-25mmc: tmio-common: Drop custom dma mapping functionsVignesh Raghavendra
2020-01-25fastboot: mt85xx: add command to flash/erase emmc hwpartmingming lee
2020-01-25usb: musb-new: mt85xx: add musb-new gadget driver.mingming lee
2020-01-25crypto: make mod_exp_sw() staticHeinrich Schuchardt
2020-01-25lib: Kconfig dependencies for pseudo-random libraryHeinrich Schuchardt
2020-01-24phy: sun4i-usb: Add Allwinner R40 supportAndre Przywara
2020-01-24common: Move hang() to the same header as panic()Simon Glass
2020-01-24common: Move RAM-sizing functions to init.hSimon Glass