On Tue, 22 Oct 2019, Gene Chen wrote: > 2019-10-16 18:04 GMT+08:00, Lee Jones <[email protected]>: > > On Tue, 15 Oct 2019, Gene Chen wrote: > > > >> Hi Lee, > >> > >> we find OF_MFD_CELL is not defined in mfd/core.h, which is ready to > >> merge to next kernel version > >> https://kernel.googlesource.com/pub/scm/linux/kernel/git/next/linux-next-history/+/master/Next/merge.log > > > > It's here: > > > > Merging mfd/for-mfd-next (38a6fc63a3ea mfd: db8500-prcmu: Example using new > > OF_MFD_CELL/MFD_CELL_BASIC MACROs) > > $ git merge mfd/for-mfd-next > > Merge made by the 'recursive' strategy. > > drivers/mfd/ab8500-core.c | 138 > > +++++++++++++------------------------------ > > drivers/mfd/db8500-prcmu.c | 21 +++---- > > drivers/mfd/intel-lpss-pci.c | 28 ++++++--- > > drivers/mfd/ipaq-micro.c | 6 +- > > drivers/mfd/rk808.c | 22 ++----- > > include/linux/mfd/core.h | 29 +++++++++ <===== [THIS > > ONE] > > include/linux/mfd/rk808.h | 2 +- > > 7 files changed, 105 insertions(+), 141 deletions(-) > > > > https://kernel.googlesource.com/pub/scm/linux/kernel/git/next/linux-next-history/+/master/Next/merge.log#4470 > > > > I thought i need to wait this "mfd/for-mfd-next" patch merge to latest > codebase, but we can't actually get the date or version (e.g. Linux > 5.4-rc4) landing > and i try command "git merge mfd/for-mfd-next" which also can't work > may i ask how to pull this patch for temporarily build pass?
Rebase onto for-mfd-next or cherry-pick the commit you need. The tree is located here: https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git/ -- Lee Jones [李琼斯] Linaro Services Technical Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog

