summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* cmd: ti: pd: Add debug command for K3 power domainsTero Kristo2021-06-111-3/+3
* power: domain: Introduce driver for raw TI K3 PDsTero Kristo2021-06-113-0/+376
* clk: add support for TI K3 SoC clocksTero Kristo2021-06-113-0/+387
* clk: add support for TI K3 SoC PLLTero Kristo2021-06-113-0/+296
* clk: fix set_rate to clean up cached rates for the hierarchyTero Kristo2021-06-111-0/+19
* clk: fix assigned-clocks to pass with deferring providerTero Kristo2021-06-111-0/+18
* clk: sci-clk: fix return value of set_rateTero Kristo2021-06-111-2/+4
* clk: do not attempt to fetch clock pointer with null deviceTero Kristo2021-06-111-0/+2
* clk: fixed_rate: add API for directly registering fixed rate clocksTero Kristo2021-06-111-0/+45
* remoteproc: k3-r5: remove sysfw PM calls if not supportedTero Kristo2021-06-111-11/+19
* rtc: davinci: fix date loaded on resetDario Binacchi2021-06-091-0/+10
* rtc: davinci: add driver model supportDario Binacchi2021-06-091-61/+367
* rtc: davinci: use unlock/lock mechanismDario Binacchi2021-06-091-0/+14
* rtc: davinci: check BUSY bit before set TC registersDario Binacchi2021-06-091-9/+36
* rtc: davinci: replace 32bit access with 8bit accessDario Binacchi2021-06-091-16/+16
* rtc: davinci: fix compiler errorsDario Binacchi2021-06-091-3/+8
* rtc: davinci: enable compilation for omap architecturesDario Binacchi2021-06-091-0/+7
* usb: dfu: Migrate CONFIG_SYS_DFU_DATA_BUF_SIZE and CONFIG_SYS_DFU_MAX_FILE_SI...Aswath Govindraju2021-06-081-0/+20
* net: luton: remove address translation after ofnode_read_resourcePatrick Delaunay2021-06-051-4/+1
* pwm: cros_ec: Rename "priv_auto_alloc_size" to "priv_auto"Alper Nebi Yasak2021-06-051-1/+1
* of: addr: Remove call to dev_count_cells() in of_get_address()Bin Meng2021-06-051-6/+0
* of: addr: Translate 'dma-ranges' for parent nodes missing 'dma-ranges'Bin Meng2021-06-051-1/+5
* arm: a37xx: pci: Fix configuring PCIe resourcesPali Rohár2021-06-041-1/+157
* arm: a37xx: pci: Fix DT compatible string to Linux' DT compatiblePali Rohár2021-06-041-1/+1
* arm: a37xx: pci: Disable bus mastering when unloading driverPali Rohár2021-06-041-0/+6
* arm: a37xx: pci: Don't put link into LTSSM Recovery state during probePali Rohár2021-06-041-5/+0
* drivers: pci: pcie_dw_common: fix Werror compilation errorGreen Wan2021-05-311-25/+29
* board: sifive: add HiFive Unmatched board supportGreen Wan2021-05-311-1/+1
* drivers: pci: add pcie support for fu740Green Wan2021-05-313-0/+518
* drivers: ram: sifive: rename fu540_ddr and add fu740 supportGreen Wan2021-05-313-49/+50
* drivers: clk: add fu740 supportGreen Wan2021-05-319-754/+1287
* reset: stm32: Fix bank and offset computationPatrice Chotard2021-05-281-4/+4
* dfu: dfu_mtd: remove the mtd_block_op error when mtd_lock is not supportedPatrick Delaunay2021-05-281-1/+3
* Merge tag 'ti-v2021.07-rc4' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2021-05-272-0/+3
|\
| * firmware: ti_sci: Update ti_sci_msg_req_reboot to include domainDave Gerlach2021-05-272-0/+3
* | pinctrl: single: Fix probe failure getting register area sizeVignesh Raghavendra2021-05-261-8/+2
* | net: Remove ne2000 driverTom Rini2021-05-256-1576/+0
|/
* ata: ahci: fix ahci_link_up() type mismatch for LTOMarek Behún2021-05-241-1/+1
* ARM: fix LTO for apf27Marek Behún2021-05-241-1/+1
* treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún2021-05-2411-14/+14
* regmap: fix a serious pointer casting bugMarek Behún2021-05-241-2/+57
* Merge https://source.denx.de/u-boot/custodians/u-boot-shTom Rini2021-05-2325-377/+452
|\
| * pinctrl: renesas: Implement unlock register masksMarek Vasut2021-05-212-21/+20
| * pinctrl: renesas: Fix R-Car Gen2 help textMarek Vasut2021-05-211-5/+5
| * pinctrl: renesas: Deduplicate KconfigMarek Vasut2021-05-211-69/+5
| * gpio: renesas: Pass struct udevice to rcar_gpio_set_direction()Marek Vasut2021-05-211-7/+6
| * clk: renesas: Deduplicate gen3_clk_get_rate64() PLL handlingMarek Vasut2021-05-211-43/+43
| * clk: renesas: Add register pointers into struct cpg_mssr_infoHai Pham2021-05-213-45/+65
| * clk: renesas: Introduce enum clk_reg_layoutHai Pham2021-05-211-0/+6
| * clk: renesas: Pass struct cpg_mssr_info to renesas_clk_endisable()Hai Pham2021-05-214-6/+8