summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ARM i.MX dma: Fix burstsize settingsSascha Hauer2011-07-073-7/+8
* mach-mx5: fix the I2C clock parentsLothar Waßmann2011-07-071-2/+2
* ARM: mxs/tx28: according to the TX28's datasheet D4-D7 are not used for MMC0Uwe Kleine-König2011-07-071-8/+0
* ARM i.MX23/28: platform-mxsfb: Add missing include of linux/dma-mapping.hAxel Lin2011-07-071-0/+1
* ARM: mx53: Fix some interrupts marked as reserved.Fabio Estevam2011-07-071-5/+5
* MXC: iomux-v3: correct NO_PAD_CTRL definitionTroy Kisky2011-07-071-1/+1
* ARM: mx51: Fix the address space length for SSIFabio Estevam2011-07-071-1/+1
* ARM: mxc: imx-dma on imx25 has no other TO version but TO1Shawn Guo2011-07-071-2/+2
* ARM: mxc: change imx-dma default to_version to 1Shawn Guo2011-07-071-4/+4
* ARM: mxc: sdma on imx25 is a V2 blockShawn Guo2011-07-071-1/+1
* ARM: mxc: imx-sdma device gets 16K iosize than 4KShawn Guo2011-07-071-1/+1
* ARM: mxc: iomux-v1: Fix build warningFabio Estevam2011-07-071-1/+1
* ARM: mach-imx/mx27_3ds: Fix regulator supportFabio Estevam2011-07-071-1/+20
* mxc: iomuxv1: Do not use gpio_request when setting the pin as GPIOFabio Estevam2011-07-072-33/+0
* ARM: mach-imx/mx31_3ds: Fix IOMUX for SPI1 signalsFabio Estevam2011-07-071-5/+5
* ARM: mach-imx/mx27_3ds: Use the standard i.MX macro for GPIO numberingFabio Estevam2011-07-071-4/+4
* ARM: mx53: Fix the base addresses for the DDR memory regionsMarc Kleine-Budde2011-07-071-2/+2
* ARM: mx53: Fix the chip select addressesFabio Estevam2011-07-071-6/+6
* ARM: mx53: Fix alternate modes for MX53_PAD_PATA_DATA6Fabio Estevam2011-07-071-5/+5
* mx51: Let USB Storage be built by defaultFabio Estevam2011-07-071-1/+2
* ARM: mxs_defconfig: Change CONFIG_RTC_CLASS 'm' to 'y'Shawn Guo2011-07-071-1/+1
* Linux 3.0-rc4v3.0-rc4Linus Torvalds2011-06-201-1/+1
* vfs: i_state needs to be 'unsigned long' for nowLinus Torvalds2011-06-201-1/+1
* Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-06-2010-61/+84
|\
| * drm/radeon/kms/r6xx+: voltage fixesAlex Deucher2011-06-214-0/+16
| * drm/nouveau: drop leftover debuggingDave Airlie2011-06-201-1/+0
| * Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...Dave Airlie2011-06-204-39/+46
| |\
| | * drm/nouveau: fix assumption that semaphore dmaobj is valid in x-chan syncBen Skeggs2011-06-181-34/+25
| | * drm/nv50/disp: fix gamma with page flipping overlay turned onBen Skeggs2011-06-181-3/+14
| | * drm/nouveau/pm: Prevent overflow in nouveau_perf_init()Emil Velikov2011-06-181-0/+5
| | * drm/nouveau: fix big-endian switchBen Skeggs2011-06-181-2/+2
| * | drm/radeon: avoid warnings from r600/eg irq handlers on powered off card.Dave Airlie2011-06-202-18/+14
| * | drm/radeon/kms: add missing param for dce3.2 DP transmitter setupAlex Deucher2011-06-201-2/+3
| * | drm/radeon/kms/atom: fix duallink on some early DCE3.2 cardsAlex Deucher2011-06-201-1/+5
* | | Merge branch 'msm-fix' of git://codeaurora.org/quic/kernel/davidb/linux-msmLinus Torvalds2011-06-201-3/+11
|\ \ \
| * | | msm: timer: Fix DGT rate on 8960 and 8660Stephen Boyd2011-06-201-2/+4
| * | | msm: timer: compensate for timer shift in msm_read_timer_countJeff Ohlstein2011-06-171-1/+5
| * | | msm: timer: Fix SMP build errorStephen Boyd2011-05-311-0/+2
* | | | Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-06-205-21/+25
|\ \ \ \
| * | | | nfsd4: fix break_lease flags on nfsd openJ. Bruce Fields2011-06-201-6/+9
| * | | | nfsd: link returns nfserr_delay when breaking leaseCasey Bodley2011-06-061-1/+3
| * | | | nfsd: v4 support requires CRYPTORandy Dunlap2011-06-061-0/+1
| * | | | nfsd: fix dependency of nfsd on auth_rpcgssJ. Bruce Fields2011-06-063-14/+12
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-06-2048-77/+563
|\ \ \ \ \
| * | | | | pxa168_eth: fix race in transmit path.Richard Cochran2011-06-201-1/+1
| * | | | | ipv4, ping: Remove duplicate icmp.h includeJesper Juhl2011-06-201-1/+0
| * | | | | netxen: fix race in skb->len accessEric Dumazet2011-06-201-2/+2
| * | | | | sgi-xp: fix a use after freeEric Dumazet2011-06-191-3/+3
| * | | | | hp100: fix an skb->len raceEric Dumazet2011-06-191-2/+2
| * | | | | Merge branch 'davem.r8169' of git://git.kernel.org/pub/scm/linux/kernel/git/r...David S. Miller2011-06-191-4/+6
| |\ \ \ \ \