- 16 Aug, 2007 25 commits
-
-
Tony Lindgren authored
Search and replace wFrame with frame Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace nEnd with epnum Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace nBestEnd with best_end Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace wBestDiff with best_diff Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace wVal with val, except for wValue Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace bIsochError with iso_err Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace pFifoSource with fifo_src Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace pFifoDest with fifo_dest Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace bDmaOk with dma_ok Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace wLoadCount with load_count Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace nPipe with pipe Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace bDone with done Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace wRxCount with rx_count Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace pDmaChannel with dma_channel Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace wEndMask with epmask Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace dwLength with len Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace pBuffer with buf Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace pUrb with urb Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace bTransmit with transmit Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace bIntr with int_hsdma Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace bIntrUSB with int_usb Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace wIntr[RT]xE with int_[rt]xe Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace wCsr with csr. Also manually fix remaining RxCsr comments. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace w[RT]xCsrVal with [rt]_csr Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
This patch adds Nokia copyright, and makes the license text generic to cover all parties involved by removing "Inventra Controller Driver" and "Mentor Graphics" specific text from the license. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 15 Aug, 2007 15 commits
-
-
Tony Lindgren authored
Tabify and clean-up musbhdrc.h Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Remove old unsed MGC_TYPE_SPEED_XXX Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace MGC_XXX_OFFSET with MUSB_XXX_OFFSET Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace _bOffset with _offset Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace MGC_END0_FIFOSIZE with MUSB_EP0_FIFOSIZE, remove MGC_MAX_USB_ENDS Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace MGC_S_XXX with MUSB_XXX_SHIFT Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace MGC_M_ with MUSB_ Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Search and replace MGC_O_HDRC_ with MUSB_ Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Hiroshi DOYU authored
There was the case that multiple users can wait for completion. Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
David Brownell authored
H4 board support now lists its tsc210x touchscreen/sensor/codec chip. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
-
David Brownell authored
This is mostly cleanup of the tsc210x patch, but some bugs were fixed so now it works on tsc2101 too. Also, a few issues are now noted in the code: Tool-reported: - Address checkpatch.pl issues in the original patch - And also "sparse" issues Previously wrong: - Cope with CONFIG_SOUND_MODULE - Register accessor routines will now return error codes - ... many callers now abort cleanly after errors - Don't depend on seeing only a rev #1 tsc2102 chip! - Add missing EXPORT_SYMBOL declarations Style issues: - BUG_ON() is strongly to be avoided - So are macros that capture variables - And needless casting from void pointers - And type punning - Use dev_*() for messaging where practical - Use u16 not uint16_t, etc - Various other whitespace issues - Avoid __FUNCTION__ - Single-lines for file-top comments; no whole paths Object code size and Other cleanup: - Compile most strings out unless -DDEBUG is configured (saving space) - Move some code into exit sections (then it may well vanish, saving space) - Add some header comments Open issues: - Hwmon needs to know VREF and the chip type, and to scale its values - Upstream push should exclude audio until some version is working - Audio will needs to export symbols to modules, too - Lots of the I/O calls (especially audio) still don't handle errors - How could board init code get board-specific temp calibration data? Also the Kconfig is more open-ended; tsc210x might in the future include the tsc2100 and tsc2111, it doesn't need to be limited to tsc2101 and tsc2102. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
-
David Brownell authored
Remove duplicate Menelaus Kconfig entry (omap tree only). Fix Menelaus build error, and remove needless "#define DEBUG" (goes upstream). Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
-
David Brownell authored
Don't assume only non-modular builds. Just in case someone's crazy. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
David Brownell authored
Remove bogus TSC_IRQ pinmux; it's not used, there's no pin dedicated for touchscreen (or other TSC chip) purposes, and this doesn't even look right for P20 (0x10b not 0x108, plus an IRQ would need to be a GPIO i.e. mux 3 not mux 0). Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Otherwise host mode will not work when OMAP idles Signed-off-by: Tony Lindgren <tony@atomide.com>
-