summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-06-18dfu: add error callbackPatrick Delaunay
2021-06-18dfu: dfu_mtd: set max_buf_size to erasesize also for NOR devicesPatrick Delaunay
2021-06-18spi: stm32_qspi: Fix short data write operationDaniil Stas
2021-06-17Merge tag 'u-boot-atmel-2021.10-a' of https://source.denx.de/u-boot/custodian...Tom Rini
2021-06-17clk: k210: Move k210 clock out of its own subdirectorySean Anderson
2021-06-17clk: k210: Remove bypass driverSean Anderson
2021-06-17clk: k210: Don't set PLL rates if we are already at the correct rateSean Anderson
2021-06-17clk: k210: Re-add support for setting rateSean Anderson
2021-06-17clk: k210: Implement soc_clk_dumpSean Anderson
2021-06-17clk: k210: Move pll into the rest of the driverSean Anderson
2021-06-17clk: k210: Rewrite to remove CCFSean Anderson
2021-06-17clk: Allow force setting clock defaults before relocationSean Anderson
2021-06-11dma: ti: k3-udma: Add support for native configuration of chan/flowVignesh Raghavendra
2021-06-11soc: ti: k3-navss-ringacc: Add support for native configuration of ringsVignesh Raghavendra
2021-06-11firmware: ti_sci: Add support for Resoure Management at R5 SPL stage.Vignesh Raghavendra
2021-06-11firmware: ti_sci: Implement GET_RANGE with static dataVignesh Raghavendra
2021-06-11mailbox: k3-sec-proxy: Add DM to DMSC communication threadVignesh Raghavendra
2021-06-11cmd: ti: pd: Add debug command for K3 power domainsTero Kristo
2021-06-11power: domain: Introduce driver for raw TI K3 PDsTero Kristo
2021-06-11clk: add support for TI K3 SoC clocksTero Kristo
2021-06-11clk: add support for TI K3 SoC PLLTero Kristo
2021-06-11clk: fix set_rate to clean up cached rates for the hierarchyTero Kristo
2021-06-11clk: fix assigned-clocks to pass with deferring providerTero Kristo
2021-06-11clk: sci-clk: fix return value of set_rateTero Kristo
2021-06-11clk: do not attempt to fetch clock pointer with null deviceTero Kristo
2021-06-11clk: fixed_rate: add API for directly registering fixed rate clocksTero Kristo
2021-06-11remoteproc: k3-r5: remove sysfw PM calls if not supportedTero Kristo
2021-06-09rtc: davinci: fix date loaded on resetDario Binacchi
2021-06-09rtc: davinci: add driver model supportDario Binacchi
2021-06-09rtc: davinci: use unlock/lock mechanismDario Binacchi
2021-06-09rtc: davinci: check BUSY bit before set TC registersDario Binacchi
2021-06-09rtc: davinci: replace 32bit access with 8bit accessDario Binacchi
2021-06-09rtc: davinci: fix compiler errorsDario Binacchi
2021-06-09rtc: davinci: enable compilation for omap architecturesDario Binacchi
2021-06-08usb: dfu: Migrate CONFIG_SYS_DFU_DATA_BUF_SIZE and CONFIG_SYS_DFU_MAX_FILE_SI...Aswath Govindraju
2021-06-07nand: atmel: Correct bitflips in erased pagesKai Stuhlemmer (ebee Engineering)
2021-06-05net: luton: remove address translation after ofnode_read_resourcePatrick Delaunay
2021-06-05pwm: cros_ec: Rename "priv_auto_alloc_size" to "priv_auto"Alper Nebi Yasak
2021-06-05of: addr: Remove call to dev_count_cells() in of_get_address()Bin Meng
2021-06-05of: addr: Translate 'dma-ranges' for parent nodes missing 'dma-ranges'Bin Meng
2021-06-04arm: a37xx: pci: Fix configuring PCIe resourcesPali Rohár
2021-06-04arm: a37xx: pci: Fix DT compatible string to Linux' DT compatiblePali Rohár
2021-06-04arm: a37xx: pci: Disable bus mastering when unloading driverPali Rohár
2021-06-04arm: a37xx: pci: Don't put link into LTSSM Recovery state during probePali Rohár
2021-05-31drivers: pci: pcie_dw_common: fix Werror compilation errorGreen Wan
2021-05-31board: sifive: add HiFive Unmatched board supportGreen Wan
2021-05-31drivers: pci: add pcie support for fu740Green Wan
2021-05-31drivers: ram: sifive: rename fu540_ddr and add fu740 supportGreen Wan
2021-05-31drivers: clk: add fu740 supportGreen Wan
2021-05-28reset: stm32: Fix bank and offset computationPatrice Chotard