Commit Graph

165 Commits (85f03bccd6e0e2ac6ccf017d4bcd5d74bb87a671)

Author SHA1 Message Date
Robin Getz 518039bc24 Blackfin arch: Add ability to expend the hardware trace buffer 18 years ago
Robin Getz f16295e7e7 Blackfin arch: Fix CCLK and SCLK checks 18 years ago
Michael Hennerich b99ab54d4f Blackfin serial driver: use new GPIO API 18 years ago
Mike Frysinger 1708268f7e Blackfin arch: scrub remaining ASSEMBLY usage since the switch to __ASSEMBLY__ 18 years ago
Michael Hennerich 06039e90b9 Blackfin arch: Fix define - SPORT0_DTPRI is first function 18 years ago
Bryan Wu 7c100f3b90 Blackfin arch: fix bugs report by Andy Liu <yjhsou@gmail.com>, AD1836 can't be probed in BF561-EZ 18 years ago
Bryan Wu 214cccbbb2 Blackfin arch: bug fixing, add missing BF533_FAMILY GPIO_PFx definition 18 years ago
Bryan Wu d8e715428f Blackfin arch: add BF54x I2C/TWI TWI0 driver support 18 years ago
Michael Hennerich 40d63406a0 Blackfin arch: store labels so we later know who allocated GPIO/Peripheral resources 18 years ago
Michael Hennerich 301af2952b Blackfin arch: Finalize the generic gpio support - add gpio_to_irq and irq_to_gpio 18 years ago
Mike Frysinger bc8c84c947 Blackfin arch: update to latest anomaly sheets 18 years ago
Robin Getz fb51d56680 Blackfin arch: Fix Anomaly hanlding, as pointed out by Mike 18 years ago
Mike Frysinger 35c724f310 Blackfin arch: fix typo... we want csync in CSYNC(), not ssync 18 years ago
Mike Frysinger 36a1548f99 Blackfin arch: reorganize headers slightly so we can be sure things are defined early enough 18 years ago
Mike Frysinger d5148ffa60 Blackfin arch: use the [CS]SYNC() macros which include anomaly workarounds rather than __builtin_bfin_[cs]sync() 18 years ago
Mike Frysinger 60e9356d77 Blackfin arch: update BF54x anomaly list 18 years ago
Mike Frysinger 1aafd90912 Blackfin arch: revise anomaly handling by basing things on the compiler not the kconfig defines 18 years ago
Mike Frysinger 287050fe13 Blackfin arch: cleanup and standardize anomaly.h file format -- no functional changes 18 years ago
Antonino A. Daplas 317b3c2167 fbdev: detect primary display device 18 years ago
Antonino A. Daplas 10eb2659cc fbdev: move arch-specific bits to their respective subdirectories 18 years ago
Bernd Schmidt 8be80ed3f7 Blackfin arch: Initialize the exception vectors early in the boot process 18 years ago
Mike Frysinger 12a7991180 Blackfin arch: switch to using proper defines this time THREAD_SIZE and PAGE_SIZE instead of just PAGE_SIZE everywhere 18 years ago
Mike Frysinger 315a8e34f7 Blackfin arch: setup aliases for some core Core A MMRs 18 years ago
Sonic Zhang 61b5956326 Blackfin arch: Add peripheral io API to gpio header file 18 years ago
Sonic Zhang e745106ce3 Blackfin arch: set up gpio interrupt IRQ_PJ9 for BF54x ATAPI PATA driver 18 years ago
Bryan Wu c04d66bbbd Blackfin arch: clean up some coding style issues 18 years ago
Michael Hennerich 5610db61cf Blackfin arch: Add Support for Peripheral PortMux and resouce allocation 18 years ago
Mike Frysinger 520473b077 Blackfin arch: use PAGE_SIZE when doing aligns rather than hardcoded values 18 years ago
Michael Hennerich 9be343c5bc Blackfin arch: There is no CDPRIO Bit in the EBIU_AMGCTL Register of BF54x arch 18 years ago
Michael Hennerich c9e27ece79 Blackfin arch: Fix Warning add some defines in BF54x header file 18 years ago
Alan Cox 4eb6bf6bfb lots-of-architectures: enable arbitary speed tty support 18 years ago
Marco Roeland 7718457dc8 Blackfin arch: remove zero-sized include/asm-blackfin/macros.h 18 years ago
Michael Hennerich cefe658bca Blackfin arch: add BF54x missing GPIO access functions 18 years ago
Michael Hennerich 34e0fc89bd Blackfin arch: Enable BF54x PIN/GPIO interrupts 18 years ago
Jie Zhang de3025f4e2 Blackfin arch: Add proper -mcpu option according to the cpu and silicon revision configuration 18 years ago
Robin Getz 669b792c77 Blackfin arch: Clean up trace buffer handling, No major functional changes. 18 years ago
Bernd Schmidt 29440a2b4c Blackfin arch: Start untangling the CPLB handling code. 18 years ago
Sonic Zhang 474f1a667d Blackfin arch: kgdb specific code 18 years ago
Mike Frysinger 216e39db11 Blackfin arch: add proper const volatile to addr argument to the read functions 18 years ago
Michael Hennerich 1c5d2265a8 Blackfin arch: add missing implementations SIC_IWR crosses several registers 18 years ago
Sonic Zhang 334280fff3 Blackfin arch: Add definition of dma_mapping_error 18 years ago
Mike Frysinger b9b7127657 Blackfin arch: move cond_syscall() behind __KERNEL__ like all other architectures 18 years ago
Bernd Schmidt 7adfb58fbd Blackfin arch: defines and provides entry points for certain user space functions at fixed addresses 18 years ago
Roy Huang 24a07a1241 Blackfin arch: initial supporting for BF548-EZKIT 18 years ago
Roy Huang 088eec1192 Blackfin arch: Add header files for BF548 18 years ago
Mike Frysinger 9c8f1729b0 Blackfin arch: add missing braces around array bfin serial init 18 years ago
Robin Getz 4bf3f3cbb6 Blackfin arch: update ANOMALY handling 18 years ago
Mike Frysinger df30b11717 Blackfin arch: move HI/LO macros into blackfin.h and punt the rest of macros.h as it includes VDSP macros we never use 18 years ago
Michael Hennerich 581d62ab30 Blackfin arch: fix bug can not wakeup from sleep via push buttons 18 years ago
Roy Huang 75ed405c63 Blackfin arch: fix bug ad1836 fails to build properly for BF533-EZKIT 18 years ago