[media] omap3isp: Replace mmio_base_phys array with the histogram block base
Only the histogram sub-block driver uses the physical address. Do not store it for other sub-blocks. Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
このコミットが含まれているのは:
@@ -138,8 +138,8 @@ struct isp_xclk {
|
||||
* @irq_num: Currently used IRQ number.
|
||||
* @mmio_base: Array with kernel base addresses for ioremapped ISP register
|
||||
* regions.
|
||||
* @mmio_base_phys: Array with physical L4 bus addresses for ISP register
|
||||
* regions.
|
||||
* @mmio_hist_base_phys: Physical L4 bus address for ISP hist block register
|
||||
* region.
|
||||
* @mapping: IOMMU mapping
|
||||
* @stat_lock: Spinlock for handling statistics
|
||||
* @isp_mutex: Mutex for serializing requests to ISP.
|
||||
@@ -175,7 +175,7 @@ struct isp_device {
|
||||
unsigned int irq_num;
|
||||
|
||||
void __iomem *mmio_base[OMAP3_ISP_IOMEM_LAST];
|
||||
unsigned long mmio_base_phys[OMAP3_ISP_IOMEM_LAST];
|
||||
unsigned long mmio_hist_base_phys;
|
||||
|
||||
struct dma_iommu_mapping *mapping;
|
||||
|
||||
|
新しいイシューから参照
ユーザーをブロックする