summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mmc: atmel-sdhci: enable the required generic clockEugen Hristev2020-09-251-0/+4
* mmc: atmel-sdhci: do not check clk_set_rate return valueEugen Hristev2020-09-251-3/+1
* mmc: atmel-sdhci: add sama7g5-sdhci compatibility stringEugen Hristev2020-09-251-0/+1
* pinctrl: at91-pio4: add compatible for sama7g5 pinctrl blockEugen Hristev2020-09-251-0/+1
* clk: at91: sama7g5: add clock supportClaudiu Beznea2020-09-222-0/+1402
* clk: at91: pmc: add generic clock opsClaudiu Beznea2020-09-222-0/+73
* clk: at91: clk-generic: add driver compatible with ccfClaudiu Beznea2020-09-223-0/+209
* clk: at91: clk-peripheral: add driver compatible with ccfClaudiu Beznea2020-09-223-0/+272
* clk: at91: clk-system: add driver compatible with ccfClaudiu Beznea2020-09-223-1/+116
* clk: at91: clk-programmable: add driver compatible with ccfClaudiu Beznea2020-09-223-1/+226
* clk: at91: clk-utmi: add support for sama7g5Claudiu Beznea2020-09-222-1/+73
* clk: at91: clk-utmi: add driver compatible with ccfClaudiu Beznea2020-09-223-0/+169
* clk: at91: clk-master: add support for sama7g5Claudiu Beznea2020-09-222-1/+182
* clk: at91: clk-master: add driver compatible with ccfClaudiu Beznea2020-09-223-1/+178
* clk: at91: sam9x60-pll: add driver compatible with ccfClaudiu Beznea2020-09-224-0/+486
* clk: at91: clk-main: add driver compatible with ccfClaudiu Beznea2020-09-223-1/+398
* clk: at91: sckc: add driver compatible with ccfClaudiu Beznea2020-09-222-1/+173
* clk: at91: move clock code to compat.cClaudiu Beznea2020-09-2216-1163/+1030
* clk: at91: pmc: add helpers for clock driversClaudiu Beznea2020-09-222-0/+104
* clk: get clock pointer before proceedingClaudiu Beznea2020-09-221-4/+33
* clk: do not disable clock if it is criticalClaudiu Beznea2020-09-221-0/+3
* clk: bind clk to new parent deviceClaudiu Beznea2020-09-221-1/+10
* dm: core: add support for device re-parentingClaudiu Beznea2020-09-221-0/+22
* clk: check hw and hw->dev before dereference itClaudiu Beznea2020-09-221-0/+3
* Merge tag 'efi-2020-10-rc5-2' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/19Sep2020Tom Rini2020-09-191-1/+3
|\
| * rng: stm32mp1: use log() instead of printf()Heinrich Schuchardt2020-09-181-1/+3
* | mmc: fsl_esdhc_imx: check the clock stable status after config the clock rate.Haibo Chen2020-09-171-1/+6
|/
* mmc: xenon_sdhci: Add missing common host capabilitiesAndre Heider2020-09-151-14/+4
* mmc: msm_sdhci: Use mmc_of_parse for setting host_capsManivannan Sadhasivam2020-09-151-0/+4
* mtd: nand: Fix nand write error with bad block addresses above 32-bitT Karthik Reddy2020-09-111-3/+3
* PCI: mediatek: Release the resource when PCIe enable port failChuanjia Liu2020-09-101-6/+13
* bcmgenet: Add support for rgmii-rxidJason Wessel2020-09-081-1/+2
* bcmgenet: fix DMA buffer managementJason Wessel2020-09-081-8/+9
* phy: marvell: a3700: add sata comphy on lane 2 with invert optionzachary2020-09-041-19/+14
* Merge branch 'master' of git://git.denx.de/u-boot-usbWIP/03Sep2020Tom Rini2020-09-0321-88/+1753
|\
| * fastboot: getvar: fix partition-size return valueGary Bisson2020-09-011-2/+2
| * fastboot: Fix fastboot reboot fail by changing functions orderyurii.pidhornyi2020-09-011-2/+2
| * f_sdp: Change bInterval of interrupt endpoint to 3Sherry Sun2020-09-011-2/+2
| * f_sdp: Add EP1_OUT as default data receive pipe in sdpSherry Sun2020-09-011-16/+107
| * f_sdp: Support searching and loading FIT or container imagePeng Fan2020-09-011-12/+58
| * f_sdp: Fix wrong usb request sizeYe Li2020-09-011-1/+1
| * f_sdp: Add high speed endpoint descriptorYe Li2020-09-011-2/+28
| * usb: max3420: add the gadget driverJassi Brar2020-09-014-0/+890
| * fastboot: Add default fastboot_set_reboot_flag implementationRoman Kovalivskyi2020-09-013-0/+56
| * fastboot: Add support for 'reboot fastboot' commandRoman Kovalivskyi2020-09-012-0/+40
| * fastboot: Extend fastboot_set_reboot_flag with reboot reasonRoman Kovalivskyi2020-09-012-2/+2
| * dfu: fix dfu tftp on sandboxHeinrich Schuchardt2020-09-011-3/+4
| * dfu: DFU_MTD depends on CMD_MTDPARTSHeinrich Schuchardt2020-09-011-0/+1
| * fastboot: Support defining raw partitions without a partition tableFilip Brozovic2020-09-011-9/+66
| * usb: ci_udc: Add function to remove usb deviceYe Li2020-09-012-0/+25