[GIT PULL] omap fixes for 2.6.33-rc3

Tony Lindgren tony at atomide.com
Fri Jan 8 13:20:49 EST 2010


* Tony Lindgren <tony at atomide.com> [100108 10:07]:
> Linus,
> 
> Please pull omap fixes from:
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus

Oops, please dont, let me first check what's up with the duplicate commits first.

Regards,

Tony

 
> Regards,
> 
> Tony
> 
> 
> The following changes since commit 74d2e4f8d79ae0c4b6ec027958d5b18058662eea:
>   Linus Torvalds (1):
>         Linux 2.6.33-rc3
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus
> 
> Abhijit Pagare (2):
>       ARM: OMAP3: PM: Fix the Invalid CM_CLKSTCTRL reg access.
>       ARM: OMAP3: PM: Fix the Invalid CM_CLKSTCTRL reg access.
> 
> Alexander Shishkin (1):
>       omap2/3: make serial_in_override() address the right uart port
> 
> Cory Maccarrone (5):
>       OMAP1 clock: Add missing clocks for OMAP 7xx
>       OMAP1 clock: Add missing clocks for OMAP 7xx
>       OMAP1 clock: remove __initdata from struct clk_functions to prevent crash
>       omap: gpio: Simultaneously requested rising and falling edge
>       omap1: Add 7xx clocks and pin muxes for SPI
> 
> Felipe Balbi (1):
>       OMAP2xxx clock: clk2xxx.c doesn't compile if CPUFREQ is enabled
> 
> Huang Weiyi (2):
>       OMAP2: remove duplicated #include
>       OMAP2: remove duplicated #include
> 
> Janusz Krzysztofik (1):
>       omap: McBSP: Fix possible port lockout
> 
> Kevin Hilman (2):
>       OMAP3: clock: add clockdomains for UART1 & 2
>       OMAP3: clock: add clockdomains for UART1 & 2
> 
> Paul Walmsley (11):
>       OMAP2xxx IO mapping: mark DSP mappings as being 2420-only
>       OMAP2420 IO mapping: move IVA mapping virtual address out of vmalloc space
>       OMAP3 clock: McBSP 2, 3, 4 functional clock parent is PER_96M_FCLK, not CORE_96M_FCLK
>       OMAP clock: remove incorrect EXPORT_SYMBOL()s
>       OMAP2xxx IO mapping: mark DSP mappings as being 2420-only
>       OMAP2420 IO mapping: move IVA mapping virtual address out of vmalloc space
>       OMAP3 clock: McBSP 2, 3, 4 functional clock parent is PER_96M_FCLK, not CORE_96M_FCLK
>       OMAP clock: remove incorrect EXPORT_SYMBOL()s
>       OMAP2xxx OPP: clean up comments in OPP data
>       OMAP clock/CPUFreq: add clk_exit_cpufreq_table()
>       OMAP2 clock: dynamically allocate CPUFreq frequency table
> 
> Roel Kluin (3):
>       omap: &&/|| confusion in iommu_put()
>       omap3: add missing parentheses
>       omap3: add missing parentheses
> 
> Tony Lindgren (5):
>       Merge branch 'for_2_6_33_rc_a' of git://git.pwsan.com/linux-2.6 into omap-fixes-2.6.33-rc3
>       Merge branch 'for_2.6.33rc_b' of git://git.pwsan.com/linux-2.6 into omap-fixes-for-linus
>       omap: Remove uninitialized warning for gpio.c
>       omap1: Fix compile for omap1_bl.c
>       omap3: Fix booting if package is uninitialized
> 
> Tuukka Toivonen (2):
>       OMAP3 clock: Add capability to change rate of dpll4_m5_ck
>       OMAP3 clock: Add capability to change rate of dpll4_m5_ck
> 
> Vaibhav Hiremath (1):
>       omap3: EVM: Choose OMAP_PACKAGE_CBB
> 
> Vimal Singh (1):
>       omap2/3: ZOOM: Correcting key mapping for few keys
> 
>  arch/arm/mach-omap1/clock_data.c             |   10 +++-
>  arch/arm/mach-omap1/devices.c                |   35 ++++++++++++++
>  arch/arm/mach-omap1/mux.c                    |    8 +++
>  arch/arm/mach-omap2/Kconfig                  |    1 +
>  arch/arm/mach-omap2/board-zoom-peripherals.c |    8 ++--
>  arch/arm/mach-omap2/clock2xxx.c              |   57 +++++++++++++++++++----
>  arch/arm/mach-omap2/clock34xx.c              |    1 -
>  arch/arm/mach-omap2/clock34xx_data.c         |    6 ++-
>  arch/arm/mach-omap2/clockdomain.c            |    4 +-
>  arch/arm/mach-omap2/io.c                     |   19 ++++----
>  arch/arm/mach-omap2/mux.c                    |    6 ++-
>  arch/arm/mach-omap2/opp2420_data.c           |   38 ++++++++-------
>  arch/arm/mach-omap2/opp2430_data.c           |   30 ++++++------
>  arch/arm/mach-omap2/pm34xx.c                 |    4 +-
>  arch/arm/mach-omap2/serial.c                 |   12 ++++-
>  arch/arm/plat-omap/clock.c                   |   16 ++++---
>  arch/arm/plat-omap/cpu-omap.c                |    1 +
>  arch/arm/plat-omap/gpio.c                    |   63 +++++++++++++++++++++++++-
>  arch/arm/plat-omap/include/plat/board.h      |    1 -
>  arch/arm/plat-omap/include/plat/clock.h      |    2 +
>  arch/arm/plat-omap/include/plat/control.h    |    2 +-
>  arch/arm/plat-omap/include/plat/io.h         |   36 +++++++--------
>  arch/arm/plat-omap/include/plat/mux.h        |    8 +++
>  arch/arm/plat-omap/include/plat/omap7xx.h    |    3 +
>  arch/arm/plat-omap/io.c                      |   12 +++---
>  arch/arm/plat-omap/iommu.c                   |    2 +-
>  arch/arm/plat-omap/mcbsp.c                   |   20 +++++++-
>  drivers/video/backlight/omap1_bl.c           |    2 -
>  28 files changed, 296 insertions(+), 111 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



More information about the linux-arm-kernel mailing list