diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-04-07 13:24:18 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-04-07 13:24:18 -0400 |
commit | e5744abb2fa3629aa5a94e21ca1eae32ff2fe00b (patch) | |
tree | ef90c96390256b073f5255d224aecb2fc1f6ee84 /arch/arm | |
parent | c29aa153ef0469cddf0146d41ce6494bd76be78b (diff) | |
parent | 2d28ca731b9bb6262f7711241628c7844b0cf7dc (diff) |
Merge tag 'mfd-for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Pull MFD updates from Lee Jones:
"Changes to existing drivers:
- Use of managed resources - omap, twl4030, ti_am335x_tscadc
- Advanced error handling - omap
- Rework clk management - omap
- Device Tree (re-)work - tc3589x, pm8921, da9055, sec
- IRC management overhaul and !BROKEN - pm8921
- Convert to regmap - ssbi, pm8921
- Use simple power-management ops - ucb1x00
- Include file clean-up - adp5520, cs5535, janz, lpc_ich,
- lpc_sch, max14577, mcp-sa11x0, pcf50633-adc, rc5t583,
rdc321x-southbridge, retu, smsc-ece1099, ti-ssp, ti_am335x_tscadc,
tps65912, vexpress-config, wm8350, ywm8350
- Various bug fixes across the subsystem
- NULL/invalid pointer dereference prevention
- Resource leak mitigation,
- Variable used initialised
- Staticise various containers
- Enforce return value checks
New drivers/supported devices:
- Add support for s2mps14 and s2mpa01 to sec
- Add support for da9063 (v5) to da9063
- Add support for atom-c2000 to gpio-ich
- Add support for come-{mbt10,cbt6,chl6} to kempld
- Add support for da9053 to da9052
- Add support for itco-wdt (v3) and baytrail to lpc_ich
- Add new drivers for tps65218, rtsx_usb, bcm590xx
(Re-)moved drivers:
- twl4030 ==> drivers/iio
- ti-ssp ==> /dev/null"
* tag 'mfd-for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (103 commits)
mfd: wm5110: Correct default for HEADPHONE_DETECT_1
mfd: arizona: Correct small errors in the DT binding documentation
mfd: arizona: Mark DSP clocking register as volatile
mfd: devicetree: bindings: Add pm8xxx RTC description
mfd: kempld-core: Fix potential hang-up during boot
mfd: sec-core: Fix uninitialized 'regmap_rtc' on S2MPA01
mfd: tps65910: Fix regmap_irq_chip_data leak on mfd_add_devices fail
mfd: tps65910: Fix possible invalid pointer dereference on regmap_add_irq_chip fail
mfd: sec-core: Fix I2C dummy device resource leak on probe failure
mfd: sec-core: Add of_compatible strings for clock MFD cells
mfd: Remove obsolete ti-ssp driver
Documentation: mfd: s2mps11: Describe S5M8767 and S2MPS14 clocks
mfd: bcm590xx: Fix type argument for module device table
mfd: lpc_ich: Add support for Intel Bay Trail SoC
mfd: lpc_ich: Add support for NM10 GPIO
mfd: lpc_ich: Change Avoton to iTCO v3
watchdog: iTCO_wdt: Add support for v3 silicon
mfd: lpc_ich: Add support for iTCO v3
mfd: lpc_ich: Remove lpc_ich_cfg struct use
mfd: lpc_ich: Only configure watchdog or GPIO when present
...
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/omap4.dtsi | 6 | ||||
-rw-r--r-- | arch/arm/boot/dts/omap5.dtsi | 6 | ||||
-rw-r--r-- | arch/arm/mach-omap2/cclock3xxx_data.c | 4 | ||||
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 6 |
4 files changed, 12 insertions, 10 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index fe61976dc1a5..0769ec57a3f5 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi | |||
@@ -733,6 +733,12 @@ | |||
733 | #address-cells = <1>; | 733 | #address-cells = <1>; |
734 | #size-cells = <1>; | 734 | #size-cells = <1>; |
735 | ranges; | 735 | ranges; |
736 | clocks = <&init_60m_fclk>, | ||
737 | <&xclk60mhsp1_ck>, | ||
738 | <&xclk60mhsp2_ck>; | ||
739 | clock-names = "refclk_60m_int", | ||
740 | "refclk_60m_ext_p1", | ||
741 | "refclk_60m_ext_p2"; | ||
736 | 742 | ||
737 | usbhsohci: ohci@4a064800 { | 743 | usbhsohci: ohci@4a064800 { |
738 | compatible = "ti,ohci-omap3"; | 744 | compatible = "ti,ohci-omap3"; |
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index 8292ad0fe69f..19155bb84835 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi | |||
@@ -814,6 +814,12 @@ | |||
814 | #address-cells = <1>; | 814 | #address-cells = <1>; |
815 | #size-cells = <1>; | 815 | #size-cells = <1>; |
816 | ranges; | 816 | ranges; |
817 | clocks = <&l3init_60m_fclk>, | ||
818 | <&xclk60mhsp1_ck>, | ||
819 | <&xclk60mhsp2_ck>; | ||
820 | clock-names = "refclk_60m_int", | ||
821 | "refclk_60m_ext_p1", | ||
822 | "refclk_60m_ext_p2"; | ||
817 | 823 | ||
818 | usbhsohci: ohci@4a064800 { | 824 | usbhsohci: ohci@4a064800 { |
819 | compatible = "ti,ohci-omap3"; | 825 | compatible = "ti,ohci-omap3"; |
diff --git a/arch/arm/mach-omap2/cclock3xxx_data.c b/arch/arm/mach-omap2/cclock3xxx_data.c index 11ed9152e665..8f5121b89688 100644 --- a/arch/arm/mach-omap2/cclock3xxx_data.c +++ b/arch/arm/mach-omap2/cclock3xxx_data.c | |||
@@ -3497,10 +3497,6 @@ static struct omap_clk omap3xxx_clks[] = { | |||
3497 | CLK(NULL, "dss_tv_fck", &dss_tv_fck), | 3497 | CLK(NULL, "dss_tv_fck", &dss_tv_fck), |
3498 | CLK(NULL, "dss_96m_fck", &dss_96m_fck), | 3498 | CLK(NULL, "dss_96m_fck", &dss_96m_fck), |
3499 | CLK(NULL, "dss2_alwon_fck", &dss2_alwon_fck), | 3499 | CLK(NULL, "dss2_alwon_fck", &dss2_alwon_fck), |
3500 | CLK(NULL, "utmi_p1_gfclk", &dummy_ck), | ||
3501 | CLK(NULL, "utmi_p2_gfclk", &dummy_ck), | ||
3502 | CLK(NULL, "xclk60mhsp1_ck", &dummy_ck), | ||
3503 | CLK(NULL, "xclk60mhsp2_ck", &dummy_ck), | ||
3504 | CLK(NULL, "init_60m_fclk", &dummy_ck), | 3500 | CLK(NULL, "init_60m_fclk", &dummy_ck), |
3505 | CLK(NULL, "gpt1_fck", &gpt1_fck), | 3501 | CLK(NULL, "gpt1_fck", &gpt1_fck), |
3506 | CLK(NULL, "aes2_ick", &aes2_ick), | 3502 | CLK(NULL, "aes2_ick", &aes2_ick), |
diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c index 9c7e23aa0e7f..a123ff0070bd 100644 --- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | |||
@@ -1955,10 +1955,6 @@ static struct omap_hwmod_class omap3xxx_usb_host_hs_hwmod_class = { | |||
1955 | .sysc = &omap3xxx_usb_host_hs_sysc, | 1955 | .sysc = &omap3xxx_usb_host_hs_sysc, |
1956 | }; | 1956 | }; |
1957 | 1957 | ||
1958 | static struct omap_hwmod_opt_clk omap3xxx_usb_host_hs_opt_clks[] = { | ||
1959 | { .role = "ehci_logic_fck", .clk = "usbhost_120m_fck", }, | ||
1960 | }; | ||
1961 | |||
1962 | static struct omap_hwmod_irq_info omap3xxx_usb_host_hs_irqs[] = { | 1958 | static struct omap_hwmod_irq_info omap3xxx_usb_host_hs_irqs[] = { |
1963 | { .name = "ohci-irq", .irq = 76 + OMAP_INTC_START, }, | 1959 | { .name = "ohci-irq", .irq = 76 + OMAP_INTC_START, }, |
1964 | { .name = "ehci-irq", .irq = 77 + OMAP_INTC_START, }, | 1960 | { .name = "ehci-irq", .irq = 77 + OMAP_INTC_START, }, |
@@ -1981,8 +1977,6 @@ static struct omap_hwmod omap3xxx_usb_host_hs_hwmod = { | |||
1981 | .idlest_stdby_bit = OMAP3430ES2_ST_USBHOST_STDBY_SHIFT, | 1977 | .idlest_stdby_bit = OMAP3430ES2_ST_USBHOST_STDBY_SHIFT, |
1982 | }, | 1978 | }, |
1983 | }, | 1979 | }, |
1984 | .opt_clks = omap3xxx_usb_host_hs_opt_clks, | ||
1985 | .opt_clks_cnt = ARRAY_SIZE(omap3xxx_usb_host_hs_opt_clks), | ||
1986 | 1980 | ||
1987 | /* | 1981 | /* |
1988 | * Errata: USBHOST Configured In Smart-Idle Can Lead To a Deadlock | 1982 | * Errata: USBHOST Configured In Smart-Idle Can Lead To a Deadlock |