Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2a6dc96b973c8d1defd39bf21e89e6907b1c72f1
/
arch
/
arm
/
mach-omap1
/
board-voiceblue.c
7b6d864
reboot: arm: change reboot_mode to use enum reboot_mode
by Robin Holt
· 11 years ago
6bb27d7
ARM: delete struct sys_timer
by Stephen Warren
· 12 years ago
f300af8
ARM: OMAP1: Remove omap_reserve() callback for all omap1 boards
by Lokesh Vutla
· 12 years ago
54b693d
ARM: OMAP1: Move plat/tc.h to mach/tc.h for omap1
by Tony Lindgren
· 12 years ago
578fad4
ARM: OMAP1: Move flash.h from plat to mach
by Tony Lindgren
· 12 years ago
c510da1
ARM: OMAP1: Move board-voiceblue.h from plat to mach
by Tony Lindgren
· 12 years ago
70c494c
ARM: OMAP1: Make plat/mux.h omap1 only
by Tony Lindgren
· 12 years ago
cf3a6ec
ARM: OMAP: remove plat/board.h file
by Igor Grinberg
· 12 years ago
761d4c9
ARM: OMAP: cleanup struct omap_board_config_kernel
by Igor Grinberg
· 12 years ago
b924b20
ARM: OMAP: Make FS USB omap1 only
by Tony Lindgren
· 13 years ago
82c3bd0
ARM: omap1: use machine specific hook for late init
by Shawn Guo
· 13 years ago
46a0a54
ARM: OMAP: boards: Fix OMAP_GPIO_IRQ usage with gpio_to_irq()
by Tarun Kanti DebBarma
· 13 years ago
2e3ee9f
ARM: OMAP1: Move most of plat/io.h into local iomap.h
by Tony Lindgren
· 13 years ago
baa9588
ARM: restart: omap: use new restart hook
by Russell King
· 13 years ago
4e65331
ARM: 7159/1: OMAP: Introduce local common.h files
by Tony Lindgren
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
81a3c10c
Merge branch 'next/cleanup2' of git://git.linaro.org/people/arnd/arm-soc
by Linus Torvalds
· 13 years ago
df80442
Merge branch 'depends/rmk/memory_h' into next/cleanup2
by Arnd Bergmann
· 13 years ago
dc28094
arm: Add export.h to ARM specific files as required.
by Paul Gortmaker
· 13 years ago
1fdb24e
Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
by Linus Torvalds
· 13 years ago
7b88e62
ARM: OMAP1: Use generic map_io, init_early and init_irq
by Tony Lindgren
· 13 years ago
246e389
ARM: mach-omap1: convert boot_params to atag_offset
by Nicolas Pitre
· 13 years ago
2f8163b
ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.h
by Russell King
· 13 years ago
e74984e
omap: Set separate timer init functions to avoid cpu_is_omap tests
by Tony Lindgren
· 14 years ago
741e3a8
omap: Use separate init_irq functions to avoid cpu_is_omap tests early
by Tony Lindgren
· 14 years ago
6845664a
arm: Cleanup the irq namespace
by Thomas Gleixner
· 14 years ago
232bc65
arm: mach-omap1: board-voiceblue: add missing include
by Aaro Koskinen
· 14 years ago
ee54dba
ARM: OMAP: Allow platforms to hook reset cleanly
by Russell King - ARM Linux
· 14 years ago
79b357c
Merge branch 'devel-gpio' into omap-for-linus
by Tony Lindgren
· 14 years ago
7f9187c
omap1: Add initcall checks for omap1 and booted board
by Tony Lindgren
· 14 years ago
77640aa
OMAP: GPIO: Implement GPIO as a platform device
by Varadarajan, Charulatha
· 14 years ago
6451d77
arm: remove machine_desc.io_pg_offst and .phys_io
by Nicolas Pitre
· 14 years ago
7590d1d
Merge branch 'devel-map-io' into omap-for-linus
by Tony Lindgren
· 14 years ago
71ee7da
ARM: OMAP: Convert to use ->reserve method to reserve boot time memory
by Russell King
· 15 years ago
dd0cdd8
omap: Move omap1 USB platform init code into mach-omap1/usb.c
by Tony Lindgren
· 14 years ago
561b036
omap: convert boards to use physmap-flash
by Ladislav Michl
· 15 years ago
3bc4801
omap: use smc91x_platdata to setup smc91x
by Ladislav Michl
· 15 years ago
774facd
Merge branch '7xx-iosplit-plat' with omap-fixes
by Tony Lindgren
· 15 years ago
c33da3a
omap1: Fix redundant UARTs pin muxing that can break other hardware support
by Janusz Krzysztofik
· 15 years ago
ce491cf
omap: headers: Move remaining headers from include/mach to include/plat
by Tony Lindgren
· 15 years ago
15ac408
OMAP: UART: drop OMAP_TAG_UART, enable all UARTs, auto-disabled on idle
by Kalle Valo
· 15 years ago
b0b5aa3
ARM: OMAP: get rid of OMAP_TAG_USB, v2
by Felipe Balbi
· 16 years ago
5262822
ARM: OMAP: remove duplicated #include's
by Huang Weiyi
· 16 years ago
652bcd8
omap mmc: Remove broken MMC init code
by Tony Lindgren
· 16 years ago
f2d18fe
ARM: OMAP: Switch to gpio_request/free calls
by Jarkko Nikula
· 16 years ago
15f74b0
ARM: OMAP: use gpio_to_irq
by David Brownell
· 16 years ago
e918edf
ARM: OMAP: switch to gpio_direction_output
by David Brownell
· 16 years ago
40e3925
ARM: OMAP: switch to gpio_direction_input
by David Brownell
· 16 years ago
0b84b5c
ARM: OMAP: switch to standard gpio get/set calls
by David Brownell
· 16 years ago
d8aa025
[ARM] 5298/1: Drop desc_handle_irq()
by Dmitry Baryshkov
· 16 years ago
a09e64f
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
by Russell King
· 16 years ago
be50972
[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
by Russell King
· 16 years ago
6cab486
[ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_*
by Dmitry Baryshkov
· 16 years ago
e27a93a
ARM: OMAP1: Misc clean-up
by Tony Lindgren
· 17 years ago
1ed16a8
ARM: OMAP1: Use I2C bus registration helper for omap1
by Jarkko Nikula
· 17 years ago
e7b3dc7
[NET] smc91x: Make smc91x use IRQ resource trigger flags
by Russell King
· 17 years ago
a524626
ARM: OMAP: Sync board specific files with linux-omap
by Tony Lindgren
· 18 years ago
9b6553c
[ARM] 3433/1: ARM: OMAP: 8/8 Update board files
by Tony Lindgren
· 19 years ago
e041c68
[PATCH] Notifier chain update: API changes
by Alan Stern
· 19 years ago
87bd63f
[ARM] 3280/1: OMAP: 2/3 Fix low-level io init for omap1 boards
by Tony Lindgren
· 19 years ago
946d493
[ARM] 3260/1: remove phys_ram from struct machine_desc (part 2)
by Nicolas Pitre
· 19 years ago
3179a01
[ARM] 3141/1: OMAP 1/5: Update omap1 specific files
by Tony Lindgren
· 19 years ago
d052d1b
Create platform_device.h to contain all the platform device details.
by Russell King
· 19 years ago
0db7443
Merge master.kernel.org:/home/rmk/linux-2.6-serial
by Linus Torvalds
· 19 years ago
7c38cf0
[ARM] 2890/1: OMAP 1/4: Update omap1 specific files, take 2
by Tony Lindgren
· 19 years ago
6df29de
[SERIAL] Use an enum for serial8250 platform device IDs
by Russell King
· 19 years ago
d48af15
[PATCH] ARM: 2802/1: OMAP update 8/11: Update OMAP arch files
by Tony Lindgren
· 19 years ago
dbdf9ced
[PATCH] ARM: 2806/1: OMAP update 5/11: Move board files into mach-omap1 directory
by Tony Lindgren
· 19 years ago
[Renamed (98%) from arch/arm/mach-omap/board-voiceblue.c]
e9dea0c
[PATCH] ARM: Remove machine description macros
by Russell King
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago