summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Blackfin arch: enable i2c_bfin_twi0_device in cm_bf548 boardMike Frysinger2008-11-181-1/+1
* Blackfin arch: Enable ISP1760 USB Host Driver in platform device initializati...Michael Hennerich2008-11-186-192/+154
* Blackfin arch: fixup get_user() macrosMike Frysinger2008-11-181-43/+31
* Blackfin arch: do not bother initializing the first 4kMike Frysinger2008-11-181-12/+0
* Blackfin arch: use sti to set the mask rather than banging on imaskMike Frysinger2008-11-181-6/+2
* Blackfin arch: don't assume a specific SPI flash part - take whatever you probeMichael Hennerich2008-11-181-1/+1
* Blackfin arch: update defconfig file for all boardsMike Frysinger2008-11-1821-47/+38
* Blackfin arch: remove most BUG_ON channel checksMichael Hennerich2008-10-291-70/+0
* Blackfin arch: only add IFLUSH nop padding when anomaly 443 is enabledMike Frysinger2008-10-281-1/+5
* Blackfin arch: Remove useless SSYNCs in DMA codeMichael Hennerich2008-10-281-13/+1
* Blackfin arch: lookup channel2irq() only onceMichael Hennerich2008-10-282-18/+7
* Blackfin arch: update anomaly lists to match latest sheetsMike Frysinger2008-10-286-9/+20
* Blackfin arch: refine the gpio checkMike Frysinger2008-10-281-5/+5
* Blackfin arch: unify port_setup() to reduce arch differencesMike Frysinger2008-10-281-14/+10
* Blackfin arch: unify peripheral_request() to reduce arch differencesMike Frysinger2008-10-281-78/+11
* Blackfin arch: fix cmp_label() so it doesnt incorrectly accept partial leadin...Mike Frysinger2008-10-281-2/+1
* Blackfin arch: unify check_gpio() to reduce arch differencesMike Frysinger2008-10-281-9/+3
* Blackfin arch: remove unused local defineMike Frysinger2008-10-281-3/+0
* Blackfin arch: add support for Blackfin latest processor family BF51xBryan Wu2008-11-1836-31/+8524
* Blackfin arch: put quotes around error to silence a ton of warnings from gcc-4.3Mike Frysinger2008-10-286-6/+6
* Blackfin arch: fix bug - kernel with SMP patch can not bootupGraf Yang2008-10-281-3/+4
* Blackfin arch: drop redundant BFIN_DMA_5XX dependsMike Frysinger2008-10-281-3/+2
* Blackfin arch: drop unused exports and comment remaining exportsMike Frysinger2008-10-281-48/+12
* Blackfin arch: add an option to allow people to stick exception stack into L1...Mike Frysinger2008-10-282-6/+26
* Blackfin arch: move EXPORT_SYMBOL to the place where it is actually definedMike Frysinger2008-10-284-9/+6
* Blackfin arch: BF538/9 Linux kernel SupportMichael Hennerich2008-11-1829-16/+10587
* Blackfin arch: unify duplicated bss init codeMike Frysinger2008-10-271-47/+19
* Fix up 64-bit byte swaps for most 32-bit architecturesLinus Torvalds2009-01-071-1/+1
* byteorder: remove the now unused byteorder.hHarvey Harrison2009-01-072-373/+0
* mn10300: introduce asm/swab.hHarvey Harrison2009-01-073-40/+44
* frv: introduce asm/swab.hHarvey Harrison2009-01-073-7/+12
* m32r: introduce asm/swab.hHarvey Harrison2009-01-073-6/+12
* m68knommu: introduce asm/swab.hHarvey Harrison2009-01-073-21/+27
* h8300: introduce asm/swab.hHarvey Harrison2009-01-073-7/+12
* ia64: introduce asm/swab.hHarvey Harrison2009-01-073-36/+36
* blackfin: introduce asm/swab.hHarvey Harrison2009-01-073-42/+50
* arm: introduce asm/swab.hHarvey Harrison2009-01-073-32/+52
* alpha: introduce asm/swab.hHarvey Harrison2009-01-073-41/+44
* m68k: introduce asm/swab.hHarvey Harrison2009-01-073-14/+19
* x86: introduce asm/swab.hHarvey Harrison2009-01-073-60/+64
* sparc: introduce asm/swab.hHarvey Harrison2009-01-073-44/+48
* sh: introduce asm/swab.hHarvey Harrison2009-01-073-59/+64
* s390: introduce asm/swab.hHarvey Harrison2009-01-073-90/+94
* powerpc: introduce asm/swab.hHarvey Harrison2009-01-073-81/+93
* mips: introduce asm/swab.hHarvey Harrison2009-01-073-49/+59
* avr32: introduce asm/swab.hHarvey Harrison2009-01-073-29/+38
* byteorder: only use linux/swab.hHarvey Harrison2009-01-076-388/+27
* Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2009-01-0710-39/+397
|\
| * drm: fix ordering of driver unload vs agp unload.Dave Airlie2009-01-071-3/+3
| * drm/i915: Respect the other stolen memory sizes we know of.Eric Anholt2009-01-072-14/+40