Commit Graph

66 Commits (408dbc0da29913f99e56001db892eb653b47c13b)

Author SHA1 Message Date
Bernd Schmidt fc97551db9 [Blackfin] arch: Add the semtimedop syscall. Upstream uClibc doesn't compile without it. 17 years ago
Bernd Schmidt b97b8a9983 [Blackfin] arch: Initial checkin of the memory protection support. 17 years ago
Michael Hennerich 4521ef42de [Blackfin] arch: Add some comments - fix semicolons 17 years ago
Bernd Schmidt 7a1a6d0061 [Blackfin] arch: move all code related to CPLB handling into a new subdirectory under kernel/ 17 years ago
Michael Hennerich 8baf560b4c [Blackfin] arch: Enable both edge triggered GPIO IRQs on BF54x and use irq_to_gpio() 17 years ago
Michael Hennerich 6fce6a8d69 [Blackfin] arch: append IRQ Number to label string 17 years ago
Sonic Zhang fb5f00492a [Blackfin] arch: Fix bug to Enable kernel to build for bf548 with PM. 17 years ago
Robin Getz d5c4b5e3b2 [Blackfin] arch: Let the pre-processor do the math to save a few cycles - no functional changes 17 years ago
Robin Getz 6f3ed704b0 [Blackfin] arch: do not use fixed numbers to describe offsets - no functional changes 17 years ago
Robin Getz 0626d79686 [Blackfin] arch: do not use hard coded addresses 17 years ago
Robin Getz 13fe24f37d [Blackfin] arch: fix bug - trap_tests fails to recover on some tests. 17 years ago
Robin Getz f53e86760e [Blackfin] arch: Add a note describing what is going on - no functional changes 17 years ago
Mike Frysinger 49dce9124b Blackfin arch: split apart dump_bfin_regs and merge/remove show_regs from process.c, which was largely duplicated 17 years ago
Mike Frysinger 9cb07b23db Blackfin arch: use common __INIT/__FINIT defines rather than setting the .section ourselves to .init.text 17 years ago
Robin Getz 569a50ca3f Blackfin arch: Ensure we printk out strings with the proper loglevel 17 years ago
Bernd Schmidt 0bad33d93a Blackfin arch: Need to specify ax with the .init.text section, 17 years ago
Mike Frysinger 46c87c3cce Blackfin arch: Fix typo, and add ENDPROC - no functional changes 17 years ago
Mike Frysinger 8d6c242062 Blackfin arch: rename _return_from_exception to _bfin_return_from_exception and export it 17 years ago
Mike Frysinger e709d84b99 Blackfin arch: fix spurious newline in header 17 years ago
Mike Frysinger 70b63ba739 Blackfin arch: do not include linux/autoconf.h 17 years ago
Mike Frysinger a055b2b4de Blackfin arch: remove useless CONFIG_IRQCHIP_DEMUX_GPIO 17 years ago
Robin Getz 6a3f0b460c Blackfin arch: fix bug cplbmgr.S does not exit properly on error condition 17 years ago
Robin Getz f26fbc48f1 Blackfin arch: ensure we work around ANOMALY_05000261 for null pointers 17 years ago
Robin Getz 9f336a5326 Blackfin arch: ensure that speculative loads of bad pointers don't cause us to do bad things. 18 years ago
Michael Hennerich 4fb4524162 Blackfin arch: Optimization - no need to make additional math here 18 years ago
Mike Frysinger a99bbccd87 Blackfin arch: force irq_flags into the .data section 18 years ago
Michael Hennerich 590031450a Blackfin arch: add new processor ADSP-BF52x arch/mach support 18 years ago
Rafael J. Wysocki e6c5eb9541 PM: Rework struct platform_suspend_ops 18 years ago
Rafael J. Wysocki 26398a70ea PM: Rename struct pm_ops and related things 18 years ago
Rafael J. Wysocki 95d9ffbe01 PM: Move definition of struct pm_ops to suspend.h 18 years ago
Bryan Wu 0b95f22bd3 Blackfin arch: add some missing syscall 18 years ago
Michael Hennerich 4bbd10fd31 Blackfin arch: Update/Fix PM support add new pm_ops valid 18 years ago
Robin Getz b3f8b92763 Blackfin arch: the load address is not safe to point to as a workaround for ANOMALY 05000281 18 years ago
Robin Getz 337d390b3a Blackfin arch: Print out debug info, as early as possible 18 years ago
Robin Getz 2ebcade590 Blackfin arch: fix endless loop bug when a double fault happens 18 years ago
Mike Frysinger 1ffe6646ba Blackfin arch: add an exception request/free api 18 years ago
Mike Frysinger f0b5d12f2b Blackfin arch: allow people to select the feature that is unavailable to the kernel 18 years ago
Robin Getz 3bebca2d20 Blackfin arch: to do some consolidation of common code and common name spaces 18 years ago
Mike Frysinger a298049180 Blackfin arch: remove unused code -- EVT0 is not controllable by software 18 years ago
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 6782ea9ae8 Blackfin arch: Add label to call new GPIO API 18 years ago
Mike Frysinger e208f83a7a Blackfin arch: use HI/LO macros rather than masking the bit ranges ourselves 18 years ago
Mike Frysinger 1aafd90912 Blackfin arch: revise anomaly handling by basing things on the compiler not the kconfig defines 18 years ago
Michael Hennerich 50e163ce8e Blackfin arch: add error message when IRQ no available 18 years ago
Bernd Schmidt 8be80ed3f7 Blackfin arch: Initialize the exception vectors early in the boot process 18 years ago
Bernd Schmidt f1b927dc85 Blackfin arch: Load P0 before storing through it 18 years ago
Bryan Wu c04d66bbbd Blackfin arch: clean up some coding style issues 18 years ago
Mike Frysinger 9401e618c8 Blackfin arch: scrub dead code 18 years ago
Michael Hennerich e3f2300036 Blackfin arch: Some memory and code optimizations - Fix SYS_IRQS 18 years ago