aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin/mach-bf561 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-14Blackfin arch: Fix bug - Kernel does not boot if re-program clocksMichael Hennerich1-27/+0
2008-06-19Blackfin Serial Driver: Use timer to poll CTS PIN instead of workqueue.Sonic Zhang1-1/+1
2008-06-03Blackfin Serial Driver: Clean up BF54x macro in blackfin UART driver.Sonic Zhang1-0/+6
2008-05-31Blackfin arch: update anomaly headers from toolchain trunkMike Frysinger1-1/+1
2008-05-17Blackfin arch: Sync channel defines with struct dma_register dma_io_base_addr.Michael Hennerich1-4/+4
2008-05-07Blackfin Serial Driver: abstract away DLAB differences into headerMike Frysinger1-0/+3
2008-05-07Blackfin Serial Driver: macro away the IER differences between processorsMike Frysinger1-0/+2
2008-05-10[Blackfin] arch: remove useless IRQ_SW_INT definesMichael Hennerich1-7/+6
2008-05-07[Blackfin] arch: Equalize include files: Add VR_CTL masksMichael Hennerich1-0/+28
2008-04-25[Blackfin] arch: Equalize include files: Add PLL_DIV MasksMichael Hennerich1-0/+2
2008-04-25[Blackfin] arch: add Blackfin on-chip SIR IrDA driver supportGraf Yang3-17/+167
2008-04-25[Blackfin] arch: Update anomaly list.Sonic Zhang1-1/+5
2008-04-24[Blackfin] arch: Prevent potential Core Hang situationMichael Hennerich1-4/+30
2008-04-24[Blackfin] arch: Give the DMA base registers a more descriptive nameBernd Schmidt1-3/+0
2008-04-24[Blackfin] arch: Resolve the clash issue of UART defines between blackfin headers and include/linux/serial_reg.Graf Yang1-12/+17
2008-02-02[Blackfin] serial driver: Fix bug Poll RTS/CTS status in DMA mode as wellSonic Zhang1-1/+1
2007-12-24[Blackfin] serial driver: rework break flood anomaly handling to be more robust/realistic about what we can actually work aroundMike Frysinger1-0/+3
2007-12-24[Blackfin] serial driver: fix bug - cache the bits of the LSR on systems where the LSR is read-to-clearMike Frysinger1-1/+18
2008-02-25[Blackfin] arch: add bfin_clear_PPIx_STATUS() helper funcs like we have for other partsMike Frysinger1-0/+2
2008-02-25[Blackfin] arch: Fix CONFIG_PM support for BF561Michael Hennerich1-1/+2
2008-02-09[Blackfin] arch: Merge BF561 support into ints-priorityMichael Hennerich1-0/+20
2008-01-22[Blackfin] arch: Fix BUG gpio_direction_output API is not compatitable with GENERIC_GPIO API interfaceMichael Hennerich1-1/+1
2007-12-24[Blackfin] arch: update to latest anomaly sheetsMike Frysinger1-2/+16
2007-12-24[Blackfin] arch: Fix gpio label handlingMichael Hennerich1-0/+2
2007-11-21Blackfin arch: cplb and map header file cleanupMike Frysinger2-19/+5
2007-11-21Blackfin arch: fix broken on BF52x, remove silly checks on processors for L1_SCRATCH definesMike Frysinger1-2/+0
2007-11-15Blackfin arch: fix double fault definition for BF561 core A and core BMike Frysinger1-2/+2
2007-11-15Blackfin arch: remove useless CONFIG_IRQCHIP_DEMUX_GPIOMike Frysinger1-4/+0
2007-11-13Blackfin arch: add a compatible DOUBLE_FAULT define to enable resets on double faults in either coreMike Frysinger1-6/+9
2007-10-30Blackfin arch: Add missing definitions for BF561Mike Frysinger1-0/+3
2007-10-11Blackfin arch: add TWIx_REGBASE and SPIx_REGBASE to specific CPU header files, use the new REGBASE for board platform resourcesBryan Wu1-0/+1
2007-10-10Blackfin arch: to do some consolidation of common code and common name spacesRobin Getz2-97/+18
2007-08-03Blackfin arch: Fix CCLK and SCLK checksRobin Getz1-87/+0
2007-07-25Blackfin arch: scrub remaining ASSEMBLY usage since the switch to __ASSEMBLY__Mike Frysinger1-1/+1
2007-08-05Blackfin arch: fix bugs report by Andy Liu <yjhsou@gmail.com>, AD1836 can't be probed in BF561-EZBryan Wu1-1/+1
2007-07-24Blackfin arch: Finalize the generic gpio support - add gpio_to_irq and irq_to_gpioMichael Hennerich1-0/+2
2007-08-05Blackfin arch: update to latest anomaly sheetsMike Frysinger1-0/+1
2007-07-25Blackfin arch: reorganize headers slightly so we can be sure things are defined early enoughMike Frysinger1-5/+2
2007-07-25Blackfin arch: use the [CS]SYNC() macros which include anomaly workarounds rather than __builtin_bfin_[cs]sync()Mike Frysinger1-1/+1
2007-07-25Blackfin arch: revise anomaly handling by basing things on the compiler not the kconfig definesMike Frysinger2-143/+237
2007-07-24Blackfin arch: cleanup and standardize anomaly.h file format -- no functional changesMike Frysinger1-85/+62
2007-10-04Blackfin arch: gpio pinmux and resource allocation API required by BF537 on chip ethernet mac driverMichael Hennerich1-2/+9
2007-08-05Blackfin arch: fix the aliased write macrosRobin Getz1-2/+2
2007-07-24Blackfin arch: setup aliases for some core Core A MMRsMike Frysinger2-0/+10
2007-07-12Blackfin arch: clean up some coding style issuesBryan Wu1-1/+0
2007-07-12Blackfin arch: Add Support for Peripheral PortMux and resouce allocationMichael Hennerich1-0/+87
2007-06-21Blackfin arch: add missing implementations SIC_IWR crosses several registersMichael Hennerich1-3/+7
2007-07-12Blackfin arch: initial supporting for BF548-EZKITRoy Huang1-0/+3
2007-06-21Blackfin arch: add missing braces around array bfin serial initMike Frysinger1-0/+2
2007-05-21Blackfin arch: update blackfin header files to latest one in VDSP.Bryan Wu1-55/+50