On 05/06/17 22:39, Yong Zhi wrote: > From: Tuukka Toivonen <tuukka.toivonen@xxxxxxxxx> > > This driver translates Intel IPU3 internal virtual > address to physical address. > > Signed-off-by: Yong Zhi <yong.zhi@xxxxxxxxx> > --- > drivers/media/pci/intel/ipu3/Kconfig | 11 + > drivers/media/pci/intel/ipu3/Makefile | 1 + > drivers/media/pci/intel/ipu3/ipu3-mmu.c | 423 ++++++++++++++++++++++++++++++++ > drivers/media/pci/intel/ipu3/ipu3-mmu.h | 73 ++++++ > 4 files changed, 508 insertions(+) > create mode 100644 drivers/media/pci/intel/ipu3/ipu3-mmu.c > create mode 100644 drivers/media/pci/intel/ipu3/ipu3-mmu.h > Why is this patch and the next patch (03/12) in drivers/media? I wonder what the reasoning is behind that since it doesn't seem very media specific. Regards, Hans