]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
mfd: tps65910: Pass irq_domain when adding mfd sub devices
authorLaxman Dewangan <ldewangan@nvidia.com>
Tue, 13 Nov 2012 14:03:59 +0000 (19:33 +0530)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 20 Nov 2012 11:21:10 +0000 (12:21 +0100)
commit17143e38afd60128332067ff91af080ddc764780
tree33669e4c78eff51fe073a9e336eb1a907d5dc460
parent4aab3fadad32ff4df05832beff7c16fd6ad938aa
mfd: tps65910: Pass irq_domain when adding mfd sub devices

When adding the sub device "tps65910-rtc", is it passed the
IO resource IRQ for the interrupt number. This interrupt needs
to map in the device irq domain. Pass the irq domain of device
in mfd_add_devices() so that proper irq mapping can be done when
adding the sub device RTC.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/tps65910.c