- 13 Aug, 2007 40 commits
-
-
Tony Lindgren authored
Search and replace bTestMode with test_mode Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace bTestModeValue with test_mode_nr Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace bAddress with address Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace bBulkCombine with bulk_combine Signed-off-by: Tony Lindgren <tony@atomide.com>
-
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>
-