[U-Boot] [PATCH v2 0/2] Add sdhci dt caps & caps mask support

Michal Simek michal.simek at xilinx.com
Mon Sep 2 14:34:29 UTC 2019


Hi,

This patch series adds support for reading 64-bit dt properties & add
support sdhci dt caps & caps mask.

Thanks,
Michal

Changes in v2:
- Moved newly added 64-bit funtion definations & prototypes below
   32-bit functions.

T Karthik Reddy (2):
  dm: core: Add functions to read 64-bit dt properties
  mmc: sdhci: Add support for dt caps & caps mask

 drivers/core/ofnode.c |  2 +-
 drivers/core/read.c   | 10 ++++++++++
 drivers/mmc/sdhci.c   | 23 ++++++++++++++---------
 include/dm/ofnode.h   |  2 +-
 include/dm/read.h     | 33 +++++++++++++++++++++++++++++++++
 5 files changed, 59 insertions(+), 11 deletions(-)

-- 
2.17.1



More information about the U-Boot mailing list