diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2013-04-02 04:08:34 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-04-02 04:08:34 +0200 |
commit | 809609a5d8427b0025304dbb69a84a692d11c4f9 (patch) | |
tree | 95a544cda32d36e4a9ee1ce27c527406c54d91b4 /drivers/bcma/driver_pci_host.c | |
parent | ARM: shmobile: r8a7779: Remove INTC function GPIOs (diff) | |
parent | ARM: shmobile: r8a7790 SoC 64-bit DT support (diff) | |
download | linux-809609a5d8427b0025304dbb69a84a692d11c4f9.tar.xz linux-809609a5d8427b0025304dbb69a84a692d11c4f9.zip |
Merge branch 'soc' into pinmux-base
Conflicts:
drivers/pinctrl/sh-pfc/pfc-r8a7740.c
This merge is to provide r8a73a4 SoC files, which are added in the
soc branch and depended on by r8a73a4 pfc-changes which are to
be added to the pinmux branch.
Diffstat (limited to 'drivers/bcma/driver_pci_host.c')
-rw-r--r-- | drivers/bcma/driver_pci_host.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/bcma/driver_pci_host.c b/drivers/bcma/driver_pci_host.c index d3bde6cec927..30629a3d44cc 100644 --- a/drivers/bcma/driver_pci_host.c +++ b/drivers/bcma/driver_pci_host.c @@ -404,6 +404,8 @@ void bcma_core_pci_hostmode_init(struct bcma_drv_pci *pc) return; } + spin_lock_init(&pc_host->cfgspace_lock); + pc->host_controller = pc_host; pc_host->pci_controller.io_resource = &pc_host->io_resource; pc_host->pci_controller.mem_resource = &pc_host->mem_resource; |