summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-06-11soc: ti: k3-navss-ringacc: Add support for native configuration of ringsVignesh Raghavendra2-3/+94
2021-06-11firmware: ti_sci: Add support for Resoure Management at R5 SPL stage.Vignesh Raghavendra1-10/+81
2021-06-11firmware: ti_sci: Implement GET_RANGE with static dataVignesh Raghavendra2-0/+128
2021-06-11mailbox: k3-sec-proxy: Add DM to DMSC communication threadVignesh Raghavendra1-1/+1
2021-06-11cmd: ti: pd: Add debug command for K3 power domainsTero Kristo1-3/+3
2021-06-11power: domain: Introduce driver for raw TI K3 PDsTero Kristo3-0/+376
2021-06-11clk: add support for TI K3 SoC clocksTero Kristo3-0/+387
2021-06-11clk: add support for TI K3 SoC PLLTero Kristo3-0/+296
2021-06-11clk: fix set_rate to clean up cached rates for the hierarchyTero Kristo1-0/+19
2021-06-11clk: fix assigned-clocks to pass with deferring providerTero Kristo1-0/+18
2021-06-11clk: sci-clk: fix return value of set_rateTero Kristo1-2/+4
2021-06-11clk: do not attempt to fetch clock pointer with null deviceTero Kristo1-0/+2
2021-06-11clk: fixed_rate: add API for directly registering fixed rate clocksTero Kristo1-0/+45
2021-06-11remoteproc: k3-r5: remove sysfw PM calls if not supportedTero Kristo1-11/+19
2021-06-09rtc: davinci: fix date loaded on resetDario Binacchi1-0/+10
2021-06-09rtc: davinci: add driver model supportDario Binacchi1-61/+367
2021-06-09rtc: davinci: use unlock/lock mechanismDario Binacchi1-0/+14
2021-06-09rtc: davinci: check BUSY bit before set TC registersDario Binacchi1-9/+36
2021-06-09rtc: davinci: replace 32bit access with 8bit accessDario Binacchi1-16/+16
2021-06-09rtc: davinci: fix compiler errorsDario Binacchi1-3/+8
2021-06-09rtc: davinci: enable compilation for omap architecturesDario Binacchi1-0/+7
2021-06-09usb: dfu: Migrate CONFIG_SYS_DFU_DATA_BUF_SIZE and CONFIG_SYS_DFU_MAX_FILE_SI...Aswath Govindraju1-0/+20
2021-06-05net: luton: remove address translation after ofnode_read_resourcePatrick Delaunay1-4/+1
2021-06-05pwm: cros_ec: Rename "priv_auto_alloc_size" to "priv_auto"Alper Nebi Yasak1-1/+1
2021-06-05of: addr: Remove call to dev_count_cells() in of_get_address()Bin Meng1-6/+0
2021-06-05of: addr: Translate 'dma-ranges' for parent nodes missing 'dma-ranges'Bin Meng1-1/+5
2021-06-04arm: a37xx: pci: Fix configuring PCIe resourcesPali Rohár1-1/+157
2021-06-04arm: a37xx: pci: Fix DT compatible string to Linux' DT compatiblePali Rohár1-1/+1
2021-06-04arm: a37xx: pci: Disable bus mastering when unloading driverPali Rohár1-0/+6
2021-06-04arm: a37xx: pci: Don't put link into LTSSM Recovery state during probePali Rohár1-5/+0
2021-05-31drivers: pci: pcie_dw_common: fix Werror compilation errorGreen Wan1-25/+29
2021-05-31board: sifive: add HiFive Unmatched board supportGreen Wan1-1/+1
2021-05-31drivers: pci: add pcie support for fu740Green Wan3-0/+518
2021-05-31drivers: ram: sifive: rename fu540_ddr and add fu740 supportGreen Wan3-49/+50
2021-05-31drivers: clk: add fu740 supportGreen Wan9-754/+1287
2021-05-28reset: stm32: Fix bank and offset computationPatrice Chotard1-4/+4
2021-05-28dfu: dfu_mtd: remove the mtd_block_op error when mtd_lock is not supportedPatrick Delaunay1-1/+3
2021-05-27Merge tag 'ti-v2021.07-rc4' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2-0/+3
2021-05-27firmware: ti_sci: Update ti_sci_msg_req_reboot to include domainDave Gerlach2-0/+3
2021-05-27pinctrl: single: Fix probe failure getting register area sizeVignesh Raghavendra1-8/+2
2021-05-25net: Remove ne2000 driverTom Rini6-1576/+0
2021-05-24ata: ahci: fix ahci_link_up() type mismatch for LTOMarek Behún1-1/+1
2021-05-24ARM: fix LTO for apf27Marek Behún1-1/+1
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún11-14/+14
2021-05-24regmap: fix a serious pointer casting bugMarek Behún1-2/+57
2021-05-23Merge https://source.denx.de/u-boot/custodians/u-boot-shTom Rini25-377/+452
2021-05-21pinctrl: renesas: Implement unlock register masksMarek Vasut2-21/+20
2021-05-21pinctrl: renesas: Fix R-Car Gen2 help textMarek Vasut1-5/+5
2021-05-21pinctrl: renesas: Deduplicate KconfigMarek Vasut1-69/+5
2021-05-21gpio: renesas: Pass struct udevice to rcar_gpio_set_direction()Marek Vasut1-7/+6