2012-01-23 |
Ravi B | musb: select fifo_mode at runtime Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ravi B | musb: Fixes for DTM tests. Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ajay Kumar Gupta | musb: kill unwanted messages Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ajay Kumar Gupta | musb: Add back old musb procfs file Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ajay Kumar Gupta | musb: Inform user when gadget cable is disconnected Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ajay Kumar Gupta | musb: disable PING on status phase of control transfer Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ajay Kumar Gupta | Revert: "musb: otg timer cleanup" Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ajay Kumar Gupta | Revert "musb: make initial HNP roleswitch work (v2)" Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ajay Kumar Gupta | Revert: "musb: support disconnect after HNP roleswitch" Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ming Lei | usb: musb: implement runtime is_inventra_dma/is_cppi_enabled... Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ming Lei | usb: musb: pass musb pointer to is_cppi_enabled helper Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ravi B | usb: musb: pass musb pointer to tusb_dma_omap helper Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ravi B | usb: musb: pass musb pointer to is_inventra_dma helper Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ming Lei | usb: musb: remove CONFIG_USB_*_DMA in source code of... Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ming Lei | usb: musb: introduce is_inventra_dma helper Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ming Lei | usb: musb: print dma type in runtime way Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ming Lei | usb: musb: remove 'ifdef CONFIG_USB_INVENTRA_DMA' for... Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ming Lei | usb: musb: remove exit symbol to avoid using of ifdef... Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ming Lei | usb: musb: remove duplicated define of tusb_dma_omap Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ravi B | usb: musb: support each dma controller driver built... Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ming Lei | usb: musb: define DMA controller related flags and... Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ravi B | usb: musb: same MUSB_OFFSET/musb_ep_select for all... Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ming Lei | usb: musb: pass musb pointer into musb_ep_select &... Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ming Lei | usb: musb: simplify musb_ep_select&MUSB_EP_OFFSET for... Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ming Lei | usb: musb: same musb_readb/musb_writeb in single image... Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ming Lei | usb: musb: remove musb_in_tusb Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ming Lei | usb: musb: handle tusb fifo style by runtime method Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ming Lei | usb: musb: introduce flags field into musb_platform_ops Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ming Lei | usb: musb: pass fifo_mode from hw glue driver Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ming Lei | usb: musb: use platform_driver_register to register... Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ming Lei | usb: musb: use native read_fifo/write_fifo for each... Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ming Lei | usb: musb: introduce read_fifo/write_fifo callback... Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ming Lei | usb: musb: support to compile hw glue layer driver... Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Ming Lei | usb: musb: export some symbols for glue driver access
|
commit | commitdiff | tree |
2012-01-23 |
Ming Lei | usb: musb: introduce get_hw_revision callback in glue ops Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Vladimir Zapolskiy | usb: musb: remove extern qualifier from musb_debug...
|
commit | commitdiff | tree |
2012-01-23 |
Felipe Contreras | usb: musb: cleanup kconfig
|
commit | commitdiff | tree |
2012-01-23 |
Felipe Contreras | usb: musb: trivial Kconfig cleanups
|
commit | commitdiff | tree |
2012-01-23 |
Felipe Contreras | musb: omap2430: avoid pm_runtime_disable()
|
commit | commitdiff | tree |
2012-01-23 |
Felipe Contreras | usb: musb: remove a bit of indentation
|
commit | commitdiff | tree |
2012-01-23 |
Felipe Contreras | usb: musb: trivial cleanup
|
commit | commitdiff | tree |
2012-01-23 |
Felipe Contreras | usb: musb: fix pm_runtime mismatch
|
commit | commitdiff | tree |
2012-01-23 |
Felipe Balbi | usb: musb: omap2430: fix compile warning
|
commit | commitdiff | tree |
2012-01-23 |
Vikram Pandita | usb: musb: fix pm_runtime calls while atomic
|
commit | commitdiff | tree |
2012-01-23 |
Felipe Balbi | usb: musb: drop ARCH dependency
|
commit | commitdiff | tree |
2012-01-23 |
Felipe Balbi | usb: musb: headers cleanup
|
commit | commitdiff | tree |
2012-01-23 |
Arnd Bergmann | usb: musb: allow building USB_MUSB_TUSB6010 as a module
|
commit | commitdiff | tree |
2012-01-23 |
Arnd Bergmann | usb: musb: use a Kconfig choice to pick the right DMA...
|
commit | commitdiff | tree |
2012-01-23 |
Hema HK | usb: musb: omap2+: save and restore OTG_INTERFSEL
|
commit | commitdiff | tree |
2012-01-23 |
Vikram Pandita | usb: musb: omap2+: fix context api's
|
commit | commitdiff | tree |
2012-01-23 |
Per Forlin | usb: musb: ux500: optimize DMA callback routine
|
commit | commitdiff | tree |
2012-01-23 |
Michal Nazarewicz | usb: gadget: rename usb_gadget_driver::speed to max_speed
|
commit | commitdiff | tree |
2012-01-23 |
Michal Nazarewicz | usb: gadget: replace usb_gadget::is_dualspeed with...
|
commit | commitdiff | tree |
2012-01-23 |
Paul Bolle | treewide: Fix comment and string typo 'bufer'
|
commit | commitdiff | tree |
2012-01-23 |
Patil, Rachna | arm:omap:am33xx: Add TSC driver board hookup Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Patil, Rachna | AM335X: add touchscreen driver of AM335X Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Chandan Nath | AM335X: CPSW fix for recursive locking Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Chandan Nath | AM335X: CPSW pinmux configuration. (SOC related) Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Afzal Mohammed | arm:omap:am33xx: reset support Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Manjunathappa, Prakash | AM335X: Enable frame buffer and backlight driver in... Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Manjunathappa, Prakash | backlight: Add TLC59108 backlight control driver Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Manjunathappa, Prakash | video: da8xx-fb: Add API to register wait for vsync... Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Sudhakar Rajashekhara | da850/omap-l138: Correct the information returned by... Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Madhvapathi Sriram | da8xxfb.c: Corrected the da8xx FB parameters for da850... Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Sekhar Nori | fb: da8xx: fix LCD becoming non-responsive after multiple... Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Rajashekhara, Sudhakar | da850: GLCD: Workaround for LCDC Underflow During Initialization Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Vaibhav Hiremath | da8xx: Fix GLCD initialization sequence Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Vaibhav Hiremath | AM335X: Enable LCDC on AM335X Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Vaibhav Hiremath | arm:omap:am33xx: Add LCDC platform hookup and init... Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Manjunathappa, Prakash | video:da8xx-fb: Add 24bpp LCD configuration support
|
commit | commitdiff | tree |
2012-01-23 |
Vaibhav Hiremath | gpio:omap: Handle am33xx gpio Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Hebbar, Gururaja | arm:omap:am33xx: Add separate defconfig for AM335X Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Hebbar, Gururaja | arm:omap:am33xx: register edma platform Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Vaibhav Hiremath | arm:omap:Kconfig: Add edma option Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Sriramakrishnan | TI81xx: (cust) Add SDMA to EDMA wrapper. Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Sundaram Raju | arm:omap:am33xx: Add support for EDMA Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Afzal Mohammed | arm:omap:am33xx: LCD backlight support Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Chandan Nath | arm:omap:am33xx: add CPSW platform hookup support Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Vaibhav Hiremath | arm:omap2plus: Enable ethernet driver (CPDMA, MDIO... Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Vaibhav Hiremath | driver:ethernet: Add CPSW driver Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Vaibhav Hiremath | arm:omap:am33xx: Update EVM Detection and handling Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Afzal Mohammed | arm:omap:am33xx: board_init pin mux initialization Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Vaibhav Hiremath | arm:omap:am33xx:TEMP: Create board support and enable... Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Afzal Mohammed | arm:omap:am33xx: Add pin mux helpers Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Vaibhav Hiremath | arm:omap:omap2plus: Enable AT24 EEPROM in defconfig Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Vaibhav Hiremath | arm:omap:clock Remove duplicate macros from DPLL state Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Vaibhav Hiremath | arm:omap:am33xx: Update defconfig to disable 32K_TIMER...
|
commit | commitdiff | tree |
2012-01-23 |
Afzal Mohammed | arm:omap:am33xx: SoC type detection Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Vaibhav Hiremath | arm:omap:am33xx: add control_status register addr ... Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Afzal Mohammed | arm:omap:am33xx: Skip parts where cpu_is_omap34xx(... Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Vaibhav Hiremath | arm:omap:am33xx: Add am335x support in generic omap_hwmod Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Vaibhav Hiremath | arm:omap:am33xx: Add clock control api's Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Vaibhav Hiremath | arm:omap:am33xx: Add HWMOD data Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Vaibhav Hiremath | arm:omap:am33xx: Add irq, dma and module base addr... Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Vaibhav Hiremath | arm:omap:am33xx:CUSTOM: Add CK_AM33XX temporary
|
commit | commitdiff | tree |
2012-01-23 |
Vaibhav Hiremath | arm:omap:am33xx: Add Clock & clockdomain data Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Vaibhav Hiremath | arm:omap:am33xx: Add power domain data Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Vaibhav Hiremath | arm:omap:am33xx: Add voltage domain data Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Vaibhav Hiremath | AM335XEVM: Update mach-types Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
2012-01-23 |
Afzal Mohammed | arm:omap:am33xx: Add low level debugging support Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
|
commit | commitdiff | tree |
next |