linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/9] powerpc: kill PPC_OF
@ 2015-03-12 12:32 Kevin Hao
  2015-03-12 12:32 ` [PATCH v3 1/9] sata_svw: remove the dependency on PPC_OF Kevin Hao
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Kevin Hao @ 2015-03-12 12:32 UTC (permalink / raw)
  To: Michael Ellerman; +Cc: linuxppc-dev

Hi Michael,

Finally I got all the acks for these patches. The following two patches in v2
were merged into next now.
	213dce3c17a6 ("tty: kconfig: remove the superfluous dependency on PPC_OF")
	f4e074f20cad ("mmc: kconfig: replace PPC_OF with PPC")

So we may have dependency issue if we put this series into 4.1.

v3: No codes change, just add the acks from Ben and Tomi.

Kevin Hao (9):
  sata_svw: remove the dependency on PPC_OF
  fbdev: aty128fb: replace PPC_OF with PPC
  fbdev: radeon: replace PPC_OF with PPC
  fbdev: imsttfb: remove the dependency on PPC_OF
  fbdev: nvidia: remove the dependency on PPC_OF
  fbdev: riva: remove the dependency on PPC_OF
  fbdev: remove the unnecessary includes of ppc specific header files
  fbdev: kconfig: replace PPC_OF with PPC
  powerpc: kill PPC_OF

 arch/powerpc/Kconfig                     |  3 ---
 arch/powerpc/Kconfig.debug               |  2 +-
 arch/powerpc/kernel/Makefile             |  4 ++--
 drivers/ata/sata_svw.c                   | 11 +----------
 drivers/video/fbdev/Kconfig              |  4 ++--
 drivers/video/fbdev/aty/aty128fb.c       |  4 ++--
 drivers/video/fbdev/aty/radeon_base.c    | 24 ++++++++++++------------
 drivers/video/fbdev/aty/radeon_monitor.c | 20 ++++++++++----------
 drivers/video/fbdev/aty/radeon_pm.c      | 16 ++++++++--------
 drivers/video/fbdev/aty/radeonfb.h       |  4 ++--
 drivers/video/fbdev/core/fbmon.c         |  4 ----
 drivers/video/fbdev/imsttfb.c            |  6 +-----
 drivers/video/fbdev/nvidia/Makefile      |  3 +--
 drivers/video/fbdev/nvidia/nv_of.c       |  3 ---
 drivers/video/fbdev/nvidia/nv_proto.h    |  8 --------
 drivers/video/fbdev/nvidia/nvidia.c      |  4 ----
 drivers/video/fbdev/riva/fbdev.c         | 17 +++++++----------
 17 files changed, 49 insertions(+), 88 deletions(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-03-12 12:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-12 12:32 [PATCH v3 0/9] powerpc: kill PPC_OF Kevin Hao
2015-03-12 12:32 ` [PATCH v3 1/9] sata_svw: remove the dependency on PPC_OF Kevin Hao
2015-03-12 12:32 ` [PATCH v3 2/9] fbdev: aty128fb: replace PPC_OF with PPC Kevin Hao
2015-03-12 12:32 ` [PATCH v3 3/9] fbdev: radeon: " Kevin Hao
2015-03-12 12:32 ` [PATCH v3 4/9] fbdev: imsttfb: remove the dependency on PPC_OF Kevin Hao
2015-03-12 12:32 ` [PATCH v3 5/9] fbdev: nvidia: " Kevin Hao
2015-03-12 12:32 ` [PATCH v3 6/9] fbdev: riva: " Kevin Hao
2015-03-12 12:32 ` [PATCH v3 7/9] fbdev: remove the unnecessary includes of ppc specific header files Kevin Hao
2015-03-12 12:32 ` [PATCH v3 8/9] fbdev: kconfig: replace PPC_OF with PPC Kevin Hao
2015-03-12 12:32 ` [PATCH v3 9/9] powerpc: kill PPC_OF Kevin Hao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).