summaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin/mach-bf548
Commit message (Expand)AuthorAgeFilesLines
* [Blackfin] arch: import defines for BF547 -- it is just like the BF548, but n...Mike Frysinger2008-02-093-1/+2116
* [Blackfin] arch: Enable UART2 and UART3 for bf548Sonic Zhang2008-02-022-0/+12
* [Blackfin] arch: fix bug: redefinition warning when compile EZKIT548Bryan Wu2008-02-021-2/+2
* [Blackfin] arch: remove old I2C BF54x porting.Bryan Wu2008-01-271-33/+0
* [Blackfin] arch: Fix BUG gpio_direction_output API is not compatitable with G...Michael Hennerich2008-01-221-1/+1
* [Blackfin] arch: update to latest anomaly sheetsMike Frysinger2007-12-241-21/+33
* [Blackfin] arch: Fix gpio label handlingMichael Hennerich2007-12-241-0/+2
* [Blackfin] arch: Fix bug to Enable bf548 to Re-program Clocks while Kernel bo...Sonic Zhang2008-01-272-3/+89
* [Blackfin] arch: Fix bug to Enable kernel to build for bf548 with PM.Sonic Zhang2007-12-232-2/+3
* [Blackfin] arch: fix bug SDIO driver fails to build for BF542/BF548Cliff Cai2007-12-212-4/+4
* spi: initial BF54x SPI supportBryan Wu2007-12-051-0/+17
* Blackfin arch: convert READY to DMA_READY as it causes build errors in common...Mike Frysinger2007-11-212-2/+2
* Blackfin arch: add defines for the on-chip L1 ROM of BF54xMike Frysinger2007-11-211-0/+5
* Blackfin arch: cplb and map header file cleanupMike Frysinger2007-11-211-0/+11
* Blackfin arch: fix broken on BF52x, remove silly checks on processors for L1_...Mike Frysinger2007-11-211-2/+0
* Blackfin arch: cleanup BF54x header file and add BF547 definitionMike Frysinger2007-11-211-18/+16
* Blackfin arch: remove useless CONFIG_IRQCHIP_DEMUX_GPIOMike Frysinger2007-11-151-4/+0
* Blackfin arch: use a less common define name in BF549Mike Frysinger2007-10-301-1/+1
* Blackfin arch: Add missing definitions of BF54xRobin Getz2007-10-291-0/+7
* Blackfin arch: add NFC driver support in BF527-EZKIT boardMichael Hennerich2007-10-291-0/+14
* Blackfin arch: dma add some API and cleanup bf54x DMA definitionBryan Wu2007-10-223-3/+3
* Blackfin arch: Fix bug: missing CHIPID register field definition of BF54xBryan Wu2007-10-211-0/+4
* bf54x-lq043fb: framebuffer driver for Blackfin BF54x framebuffer device driverMichael Hennerich2007-10-161-0/+30
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2007-10-151-0/+17
|\
| * Input: add support for Blackfin BF54x Keypad controllerMichael Hennerich2007-10-131-0/+17
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-10-1312-535/+437
|\ \ | |/
| * Blackfin arch: Comply with revised Anomaly Workarounds for BF533 05000311 and...Michael Hennerich2007-10-101-0/+1
| * Blackfin arch: add TWIx_REGBASE and SPIx_REGBASE to specific CPU header files...Bryan Wu2007-10-114-0/+8
| * Blackfin arch: For compatibility reasons change IRQ_XXX_ERR into IRQ_XXX_ERRO...Michael Hennerich2007-10-111-281/+308
| * Blackfin arch: make sure to stub out ANOMALY_05000230 were appropriateMike Frysinger2007-08-051-0/+1
| * Blackfin arch: kill ezkit548 compiling warningBryan Wu2007-08-051-0/+1
| * Blackfin arch: to do some consolidation of common code and common name spacesRobin Getz2007-10-102-73/+18
| * Blackfin arch: Fix CCLK and SCLK checksRobin Getz2007-08-031-87/+0
| * Blackfin serial driver: use new GPIO APIMichael Hennerich2007-10-111-20/+19
| * Blackfin arch: scrub remaining ASSEMBLY usage since the switch to __ASSEMBLY__Mike Frysinger2007-07-251-1/+1
| * Blackfin arch: store labels so we later know who allocated GPIO/Peripheral re...Michael Hennerich2007-10-101-5/+0
| * Blackfin arch: Finalize the generic gpio support - add gpio_to_irq and irq_to...Michael Hennerich2007-07-241-0/+2
| * Blackfin arch: update to latest anomaly sheetsMike Frysinger2007-08-051-3/+15
| * Blackfin arch: reorganize headers slightly so we can be sure things are defin...Mike Frysinger2007-07-251-0/+2
| * Blackfin arch: use the [CS]SYNC() macros which include anomaly workarounds ra...Mike Frysinger2007-07-251-1/+1
| * Blackfin arch: update BF54x anomaly listMike Frysinger2007-07-251-0/+3
| * Blackfin arch: revise anomaly handling by basing things on the compiler not t...Mike Frysinger2007-07-251-39/+55
| * Blackfin arch: cleanup and standardize anomaly.h file format -- no functional...Mike Frysinger2007-07-241-45/+22
* | [MTD] [NAND] Blackfin on-chip NAND Flash Controller driverBryan Wu2007-10-131-0/+1
|/
* Blackfin arch: add BF54x I2C/TWI TWI0 driver supportBryan Wu2007-07-252-0/+34
* Blackfin arch: Add peripheral io API to gpio header fileSonic Zhang2007-07-121-0/+4
* Blackfin arch: set up gpio interrupt IRQ_PJ9 for BF54x ATAPI PATA driverSonic Zhang2007-07-121-3/+1
* Blackfin arch: clean up some coding style issuesBryan Wu2007-07-121-1/+0
* Blackfin arch: Add Support for Peripheral PortMux and resouce allocationMichael Hennerich2007-07-121-0/+270
* Blackfin arch: There is no CDPRIO Bit in the EBIU_AMGCTL Register of BF54x archMichael Hennerich2007-07-121-16/+1
OpenPOWER on IntegriCloud