Re: [PATCH 1/2] mmc: update guard for legacy part_init() call

2020-02-10 Thread Tom Hebb
On Mon, Feb 10, 2020, 19:13 Tom Rini wrote: > On Sat, Feb 01, 2020 at 11:35:37AM -0800, Thomas Hebb wrote: > > > commit eef05fd3ba68 ("mmc: bring back partition init for non-DM MMC > > drivers") added this call to support drivers not yet migrated to driver > > model. Slightly previously, however,

Re: [PATCH 1/2] mmc: update guard for legacy part_init() call

2020-02-10 Thread Tom Rini
On Sat, Feb 01, 2020 at 11:35:37AM -0800, Thomas Hebb wrote: > commit eef05fd3ba68 ("mmc: bring back partition init for non-DM MMC > drivers") added this call to support drivers not yet migrated to driver > model. Slightly previously, however, commit 91ff6865629c ("blk: Rework > guard around part_

[PATCH 1/2] mmc: update guard for legacy part_init() call

2020-02-01 Thread Thomas Hebb
commit eef05fd3ba68 ("mmc: bring back partition init for non-DM MMC drivers") added this call to support drivers not yet migrated to driver model. Slightly previously, however, commit 91ff6865629c ("blk: Rework guard around part_init call") had removed the last reference in the code to SPL_LIBDISK_