- 13 Aug, 2007 28 commits
-
-
Tony Lindgren authored
Search and replace bIsHost with is_host Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace _pthis with musb Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace MGC_SelectEnd with musb_ep_select Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace Lock with lock Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace bEnd with epnum Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace bEnd0Stage with ep0_stage Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace bEndNumber with current_epnum Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace bEndCount with nr_endpoints Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace aLocalEnd with endpoints Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace bLocalEnd with epnum Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace wCount with len Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace wFifoCount with fifo_count Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace dwCount with len Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace pDest with dst Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace pSource with src Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace pBase with mbase Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace pRegs with mregs Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace pEnd with musb_ep when struct musb_hw_ep Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace pEnd with musb_ep when struct musb_ep Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace pEndPt with hw_ep Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace pThis with musb Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
This reverts commit ebd641a5. Revert until the rest of the patches get integrated to fix build. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Woodruff, Richard authored
This fixes a build error for 2430. fixed_div is under a 2420 only define and it should be OMAP2. Signed-off-by: Richard Woodruff <r-woodruff2@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Kyungmin Park authored
Fix warning in arch/arm/mach-omap2/timer-gp.c arch/arm/mach-omap2/timer-gp.c: In function `omap2_gp_timer_set_mode': arch/arm/mach-omap2/timer-gp.c:89: warning: enumeration value `CLOCK_EVT_MODE_RESUME' not handled in switch Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
Fix WARNING: vmlinux.o(.text+0x1554c): Section mismatch: reference to .init.text:reserve_bootmem (between 'omapfb_reserve_sdram' and 'omap_32k_timer_set_mode') Signed-off-by: Dirk Behme <dirk.behme@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
Fix warning arch/arm/plat-omap/mmu.c:1277: warning: initialization from incompatible pointer type arch/arm/plat-omap/mmu.c:1278: warning: initialization from incompatible pointer type Signed-off-by: Dirk Behme <dirk.behme@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
This reverts commit 18fc252e. As noted by Richard Woodruff, with this the system gets the wrong osc speed and ends up setting the system speed wrongly. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Felipe Balbi authored
Instead of defining a pr_err() macro, we can use dev_err() macro. Signed-off-by: Felipe Balbi <felipe.lima@indt.org.br> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 10 Aug, 2007 12 commits
-
-
sshahrom@micron.com authored
Following patches would add support for 2k Page nand with Enabled HW ECC on omap2430 v4.0. It has been Tested with Micron Nand. The Patch is against 2.6.22 linux-omap.git tree. As Always all the comments are welcomed. Signed-off-by: Shahrom Sharif-Kashani <sshahrom@micron.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Sakari Ailus authored
Signed-off-by: Sakari Ailus <sakari.ailus@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Felipe Balbi authored
Use dev_* macros instead of direct printks. Better readability for camera_core.c Signed-off-by: Felipe Balbi <felipe.lima@indt.org.br> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Felipe Balbi authored
Whitespace removal from camera_core.[ch] Signed-off-by: Felipe Balbi <felipe.lima@indt.org.br> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Kevin Hilman authored
This fixes a bug where the 2430 crashes upon entering full-retention due to a register difference between 2420 and 2430. Signed-off-by: Kevin Hilman <khilman@mvista.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Kevin Hilman authored
When the OMAP patches are applied and the kernel is built for a non-ARM target, there are a handful of Kconfig warnings due to the use of OMAP_MCBSP in arch-independent Kconfig files. This patch simply removes the 'select OMAP_MCBSP' in these arch-independent files since it is already 'default y' in arch/arm/plat-omap/Kconfig Signed-off-by: Kevin Hilman <khilman@mvista.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Trilok Soni authored
From: Carlos Eduardo Aguiar <carlos.aguiar@indt.org.br> Remove unnecessary N800 PM board specific file - Remove unnecessary arch/arm/mach-omap2/board-n800-pm.c file, according with Trilok's early patch [1], that moves board-n800-pm.c code to board-n800.c [1] http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commitdiff;h=0d6d581ffec0296f429a777187945943f2127e8fSigned-off-by: Trilok Soni <soni.trilok@gmail.com> Signed-off-by: Carlos Eduardo Aguiar <carlos.aguiar@indt.org.br> Remove unnecessary N800 PM board specific file Remove unnecessary arch/arm/mach-omap2/board-n800-pm.c file, according with Trilok's early patch, that moves board-n800-pm.c code to board-n800.c Signed-off-by: Trilok Soni <soni.trilok@gmail.com> Signed-off-by: Carlos Eduardo Aguiar <carlos.aguiar@indt.org.br> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Sakari Ailus authored
Put back references to lcd_apollon.o, lcd_2430sdp.o and lcd_mipid.o that were lost in merge to drivers/video/omap/Makefile. Signed-off-by: Sakari Ailus <sakari.ailus@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Paul Walmsley authored
omap2_followparent_recalc() just calls followparent_recalc(), so, get rid of omap2_followparent_recalc(). Signed-off-by: Paul Walmsley <paul@pwsan.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Paul Walmsley authored
mdm_osc_ck has a preinitialized rate and is marked as RATE_FIXED, but rather than using omap2_propagate_rate() as its recalc function, which accounts for RATE_FIXED clocks, it uses omap2_followparent_recalc(), which sets the rate to the parent clock's rate. After reviewing the 2430 TRM, fix this inconsistency by removing the fixed rate declarations (TRM says that this clock is 'typically' 26MHz). Signed-off-by: Paul Walmsley <paul@pwsan.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Paul Walmsley authored
The rates of some clocks are equal to their parents' rates, divided by some fixed integer. This contrasts with the existing 'followparent' clocks, which follow their parents' rates strictly; and the existing 'clksel' clocks, which follow their parents' rates divided by a runtime-selectable divisor. Add code to implement these clocks without resorting to specifying a fixed rate. Signed-off-by: Paul Walmsley <paul@pwsan.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Paul Walmsley authored
dpll_ck is not a clksel clock, and so it does not really fit well into omap2_clksel_recalc(). Split off its recalc code into its own function, omap2_dpll_recalc(). Signed-off-by: Paul Walmsley <paul@pwsan.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-