aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-10-25mmc: mtk-sd: Add stop_dly_sel and pop_en_cnt to platform dataAndy-ld Lu1-2/+19
2024-10-25dt-bindings: mmc: mtk-sd: Add support for MT8196Andy-ld Lu1-0/+2
2024-10-24mmc: sdhci-pci-gli: enable UHS-II mode for GL9767Victor Shih1-1/+201
2024-10-24mmc: sdhci-pci-gli: enable UHS-II mode for GL9755Victor Shih1-1/+234
2024-10-24mmc: sdhci-pci: add UHS-II support frameworkVictor Shih3-1/+19
2024-10-24mmc: sdhci-uhs2: add pre-detect_init hookBen Chuang2-0/+4
2024-10-24mmc: sdhci-uhs2: add request() and othersVictor Shih3-16/+437
2024-10-24mmc: sdhci-uhs2: add irq() and othersVictor Shih4-48/+298
2024-10-24mmc: sdhci-uhs2: add related functions to initialize the interfaceVictor Shih1-0/+204
2024-10-24mmc: sdhci-uhs2: add set_ios()Victor Shih4-21/+165
2024-10-24mmc: sdhci-uhs2: add add_host() and others to set up the driverVictor Shih2-0/+93
2024-10-24mmc: sdhci-uhs2: add set_timeout()Victor Shih2-0/+74
2024-10-24mmc: sdhci-uhs2: add set_power() to support vdd2Victor Shih4-28/+84
2024-10-24mmc: sdhci-uhs2: add reset functionVictor Shih2-0/+38
2024-10-24mmc: sdhci-uhs2: dump UHS-II registersVictor Shih4-0/+38
2024-10-24mmc: sdhci: add UHS-II module and add a kernel configurationVictor Shih3-0/+51
2024-10-24mmc: sdhci: add UHS-II related definitions in headersVictor Shih2-1/+228
2024-10-24mmc: core: Support UHS-II card control and accessVictor Shih8-37/+1103
2024-10-14mmc: mmc_spi: drop buggy snprintf()Bartosz Golaszewski1-6/+3
2024-10-14dt-bindings: mmc: sdhci-msm: Document the X1E80100 SDHCI ControllerAbel Vesa1-0/+1
2024-10-14mmc: davinci: use generic device_get_match_data()Bartosz Golaszewski1-2/+2
2024-10-14mmc: davinci: order includes alphabeticallyBartosz Golaszewski1-11/+10
2024-10-14mmc: sdhci-of-arasan: Support for emmc hardware resetPaul Alvin1-0/+18
2024-10-14dt-bindings: mmc: sdhci-msm: add IPQ5424 compatibleSricharan Ramabadhran1-0/+1
2024-10-14mmc: mtk-sd: fix devm_clk_get_optional usageRosen Penev1-3/+2
2024-10-14mmc: mtd-sd: use devm_platform_ioremap_resourceRosen Penev1-7/+3
2024-10-14mmc: mtk-sd: use devm_mmc_alloc_hostRosen Penev1-35/+20
2024-10-14dt-bindings: mmc: cdns,sdhci: ref sdhci-common.yamlPierre-Henry Moussay1-1/+1
2024-10-14dt-bindings: mmc: cdns: document Microchip PIC64GX MMC/SDHCI controllerPierre-Henry Moussay1-0/+1
2024-10-14mmc: mtk-sd: Implement Host Software Queue for eMMC and SD CardAngeloGioacchino Del Regno2-2/+48
2024-10-14mmc: host: Fix typos in comments across various filesYu Jiaoliang8-9/+9
2024-10-14memstick: Constify struct memstick_device_idChristophe JAILLET4-5/+5
2024-10-14mmc: sh_mmcif: correctly report success when obtaining DMA channelsWolfram Sang1-2/+3
2024-10-14mmc: core: Factor out some of the code in mmc_go_idle()Victor Shih2-8/+17
2024-10-14mmc: core: Add definitions for SD UHS-II cardsVictor Shih3-2/+294
2024-10-14mmc: core: Extend support for mmc regulators with a vqmmc2Ulf Hansson2-0/+45
2024-10-14mmc: core: Announce successful insertion of an SD UHS-II cardUlf Hansson2-1/+11
2024-10-14mmc: core: Prepare to support SD UHS-II cardsUlf Hansson6-2/+342
2024-10-14mmc: core: Cleanup printing of speed mode at card insertionUlf Hansson1-16/+20
2024-10-14mmc: core: Enable SDUCAvri Altman1-2/+8
2024-10-14mmc: core: Prevent HSQ from enabling for SDUCAvri Altman1-1/+1
2024-10-14mmc: core: Disable SDUC for mmc_testAvri Altman1-0/+6
2024-10-14mmc: core: Adjust ACMD22 to SDUCAvri Altman1-6/+18
2024-10-14mmc: core: Add Ext memory addressing for eraseAvri Altman1-0/+12
2024-10-14mmc: core: Allow mmc erase to carry large addressesAvri Altman3-21/+34
2024-10-14mmc: core: Add open-ended Ext memory addressingAvri Altman3-0/+12
2024-10-14mmc: core: Don't use close-ended rw for SDUCAvri Altman1-1/+1
2024-10-14mmc: sd: Add Extension memory addressingAvri Altman3-0/+19
2024-10-14mmc: sd: SDUC Support RecognitionAvri Altman7-15/+27
2024-10-14mmc: Switch back to struct platform_driver::remove()Uwe Kleine-König74-75/+75