summaryrefslogtreecommitdiffstats
path: root/arch/blackfin
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Blackfin: ad7160eval: new board portMichael Hennerich2010-10-225-1/+984
| * | | | | Blackfin: bf537-stamp: re-use regulator framework with ad5398 partsSonic Zhang2010-10-221-10/+1
| * | | | | Blackfin: bf537-stamp: re-use the fixed regulator voltage driverSonic Zhang2010-10-221-55/+25
| * | | | | Blackfin: SIC: BF537: change default data/error relative prioritiesMichael Hennerich2010-10-221-2/+2
| * | | | | Blackfin: bf537-stamp: add example IIO resourcesMichael Hennerich2010-10-221-12/+442
| * | | | | Blackfin: bf537-stamp: use correct spi mode with ad2s90 partsBarry Song2010-10-221-0/+1
| * | | | | Blackfin: bf537-stamp: add example adau1373 i2c resourcesCliff Cai2010-10-221-0/+5
| * | | | | Blackfin: bf537-stamp: add example adav801/3 resourcesYi Li2010-10-221-0/+25
| * | | | | Blackfin: bf537-stamp: add example ad1937 i2c resourcesBarry Song2010-10-221-0/+6
| * | | | | Blackfin: bf537-stamp: fix NAND resourcesMike Frysinger2010-10-221-1/+1
| * | | | | Blackfin: boards: use proper irq flags with isp1362-hcdMichael Hennerich2010-10-228-8/+8
| * | | | | Blackfin: bf561-acvilon: fix NAND resourcesValentin Yakovenkov2010-10-221-1/+1
| * | | | | Blackfin: cm-bf548: add support for Socket CANMichael Hennerich2010-10-221-0/+43
| * | | | | Blackfin: boards: update AD183x resourcesBarry Song2010-10-2214-63/+65
| * | | | | Blackfin: bf537-stamp: update GPIO CS devicesBarry Song2010-10-221-5/+3
| * | | | | Blackfin: punt short SPI MMR bit namesMike Frysinger2010-10-227-383/+0
* | | | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-222-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | llseek: automatically add .llseek fopArnd Bergmann2010-10-152-0/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2010-10-2130-630/+738
|\ \ \ \ \ \
| * | | | | | Fix IRQ flag handling namingDavid Howells2010-10-072-12/+1
| * | | | | | Blackfin: Rename IRQ flags handling functionsDavid Howells2010-10-0719-274/+284
| * | | | | | Blackfin: Add missing dep to asm/irqflags.hDavid Howells2010-10-071-1/+8
| * | | | | | Blackfin: Split the BF532 BFIN_*_FIO_FLAG() functions to their own headerDavid Howells2010-10-075-47/+58
| * | | | | | Blackfin: Split PLL code from mach-specific cdef headersDavid Howells2010-10-0714-344/+435
| |/ / / / /
* | | | | | spi/bfin_spi: combine duplicate SPI_CTL read/write logicMike Frysinger2010-10-181-68/+0
* | | | | | spi/bfin_spi: redo GPIO CS handlingBarry Song2010-10-181-1/+2
* | | | | | Blackfin: SPI: expand SPI bitmasksMike Frysinger2010-10-181-4/+7
* | | | | | spi/bfin_spi: drop custom cs_change_per_word supportMike Frysinger2010-10-181-1/+0
|/ / / / /
* | | | | Blackfin: bf52x/bf54x boards: drop unused nand page sizeBarry Song2010-08-275-5/+0
* | | | | Blackfin: punt duplicate SPORT MMR definesMike Frysinger2010-08-278-576/+0
* | | | | Blackfin: wire up new fanotify/prlimit64 syscallsMike Frysinger2010-08-232-1/+7
* | | | | Blackfin: fix hweight breakageMike Frysinger2010-08-231-7/+10
* | | | | Make do_execve() take a const filename pointerDavid Howells2010-08-171-1/+3
| |_|_|/ |/| | |
* | | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-08-152-0/+2
|\ \ \ \
| * | | | BFIN: Fix gen_nand probe structures contentsMarek Vasut2010-08-122-0/+2
* | | | | defconfig reductionSam Ravnborg2010-08-1424-31110/+10
* | | | | archs: replace unifdef-y with header-ySam Ravnborg2010-08-141-2/+2
* | | | | Mark arguments to certain syscalls as being constDavid Howells2010-08-131-1/+1
* | | | | dma-mapping: remove dma_is_consistent APIFUJITA Tomonori2010-08-111-1/+0
* | | | | dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori2010-08-111-1/+0
* | | | | dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNFUJITA Tomonori2010-08-111-1/+1
| |_|_|/ |/| | |
* | | | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-101-2/+0
|\ \ \ \ | |/ / / |/| | |
| * | | remove needless ISA_DMA_THRESHOLDFUJITA Tomonori2010-08-071-2/+0
| |/ /
* | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-08-101-3/+0
|\ \ \ | |_|/ |/| |
| * | mtd: Blackfin NFC: fix handling of page sizesBarry Song2010-08-051-3/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2010-08-0983-1859/+2459
|\ \ \
| * | | Blackfin: gpio: add a debounce stubMike Frysinger2010-08-061-0/+5
| * | | Blackfin: update defconfigsMike Frysinger2010-08-0620-377/+1062
| * | | Blackfin: remove CONFIG_MEM_GENERIC_BOARDChristian Dietrich2010-08-062-23/+0
| * | | Blackfin: dpmc: punt unnecessary RTC_ISTAT clearingMichael Hennerich2010-08-061-24/+0
OpenPOWER on IntegriCloud