summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf537
Commit message (Expand)AuthorAgeFilesLines
* Blackfin arch: fix bug - build kernel failed at head.S when reprogram clock o...Robin Getz2008-10-161-1/+1
* Blackfin arch: update AD7879 platform resources in board fileMichael Hennerich2008-10-161-8/+17
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-10-134-8/+94
|\
| * Blackfin arch: make sure we include the fix for SPORT hysteresis when reprogr...Robin Getz2008-10-131-0/+3
| * Blackfin arch: AD7879 Touchscreen driverMichael Hennerich2008-10-131-3/+37
| * Blackfin arch: update anomaly headers to match the latest sheetMike Frysinger2008-10-101-0/+2
| * Blackfin arch: print out error/warning if you are running on the incorrect CP...Robin Getz2008-10-101-5/+5
| * Blackfin arch: Enable framebuffer support for the BF526-EZkit TFT LCD displayMichael Hennerich2008-10-131-0/+49
| * Blackfin arch: Move all the silicon rev handling to one placeMike Frysinger2008-10-091-2/+0
* | Blackfin Serial Driver: Fix bug - ircp fails on sir over Blackfin UARTGraf Yang2008-10-131-0/+3
* | Blackfin Serial Driver: move common variables out of serial headers and into ...Mike Frysinger2008-10-131-3/+0
|/
* Blackfin arch: move include/asm-blackfin header files to arch/blackfinBryan Wu2008-08-2715-2/+6660
* Blackfin arch: Add MTD Partitions for MTD_DATAFLASH, increase max SPI SCLKMichael Hennerich2008-08-251-1/+26
* Blackfin arch: do not muck with the UART during boot -- let the serial driver...Mike Frysinger2008-08-141-50/+0
* Blackfin arch: clear EMAC_SYSTAT during IRQ init rather than early head.S as ...Mike Frysinger2008-08-141-9/+0
* Blackfin arch: mark some functions as __init as they are only called from __i...Mike Frysinger2008-08-141-1/+1
* Blackfin arch: Fix Bug - System with EMAC driver enabled - Core not idlingMichael Hennerich2008-08-061-7/+0
* Blackfin arch: unify the duplicated portions of __start and split mach-specif...Mike Frysinger2008-08-061-129/+3
* Blackfin arch: move async memory programming into common setup_arch() as the ...Mike Frysinger2008-08-061-22/+0
* Blackfin arch: unify the duplicated _real_start functionsMike Frysinger2008-08-061-70/+0
* Blackfin arch: remove support for Anomaly 05000125 as it doesnt exist on any ...Mike Frysinger2008-08-061-38/+1
* Blackfin arch: use symbolic IRQ_PF define rather than hardcodedMike Frysinger2008-08-052-2/+2
* Blackfin arch: remove pata resources from generic boardMike Frysinger2008-08-051-45/+0
* Blackfin arch: add support for board tcm-bf537Mike Frysinger2008-08-133-0/+597
* Blackfin arch: add board resources for parallel flash on cm-bf537Mike Frysinger2008-08-051-0/+54
* Blackfin arch: be consistant with parition names, and ensure the bus is ident...Robin Getz2008-08-055-21/+21
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-07-262-10/+90
|\
| * Blackfin arch: use the symbolic IRQ define rather than the backend numberMike Frysinger2008-07-141-1/+1
| * Blackfin arch: Fix bug - Kernel does not boot if re-program clocksMichael Hennerich2008-07-141-9/+3
| * Blackfin arch: use the generic platform nand driver to support nand flash on ...Mike Frysinger2008-06-251-0/+86
* | DM9000: Fixup blackfin after removing 2 resource usageLaurent Pinchart2008-06-241-1/+6
|/
* Blackfin arch: protect only the SPI bus controller with CONFIG_SPI_BFINMike Frysinger2008-06-071-7/+2
* Blackfin arch: Remove bad and usless codeMichael Hennerich2008-05-312-184/+1
* [Blackfin] arch: protect linux/usb/isp1362.h include until the driver gets ma...Mike Frysinger2008-05-101-0/+2
* [Blackfin] arch: Functional power management support: Add CPU and platform vo...Michael Hennerich2008-05-072-0/+62
* i2c: Convert most new-style drivers to use module aliasingJean Delvare2008-04-291-3/+0
* [Blackfin] arch: Functional power management support: Remove broken cpu frequ...Michael Hennerich2008-04-252-161/+0
* [Blackfin] arch: add Blackfin on-chip SIR IrDA driver supportGraf Yang2008-04-255-0/+149
* [Blackfin] arch: Add platform support for MTD DATAFLASHMichael Hennerich2008-04-241-1/+20
* [Blackfin] arch: Give the DMA base registers a more descriptive nameBernd Schmidt2008-04-241-2/+2
* [Blackfin] arch: Consistently export base_addr for all Blackfin variants.Bernd Schmidt2008-04-241-0/+3
* [Blackfin] arch: theres no need to declare ram{end,start,base} in the head.S ...Mike Frysinger2008-04-241-18/+0
* [Blackfin] arch: USB header files are now located under linux/usb/.Peter Korsgaard2008-04-241-2/+2
* [Blackfin] arch: Resolve the clash issue of UART defines between blackfin hea...Graf Yang2008-04-241-8/+8
* [Blackfin] arch: finish removing remnants of old BF537_PORT_H option of Black...Mike Frysinger2008-04-241-12/+0
* [Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__Harvey Harrison2008-04-235-7/+7
* [Blackfin] arch: add i2c board info struct and move to new-style i2c interfaceBryan Wu2008-03-261-0/+33
* [Blackfin] arch: conditionally enable flash resources since it requests the a...Mike Frysinger2008-03-261-0/+5
* [Blackfin] arch: add twi resources to CM_BF537 board as reported by Servaes J...Mike Frysinger2008-03-261-0/+26
* [Blackfin] arch: punt the simple ad5304 spi driver now that the generic spide...Mike Frysinger2008-02-252-36/+0
OpenPOWER on IntegriCloud