~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* mmc: tmio: Use IS_ENABLED() to check for CONFIG_ optionMarek Vasut2023-04-16
* mmc: renesas-sdhi: Add R-Car Gen4 supportHai Pham2023-04-07
* mmc: tmio: Replace ifdeffery with IS_ENABLED/CONFIG_IS_ENABLED macrosMarek Vasut2023-04-07
* mmc: tmio: Check 'addr' width before checking for 64bit limitationMarek Vasut2023-04-07
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* mmc: tmio: sdhi: Configure internal DMA bus widthMarek Vasut2021-01-31
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-13
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-25
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-24
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-20
* common: Drop linux/delay.h from common headerSimon Glass2020-05-18
* mmc: tmio: sdhi: Add DMA transfer address alignment check at writingHiroyuki Yokoyama2020-04-21
* dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada2020-02-19
* dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada2020-02-19
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-05
* mmc: tmio-common: Drop custom dma mapping functionsVignesh Raghavendra2020-01-25
* common: Move ARM cache operations out of common.hSimon Glass2019-12-02
* mmc: tmio: Clamp SD_SECCNT to 16bit values on 16bit IPMarek Vasut2019-03-25
* mmc: tmio: Clear BUSWIDTH bit when WMODE bit is setMarek Vasut2019-02-25
* mmc: tmio: Configure HOST_MODE WMODE according to bus widthMarek Vasut2019-02-16
* mmc: tmio: renesas: Add 1uS delay after DMA completion on older IPsMarek Vasut2019-02-09
* mmc: tmio: Make DMA transfer end bit configurableMarek Vasut2019-02-09
* mmc: tmio: Reorder TMIO clock handlingMarek Vasut2018-12-03
* mmc: tmio: Keep generating clock when clock are enabledMarek Vasut2018-12-03
* mmc: tmio: Do not set divider to 1 in DDR modeMarek Vasut2018-12-03
* mmc: tmio: Switch to clock frameworkMarek Vasut2018-12-03
* mmc: tmio: Preinitialize regulator to 3.3VMarek Vasut2018-11-02
* mmc: tmio: Configure clock before any other IOSMarek Vasut2018-11-02
* mmc: tmio: Silence transfer errors when tuningMarek Vasut2018-11-02
* mmc: tmio: Improve error handlingMarek Vasut2018-11-02
* mmc: tmio: Simplify pinmux handlingMarek Vasut2018-11-02
* mmc: tmio: Limit DMA to 32bit on R-Car Gen3Marek Vasut2018-10-09
* mmc: tmio: Pass full address to tmio_sd_addr_is_dmaable()Marek Vasut2018-10-09
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* mmc: tmio: move clk_enable() to each driver's probe functionMasahiro Yamada2018-04-24
* mmc: tmio: Rename Matsushita to TMIOMarek Vasut2018-04-14