aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-25Blackfin arch: add BF54x I2C/TWI TWI0 driver supportBryan Wu2-0/+34
2007-07-25Blackfin arch: Initialize the exception vectors early in the boot processBernd Schmidt1-0/+1
2007-07-25Blackfin arch: switch to using proper defines this time THREAD_SIZE and PAGE_SIZE instead of just PAGE_SIZE everywhereMike Frysinger1-6/+6
2007-07-24Blackfin arch: setup aliases for some core Core A MMRsMike Frysinger2-0/+10
2007-07-17fbdev: detect primary display deviceAntonino A. Daplas1-0/+6
2007-07-17fbdev: move arch-specific bits to their respective subdirectoriesAntonino A. Daplas1-0/+6
2007-07-12Blackfin arch: Add peripheral io API to gpio header fileSonic Zhang1-0/+4
2007-07-12Blackfin arch: set up gpio interrupt IRQ_PJ9 for BF54x ATAPI PATA driverSonic Zhang1-3/+1
2007-07-12Blackfin arch: clean up some coding style issuesBryan Wu3-4/+0
2007-07-12Blackfin arch: Add Support for Peripheral PortMux and resouce allocationMichael Hennerich6-0/+1714
2007-07-12Blackfin arch: use PAGE_SIZE when doing aligns rather than hardcoded valuesMike Frysinger1-0/+4
2007-07-12Blackfin arch: There is no CDPRIO Bit in the EBIU_AMGCTL Register of BF54x archMichael Hennerich1-16/+1
2007-07-12Blackfin arch: Fix Warning add some defines in BF54x header fileMichael Hennerich1-38/+47
2007-07-02Blackfin arch: add BF54x missing GPIO access functionsMichael Hennerich2-3/+5
2007-07-12Blackfin arch: Enable BF54x PIN/GPIO interruptsMichael Hennerich2-5/+100
2007-06-21Blackfin arch: Clean up trace buffer handling, No major functional changes.Robin Getz1-0/+52
2007-07-12Blackfin arch: Start untangling the CPLB handling code.Bernd Schmidt2-141/+15
2007-06-29Blackfin arch: kgdb specific codeSonic Zhang1-0/+183
2007-06-21Blackfin arch: add missing implementations SIC_IWR crosses several registersMichael Hennerich2-4/+33
2007-06-21Blackfin arch: defines and provides entry points for certain user space functions at fixed addressesBernd Schmidt4-2/+36
2007-07-12Blackfin arch: initial supporting for BF548-EZKITRoy Huang17-2688/+603
2007-06-21Blackfin arch: Add header files for BF548Roy Huang8-0/+1324
2007-07-10lots-of-architectures: enable arbitary speed tty supportAlan Cox1-0/+11
2007-07-03Blackfin arch: remove zero-sized include/asm-blackfin/macros.hMarco Roeland1-0/+0
2007-06-25Blackfin arch: Add proper -mcpu option according to the cpu and silicon revision configurationJie Zhang1-0/+4
2007-06-21Blackfin arch: add proper const volatile to addr argument to the read functionsMike Frysinger1-3/+3
2007-06-21Blackfin arch: Add definition of dma_mapping_errorSonic Zhang1-0/+2
2007-06-21Blackfin arch: move cond_syscall() behind __KERNEL__ like all other architecturesMike Frysinger1-1/+2
2007-06-21Blackfin arch: add missing braces around array bfin serial initMike Frysinger2-0/+4
2007-06-21Blackfin arch: update ANOMALY handlingRobin Getz4-9/+156
2007-06-11Blackfin arch: move HI/LO macros into blackfin.h and punt the rest of macros.h as it includes VDSP macros we never useMike Frysinger2-96/+5
2007-06-14Blackfin arch: fix bug can not wakeup from sleep via push buttonsMichael Hennerich1-0/+1
2007-06-14Blackfin arch: fix bug ad1836 fails to build properly for BF533-EZKITRoy Huang1-0/+22
2007-05-21Blackfin arch: Change NO_ACCESS_CHECK to ACCESS_CHECKSonic Zhang1-2/+2
2007-05-21Blackfin arch: cache SWRST value at bootup so other things like watchdog can non-destructively query itMike Frysinger1-0/+1
2007-05-21Blackfin arch: update blackfin header files to latest one in VDSP.Bryan Wu24-170/+26559
2007-05-21Blackfin arch: finish removing p* volatile defines for MMRsMike Frysinger3-149/+0
2007-05-21Blackfin arch: make sure we declare the revid functions as pure (since they are)Mike Frysinger1-2/+2
2007-05-21Blackfin arch: GPIO fix some definesMichael Hennerich1-7/+7
2007-05-21Blackfin arch: DMA operation cleanupMichael Hennerich1-6/+14
2007-05-21Blackfin arch: Move write to VR_CTL closer to IDLEMichael Hennerich3-6/+12
2007-05-09rename thread_info to stackRoman Zippel2-5/+5
2007-05-08Remove tas()Jeff Dike1-1/+0
2007-05-07blackfin architectureBryan Wu141-0/+23301