| Commit message (Expand) | Author | Age | Files | Lines |
* | omap: Make omap specific features appear under Kconfig menu | Tony Lindgren | 2010-07-05 | 3 | -1/+15 |
* | omap: Use 32KiHZ timer by default | Tony Lindgren | 2010-07-05 | 1 | -1/+1 |
* | ARM: Disable VGA console for ARM in most cases | Tony Lindgren | 2010-07-05 | 1 | -1/+1 |
* | omap: mux: Remove old mux code | Tony Lindgren | 2010-07-05 | 11 | -528/+1 |
* | omap: mux: Convert 2420 platform init code to use new mux code | Tony Lindgren | 2010-07-05 | 6 | -57/+42 |
* | omap: mux: Mux 2430 USB0HS_STP in board-2430.c | Tony Lindgren | 2010-07-05 | 1 | -1/+3 |
* | omap: mux: Mux Apollon LCD power in board-apollon.c | Tony Lindgren | 2010-07-05 | 2 | -3/+3 |
* | omap: mux: Do keypad muxing in board-*.c files | Tony Lindgren | 2010-07-05 | 6 | -61/+67 |
* | omap: mux: Make omap2 FS USB code use new mux functions | Tony Lindgren | 2010-07-05 | 1 | -15/+18 |
* | omap: mux: Select POP package for 2430SDP | Tony Lindgren | 2010-07-05 | 2 | -0/+12 |
* | omap: mux: Select POP package for N8X0 | Tony Lindgren | 2010-07-05 | 2 | -0/+12 |
* | omap: mux: Select POP package for Apollon | Tony Lindgren | 2010-07-05 | 2 | -0/+13 |
* | omap: mux: Select SIP package for H4 | Tony Lindgren | 2010-07-05 | 2 | -0/+13 |
* | omap: mux: Add data for 2430 | Tony Lindgren | 2010-07-05 | 4 | -0/+1170 |
* | omap: mux: Add data for 2420 | Tony Lindgren | 2010-07-05 | 5 | -0/+985 |
* | omap: mux: Remove unncessary parens from mux34xx.c | Tony Lindgren | 2010-07-05 | 1 | -4/+4 |
* | omap: mux: Allow compiling in new mux code on all mach-omap2 systems | Tony Lindgren | 2010-07-05 | 2 | -2/+2 |
* | omap: mux: Renumber package defines to make room for older 24xx packages | Tony Lindgren | 2010-07-05 | 1 | -4/+6 |
* | omap: mux: Fix omap_mux_init_gpio for omap24xx | Tony Lindgren | 2010-07-05 | 1 | -1/+9 |
* | omap: Move omap1 USB platform init code into mach-omap1/usb.c | Tony Lindgren | 2010-07-05 | 17 | -551/+589 |
* | omap: Enable interface clock for omap2 FS USB | Tony Lindgren | 2010-07-05 | 1 | -0/+11 |
* | omap: Move omap2 FS USB platform init code into mach-omap2/usb-fs.c | Tony Lindgren | 2010-07-05 | 8 | -206/+429 |
* | omap: Separate out omap2 FS USB platform init functions | Tony Lindgren | 2010-07-05 | 1 | -95/+157 |
* | Merge branch 'v2.6.35-rc3-iommu-for-next' of git://gitorious.org/~doyu/lk/mai... | Tony Lindgren | 2010-07-02 | 6 | -18/+70 |
|\ |
|
| * | omap iommu: update ducati mmu irq define name | Kanigeri, Hari | 2010-06-29 | 1 | -1/+1 |
| * | omap iommu: Make omap-iommu.o built-in | Hiroshi DOYU | 2010-06-29 | 1 | -1/+4 |
| * | omap iommu: move iommu_disable at fault to the above layer | Hiroshi DOYU | 2010-06-29 | 2 | -1/+3 |
| * | omap iommu: add functionality to get TLB miss interrupt | Kanigeri, Hari | 2010-06-29 | 3 | -5/+46 |
| * | omap iommu: update irq mask to be specific about twl and tlb | Kanigeri, Hari | 2010-06-29 | 1 | -4/+8 |
| * | omap iommu: Rename iopte_[p,v]addr -> iopte_page_[p,v]addr | Hiroshi DOYU | 2010-06-29 | 1 | -3/+3 |
| * | omap iommu: Introduce iopgd_is_table MACRO | Hiroshi DOYU | 2010-06-29 | 2 | -4/+6 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2010-07-01 | 19 | -225/+209 |
|\ \ |
|
| * | | USB: gadget: f_mass_storage: stale common->fsg value bug fix | Michal Nazarewicz | 2010-06-30 | 1 | -99/+61 |
| * | | USB: gadget: f_mass_storage: fixed fs descriptors not being updated | Michal Nazarewicz | 2010-06-30 | 1 | -22/+12 |
| * | | USB: musb: Enable the maximum supported burst mode for DMA | Hema HK | 2010-06-30 | 1 | -11/+2 |
| * | | USB: musb: fix Blackfin ulpi stubs | Mike Frysinger | 2010-06-30 | 1 | -2/+2 |
| * | | USB: MUSB: make non-OMAP platforms build with CONFIG_PM=y | Sergei Shtylyov | 2010-06-30 | 1 | -2/+4 |
| * | | USB: musb_core: make disconnect and suspend interrupts work again | Sergei Shtylyov | 2010-06-30 | 1 | -5/+1 |
| * | | USB: obey the sysfs power/wakeup setting | Alan Stern | 2010-06-30 | 1 | -10/+3 |
| * | | USB: gadget eth: Fix calculate CRC32 in EEM | Jiri Pinkava | 2010-06-30 | 1 | -2/+1 |
| * | | USB: qcserial: fix a memory leak in qcprobe error path | Axel Lin | 2010-06-30 | 1 | -0/+3 |
| * | | USB: gadget/printer, fix sleep inside atomic | Jiri Slaby | 2010-06-30 | 1 | -16/+16 |
| * | | USB: isp1362-hcd, fix double lock | Jiri Slaby | 2010-06-30 | 1 | -5/+10 |
| * | | USB: serial: ftdi: correct merge conflict with CONTEC id | Daniel Sangorrin | 2010-06-30 | 2 | -8/+0 |
| * | | USB: fix oops in usb_sg_init() | Alan Stern | 2010-06-30 | 1 | -2/+5 |
| * | | USB: s3c2410: deactivate endpoints before gadget unbinding | Vladimir Zapolskiy | 2010-06-30 | 1 | -1/+5 |
| * | | USB: ehci-mxc: bail out on transceiver problems | Wolfram Sang | 2010-06-30 | 1 | -3/+10 |
| * | | USB: otg/ulpi: bail out on read errors | Wolfram Sang | 2010-06-30 | 1 | -6/+11 |
| * | | usb: musb: Fix a bug by making suspend interrupt available in device mode | Maulik Mankad | 2010-06-30 | 1 | -1/+2 |
| * | | USB: r8a66597: Fix failure in change of status | Nobuhiro Iwamatsu | 2010-06-30 | 1 | -1/+1 |