- 13 Aug, 2007 36 commits
-
-
Tony Lindgren authored
Search and replace bBulkSplit with bulk_split Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace bIgnoreDisconnect with ignore_disconnect Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace bIsMultipoint with is_multipoint Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace pDmaController with dma_controller Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace wMaxPacketSizeRx with max_packet_sz_rx Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace wMaxPacketSizeTx with max_packet_sz_tx Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace bIsSharedFifo with is_shared_fifo Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Get rid of old unused MUSB_EpFifoDescriptor Signed-off-by: Tony Lindgren <tony@atomide.com>
-
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 4 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>
-