Hi Simon, Thanks a lot for your review!
B.R Zhiqiang > -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf Of Simon Glass > Sent: 2016年12月18日 6:47 > To: Z.Q. Hou <[email protected]> > Cc: U-Boot Mailing List <[email protected]>; Albert ARIBAUD > <[email protected]>; Prabhakar Kushwaha > <[email protected]>; Alison Wang <[email protected]>; > Sumit Garg <[email protected]>; Ruchika Gupta <[email protected]>; > york sun <[email protected]>; M.H. Lian <[email protected]>; Bin > Meng <[email protected]>; Mingkai Hu <[email protected]> > Subject: Re: [PATCHv5 09/17] pci: layerscape: move kernel DT fixup to a > separate file > > On 12 December 2016 at 23:54, Zhiqiang Hou <[email protected]> > wrote: > > From: Hou Zhiqiang <[email protected]> > > > > To make the layerscape pcie driver clear, move the kernel DT fixup > > code from pcie_layerscape.c to pcie_layerscape_fixup.c. > > > > Signed-off-by: Hou Zhiqiang <[email protected]> > > --- > > V5: > > - New patch > > > > drivers/pci/Makefile | 1 + > > drivers/pci/pcie_layerscape.c | 314 > > +----------------------------------- > > drivers/pci/pcie_layerscape.h | 135 ++++++++++++++++ > > drivers/pci/pcie_layerscape_fixup.c | 204 +++++++++++++++++++++++ > > 4 files changed, 343 insertions(+), 311 deletions(-) create mode > > 100644 drivers/pci/pcie_layerscape.h create mode 100644 > > drivers/pci/pcie_layerscape_fixup.c > > Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

