[PATCH] arch: arm: mach-omap1: irq.c: Remove unused function

2014-12-07 Thread Rickard Strandqvist
Remove the function irq_bank_readl() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- arch/arm/mach-omap1/irq.c |5 - 1 file changed, 5 deletions(-)

[PATCH] arch: arm: mach-omap1: timer32k.c: Remove unused function

2014-12-07 Thread Rickard Strandqvist
Remove the function omap_32k_timer_read() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- arch/arm/mach-omap1/timer32k.c |5 - 1 file changed, 5

[PATCH] arch: arm: mach-omap2: powerdomain.c: Remove some unused functions

2014-12-07 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: pwrdm_get_voltdm() pwrdm_for_each_clkdm() pwrdm_del_clkdm() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se ---

[PATCH] dts: omap3-n900: cleanup english

2014-12-07 Thread Pavel Machek
This fixes english in comments and removes extra empty newline. Signed-off-by: Pavel Machek pa...@ucw.cz diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index 11d8afd..9e0e5a2 100644 --- a/arch/arm/boot/dts/omap3-n900.dts +++ b/arch/arm/boot/dts/omap3-n900.dts @@

Re: [PATCH 0/5] irqchip: kill the GIC routable domain

2014-12-07 Thread Nishanth Menon
On 13:46-20141206, Marc Zyngier wrote: After my series removing the gic_arch_extn hack, I figured that the next step was to expunge the GIC driver of the routable domain horror. There is a few reasons for this: - The allocation of interrupts in this domain is fairly similar to what we

[PATCH] arch: arm: mach-omap2: omap_hwmod.c: Remove some unused functions

2014-12-07 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: omap_hwmod_pad_route_irq() omap_hwmod_no_setup_reset() omap_hwmod_read_hardreset() omap_hwmod_del_initiator_dep() omap_hwmod_enable_clocks() omap_hwmod_reset() omap_hwmod_ocp_barrier() omap_hwmod_disable_clocks() omap_hwmod_add_initiator_dep()

Re: [PATCH] arch: arm: mach-omap2: powerdomain.c: Remove some unused functions

2014-12-07 Thread Nishanth Menon
On 14:58-20141207, Rickard Strandqvist wrote: Removes some functions that are not used anywhere: pwrdm_get_voltdm() pwrdm_for_each_clkdm() pwrdm_del_clkdm() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist

Re: [PATCH] ARM / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM

2014-12-07 Thread Nishanth Menon
On 03:50-20141206, Rafael J. Wysocki wrote: From: Rafael J. Wysocki rafael.j.wyso...@intel.com After commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is selected) PM_RUNTIME is always set if PM is set, so #ifdef blocks depending on CONFIG_PM_RUNTIME may now be changed to depend

Re: [PATCH 0/5] irqchip: kill the GIC routable domain

2014-12-07 Thread Nishanth Menon
Marc, On 11:16-20141207, Nishanth Menon wrote: On 13:46-20141206, Marc Zyngier wrote: After my series removing the gic_arch_extn hack, I figured that the next step was to expunge the GIC driver of the routable domain horror. There is a few reasons for this: - The allocation

[PATCH] arch: arm: mach-omap2: omap-pm-noop.c: Remove some unused functions

2014-12-07 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: omap_pm_set_max_dev_wakeup_lat() omap_pm_if_exit() omap_pm_cpu_get_freq() omap_pm_cpu_set_freq() omap_pm_cpu_get_freq_table() omap_pm_dsp_get_opp() omap_pm_dsp_set_min_opp() omap_pm_dsp_get_opp_table() omap_pm_set_min_clk_rate()

Re: [PATCH] arch: arm: mach-omap2: omap-pm-noop.c: Remove some unused functions

2014-12-07 Thread Nishanth Menon
On 12/07/2014 02:49 PM, Rickard Strandqvist wrote: Removes some functions that are not used anywhere: omap_pm_set_max_dev_wakeup_lat() omap_pm_if_exit() omap_pm_cpu_get_freq() omap_pm_cpu_set_freq() omap_pm_cpu_get_freq_table() omap_pm_dsp_get_opp() omap_pm_dsp_set_min_opp()

[PATCH] arch: arm: mach-omap2: clkt2xxx_apll.c: Remove some unused functions

2014-12-07 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: omap2_clk_apll54_disable() omap2_clk_apll96_disable() omap2_clk_apll54_enable() omap2_clk_apll96_enable() omap2xxx_get_apll_clkin() omap2_clk_apll96_recalc() omap2_clk_apll54_recalc() This was partially found by using a static code analysis

[PATCH] arch: arm: mach-omap2: cm33xx.c: Remove some unused functions

2014-12-07 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: am33xx_cm_read_reg_bits() am33xx_cm_clear_reg_bits() am33xx_cm_set_reg_bits() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se ---

[PATCH] arch: arm: mach-omap2: dpll44xx.c: Remove unused function

2014-12-07 Thread Rickard Strandqvist
Remove the function omap4_dpllmx_gatectrl_read() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- arch/arm/mach-omap2/clock.h|1 -