~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker2023-05-06
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-13
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-13
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-13
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-18
* common: Drop linux/delay.h from common headerSimon Glass2020-05-18
* common: Drop log.h from common headerSimon Glass2020-05-18
* mmc: t210: Fix 'bad' SD-card clock when doing 400KHz card detectTom Warren2020-04-02
* mmc: t210: Add autocal and tap/trim updates for SDMMC1/3Tom Warren2020-04-02
* dm: core: Require users of devres to include the headerSimon Glass2020-02-05
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-27
* dm: tegra: mmc: Convert to livetreeSimon Glass2017-07-28
* tegra: mmc: Set the bus width correctlySimon Glass2017-06-20
* tegra: Convert MMC to use driver model for operationsSimon Glass2017-06-01
* dm: Rename dev_addr..() functionsSimon Glass2017-06-01
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-01
* mmc: tegra: allow disabling external clock loopbackMarcel Ziswiler2017-04-01
* dm: core: Replace of_offset with accessorSimon Glass2017-02-08
* mmc: change the set_ios return type from void to intJaehoon Chung2017-01-11
* mmc: tegra: only use new clock/reset APIsStephen Warren2016-09-27
* mmc: tegra: Add DM_MMC support to Tegra MMC driverTom Warren2016-09-27
* mmc: tegra: priv struct and naming cleanupStephen Warren2016-09-27
* mmc: tegra: don't use periph_id in pad_init_mmc()Stephen Warren2016-09-27
* mmc: tegra: move pad_init_mmc() into MMC driverStephen Warren2016-09-27
* mmc: tegra: use correct alias for SDHCI/MMC nodesStephen Warren2016-09-27
* ARM: tegra: fix Tegra186 SDHCI clock/reset namesStephen Warren2016-08-25
* mmc: tegra: port to standard clock/reset APIsStephen Warren2016-08-15
* mmc: use the generic error numberJaehoon Chung2016-08-05
* mmc: tegra: add basic Tegra186 supportStephen Warren2016-05-31
* tegra: mmc: Fix comments in the MMC driver initSimon Glass2016-02-16
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-18
* ARM: Tegra210: Add support to common Tegra source/config filesTom Warren2015-07-28
* mmc: tegra: Build warning fixes for 64-bitThierry Reding2015-07-27
* tegra: mmc: Set the removable flag correctlySimon Glass2015-05-05
* mmc: remove the MMC_MODE_HC flagRob Herring2015-05-05
* dm: mmc: Remove use of fdtdec GPIO supportSimon Glass2015-01-29
* tegra: make local functions staticJeroen Hofstee2014-10-25
* mmc: Tegra: Fix timeout issue seen on certain eMMC partsMarcel Ziswiler2014-10-22
* ARM: tegra: set CONFIG_SYS_MMC_MAX_DEVICEStephen Warren2014-05-13
* mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou2014-03-24
* mmc: Convert mmc struct's name array to a pointerPantelis Antoniou2014-03-24
* mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou2014-03-24
* mmc: tegra: support Tegra124Stephen Warren2014-02-03
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24
* mmc: Tegra: Add SD bus power/voltage function and MMC pad init call.Tom Warren2013-03-14
* Tegra: MMC: Add DT support to MMC driver for all T20 boardsTom Warren2013-03-14
* mmc: add support for write protectionNikita Kiryanov2013-03-08
* Merge branch 'master' of git://git.denx.de/u-boot into resolveMinkyu Kang2012-12-10
|\
| * mmc: tegra: use bounce buffer APIsStephen Warren2012-11-27