* [GIT PULL] omap-fixes and minor board updates
@ 2011-01-14 19:39 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2011-01-14 19:39 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, linux-arm-kernel, linux-omap
Hi Linus,
Please pull omap fixes and some minor board updates from:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus
This is mostly to deal with the build and boot issues after merging
with the arm and usb trees. The series also fixes some sparse issues.
It would be nice to get these in before -rc1.
Regards,
Tony
The following changes since commit 891cc2283216bf76f387546f0e220caf8ce9fbf9:
Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel (2011-01-14 10:30:09 -0800)
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
Aaro Koskinen (1):
arm: mach-omap2: mux: fix buffer overrun
Anand Gadiyar (1):
arm: omap4: pandaboard: turn on PHY reference clock at init
Catalin Marinas (1):
ARM: Do not enable SWP emulation if CPU_V6 && CPU_V7
Enric Balletbo i Serra (4):
omap3: igep3: Add USB EHCI support for IGEP module
omap3: igep3: Fix IGEP module second MMC channel power supply
omap3: igep2: Add keypad support
omap3: igep3: Add omap_reserve functionality
Felipe Balbi (1):
arm: omap: gpio: don't access irq_desc array directly
Koen Kooi (3):
omap3: beaglexm: fix EHCI power up GPIO dir
omap3: beaglexm: fix DVI reset GPIO
omap3: beaglexm: fix power on of DVI
Mika Westerberg (1):
OMAP: GPIO: fix _set_gpio_triggering() for OMAP2+
Nishanth Menon (8):
omap3|4: mux: make local structures static
omap3: zoom: use static for pointer passing
omap3: igep3: make igep3_flash_init static
omap2+: wdt: trivial sparse fixes
OMAP3+: sr_device: include pm header
OMAP2+: TWL: make conversion routines static
OMAP2+: TWL: include pm header for init protos
omap2+: pm_bus: make functions used as pointers as static
Santosh Shilimkar (6):
omap2plus: clockdomain: Trivial fix for build break because of clktrctrl_mask
omap2plus: voltage: Trivial warning fix 'no return statement'
omap2plus: voltage: Trivial linking fix 'undefined reference'
omap2plus: voltage: Trivial linking fix for 'EINVAL' undeclared
omap2plus: prm: Trvial build break fix for undefined reference to 'omap2_prm_read_mod_reg'
omap3: clocks: Fix build error 'CK_3430ES2' undeclared here
Tony Lindgren (2):
Merge branch 'ehci-omap-clock' into omap-fixes
omap4: Fix ULPI PHY init for ES1.0 SDP
arch/arm/mach-omap2/board-4430sdp.c | 10 ++-
arch/arm/mach-omap2/board-igep0020.c | 33 ++++++++++
arch/arm/mach-omap2/board-igep0030.c | 85 ++++++++++++++++++++++----
arch/arm/mach-omap2/board-omap3beagle.c | 60 ++++++++++++++++--
arch/arm/mach-omap2/board-omap4panda.c | 10 +++
arch/arm/mach-omap2/board-zoom-peripherals.c | 4 +-
arch/arm/mach-omap2/clock3xxx_data.c | 2 +-
arch/arm/mach-omap2/clockdomain.h | 2 -
arch/arm/mach-omap2/devices.c | 2 +-
arch/arm/mach-omap2/mux.c | 2 +-
arch/arm/mach-omap2/mux34xx.c | 4 +-
arch/arm/mach-omap2/mux44xx.c | 6 +-
arch/arm/mach-omap2/omap_twl.c | 10 ++-
arch/arm/mach-omap2/pm_bus.c | 4 +-
arch/arm/mach-omap2/prm2xxx_3xxx.h | 63 +++++++++++++++++++-
arch/arm/mach-omap2/sr_device.c | 1 +
arch/arm/mach-omap2/wd_timer.c | 2 +
arch/arm/mm/Kconfig | 2 +-
arch/arm/plat-omap/gpio.c | 12 +++-
arch/arm/plat-omap/include/plat/voltage.h | 17 ++++-
20 files changed, 280 insertions(+), 51 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [GIT PULL] omap-fixes and minor board updates
@ 2011-01-14 19:39 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2011-01-14 19:39 UTC (permalink / raw)
To: linux-arm-kernel
Hi Linus,
Please pull omap fixes and some minor board updates from:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus
This is mostly to deal with the build and boot issues after merging
with the arm and usb trees. The series also fixes some sparse issues.
It would be nice to get these in before -rc1.
Regards,
Tony
The following changes since commit 891cc2283216bf76f387546f0e220caf8ce9fbf9:
Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel (2011-01-14 10:30:09 -0800)
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
Aaro Koskinen (1):
arm: mach-omap2: mux: fix buffer overrun
Anand Gadiyar (1):
arm: omap4: pandaboard: turn on PHY reference clock at init
Catalin Marinas (1):
ARM: Do not enable SWP emulation if CPU_V6 && CPU_V7
Enric Balletbo i Serra (4):
omap3: igep3: Add USB EHCI support for IGEP module
omap3: igep3: Fix IGEP module second MMC channel power supply
omap3: igep2: Add keypad support
omap3: igep3: Add omap_reserve functionality
Felipe Balbi (1):
arm: omap: gpio: don't access irq_desc array directly
Koen Kooi (3):
omap3: beaglexm: fix EHCI power up GPIO dir
omap3: beaglexm: fix DVI reset GPIO
omap3: beaglexm: fix power on of DVI
Mika Westerberg (1):
OMAP: GPIO: fix _set_gpio_triggering() for OMAP2+
Nishanth Menon (8):
omap3|4: mux: make local structures static
omap3: zoom: use static for pointer passing
omap3: igep3: make igep3_flash_init static
omap2+: wdt: trivial sparse fixes
OMAP3+: sr_device: include pm header
OMAP2+: TWL: make conversion routines static
OMAP2+: TWL: include pm header for init protos
omap2+: pm_bus: make functions used as pointers as static
Santosh Shilimkar (6):
omap2plus: clockdomain: Trivial fix for build break because of clktrctrl_mask
omap2plus: voltage: Trivial warning fix 'no return statement'
omap2plus: voltage: Trivial linking fix 'undefined reference'
omap2plus: voltage: Trivial linking fix for 'EINVAL' undeclared
omap2plus: prm: Trvial build break fix for undefined reference to 'omap2_prm_read_mod_reg'
omap3: clocks: Fix build error 'CK_3430ES2' undeclared here
Tony Lindgren (2):
Merge branch 'ehci-omap-clock' into omap-fixes
omap4: Fix ULPI PHY init for ES1.0 SDP
arch/arm/mach-omap2/board-4430sdp.c | 10 ++-
arch/arm/mach-omap2/board-igep0020.c | 33 ++++++++++
arch/arm/mach-omap2/board-igep0030.c | 85 ++++++++++++++++++++++----
arch/arm/mach-omap2/board-omap3beagle.c | 60 ++++++++++++++++--
arch/arm/mach-omap2/board-omap4panda.c | 10 +++
arch/arm/mach-omap2/board-zoom-peripherals.c | 4 +-
arch/arm/mach-omap2/clock3xxx_data.c | 2 +-
arch/arm/mach-omap2/clockdomain.h | 2 -
arch/arm/mach-omap2/devices.c | 2 +-
arch/arm/mach-omap2/mux.c | 2 +-
arch/arm/mach-omap2/mux34xx.c | 4 +-
arch/arm/mach-omap2/mux44xx.c | 6 +-
arch/arm/mach-omap2/omap_twl.c | 10 ++-
arch/arm/mach-omap2/pm_bus.c | 4 +-
arch/arm/mach-omap2/prm2xxx_3xxx.h | 63 +++++++++++++++++++-
arch/arm/mach-omap2/sr_device.c | 1 +
arch/arm/mach-omap2/wd_timer.c | 2 +
arch/arm/mm/Kconfig | 2 +-
arch/arm/plat-omap/gpio.c | 12 +++-
arch/arm/plat-omap/include/plat/voltage.h | 17 ++++-
20 files changed, 280 insertions(+), 51 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-14 19:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-14 19:39 [GIT PULL] omap-fixes and minor board updates Tony Lindgren
2011-01-14 19:39 ` Tony Lindgren
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.