From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Mon, 29 May 2017 17:31:50 +0900 Subject: [U-Boot] [GIT PULL] Please pull u-boot-mmc master References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Tom, Could you pull these patches into u-boot/master? I have tested the buildman..but if there is a problem, let me know, plz. The following changes since commit 380e86f361e4e2aef83295972863654fde157560: Merge git://git.denx.de/u-boot-fsl-qoriq (2017-05-26 11:19:27 -0400) are available in the git repository at: git://git.denx.de/u-boot-mmc.git master for you to fetch changes up to de59d10cd0a4e79c85e4f791fb8f023164d0890e: doc: document u-boot, mmc-env-offset and u-boot, mmc-env-offset-redund (2017-05-29 17:28:52 +0900) ---------------------------------------------------------------- Heiner Kallweit (1): mmc: meson: increase max block number per request Keerthy (1): power: pmic: tps65218: Fix tps65218_voltage_update function Philipp Tomsich (2): env_mmc: configure environment offsets via device tree doc: document u-boot, mmc-env-offset and u-boot, mmc-env-offset-redund Tom Rini (2): mmc: Change 'part_config' to be a u8 not char. drivers/power/regulator/max77686.c: Fix comparisons of unsigned expressions common/env_mmc.c | 31 +++++++++++++++++++++++++++---- doc/device-tree-bindings/config.txt | 12 ++++++++++++ drivers/mmc/meson_gx_mmc.c | 2 +- drivers/power/pmic/pmic_tps65218.c | 2 +- drivers/power/regulator/max77686.c | 16 ++++++++-------- include/mmc.h | 2 +- include/power/tps65218.h | 2 ++ 7 files changed, 52 insertions(+), 15 deletions(-) Best Regards, Jaehoon Chung