Commit Graph

490 Commits (6a4c4ad2f0aa331324649579649c5d9064893079)

Author SHA1 Message Date
Bryan Wu 2935077e06 [Blackfin] arch: Fix if/def BUG - and define is multipoint NO 17 years ago
Michael Hennerich 0e85e3020e [Blackfin] arch: The BF527 EZkit connects UART1/PORTF 17 years ago
Bryan Wu f31db2a8e8 [Blackfin] arch: update defconfig of boards 17 years ago
Michael Hennerich 50657afdd9 [Blackfin] arch: Trash bf54x-hcd driver - we use the musb driver 17 years ago
Michael Hennerich 1089e22873 [Blackfin] arch: Enable peripheral platform resources on the BF527 EZkit 17 years ago
Sonic Zhang 971d5bc4e5 [Blackfin] arch: Fix bug to Enable bf548 to Re-program Clocks while Kernel boots. 17 years ago
Robin Getz b03b08ba9c [Blackfin] arch: Clean up dump_bfin_mem 17 years ago
Michael Hennerich 0d4a89bb3e [Blackfin] arch: add Hitachi TX09D70VM1CDA TFT LCD driver resource to Blackfin board 17 years ago
Sonic Zhang fb5f00492a [Blackfin] arch: Fix bug to Enable kernel to build for bf548 with PM. 17 years ago
Yi Li c50e19f498 [Blackfin] arch: fix bug - make memcpy return the dest addr. 17 years ago
Javier Herrero fb96c56de3 [Blackfin] arch: Added support for 8250-class UARTs in HV Sistemas H8606 board, modification in 8250.c driver for correct compilation with Blackfin 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 d8f66c8c1e [Blackfin] arch: fix bug gdb testing on hardware has regression 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
Adrian Bunk 8d2e24c3c1 Blackfin arch: unexport get_wchan 18 years ago
Adrian Bunk 05c484355f Blackfin arch: remove dump_thread() 18 years ago
Robert P. J. Day 09db9487b0 Blackfin arch: Typo: "CONFIG_RTC_BFIN_MODULE" -> "CONFIG_RTC_DRV_BFIN_MODULE" 18 years ago
Michael Hennerich c7d4896621 Blackfin arch: Dont use cs_change_per_word, since the AD7877 driver doesnt require it anymore; fix bus numbers, fix typos 18 years ago
Mike Frysinger f02bcec598 Blackfin arch: relocate linux/usb_isp1362.h to linux/usb/isp1362.h like in newer linux trees 18 years ago
Mike Frysinger 632f658b36 Blackfin arch: the usb_sl811.h header has been moved to usb/sl811.h so lets use that version now 18 years ago
Mike Frysinger 70b63ba739 Blackfin arch: do not include linux/autoconf.h 18 years ago
Mike Frysinger 9862cc5278 Blackfin arch: change get_bf537_ether_addr() to bfin_get_ether_addr() since this is not BF537 specific and to better match other Blackfin-specific conventions 18 years ago
Mike Frysinger 137b1529da Blackfin arch: sharing the board-specific MAC function does not make sense so move it into board-specific files 18 years ago
Mike Frysinger a055b2b4de Blackfin arch: remove useless CONFIG_IRQCHIP_DEMUX_GPIO 18 years ago
Mike Frysinger 0feea17f94 Blackfin arch: fix missing newline to file 18 years ago
Mike Frysinger 7c7fd17017 Blackfin arch: add BF547 to list of accepted procs 18 years ago
Robin Getz 839e01c2bf Blackfin arch: move the init sections to the end of memory to help decrease memory fragementation 18 years ago
Mike Frysinger 74ce8322bf Blackfin arch: split debug stuff off into Kconfig.debug like everyone else 18 years ago
Mike Frysinger 529a73fbae Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFIN 18 years ago
Mike Frysinger e4e9a7adeb Blackfin arch: fix indentation -- use tabs, not spaces 18 years ago
Mike Frysinger 4f25eb85d6 Blackfin arch: split board selection off into mach subdirs 18 years ago
Mike Frysinger d07f438031 Blackfin arch: fix silicon rev display and selection for BF52x/BF54x 18 years ago
Mike Frysinger 53f8a252df Blackfin arch: remove mention of uClinux/no-mmu ... we are just Blackfin Linux 18 years ago
Javier Herrero 51e7f6830f Blackfin arch: Default config for HV Sistemas H8606 board 18 years ago
Robin Getz 6a3f0b460c Blackfin arch: fix bug cplbmgr.S does not exit properly on error condition 18 years ago
Michael Hennerich 0954f70ab1 Blackfin arch: fix AD7877 bus_num and add support for WM8731 SPI control interface 18 years ago
Bryan Wu 5d448dd507 Blackfin arch: move hard coded pin_req to board file 18 years ago
Robin Getz 4a589e1ef6 Blackfin arch: fix bux - only reset the PC when necessary, otherwise gdb gets confused 18 years ago
Robin Getz f26fbc48f1 Blackfin arch: ensure we work around ANOMALY_05000261 for null pointers 18 years ago
Mike Frysinger 36208059c1 Blackfin arch: reclaim a few bytes from the end of our init section 18 years ago
Mike Frysinger 64e5c51291 Blackfin arch: fix libata data struct member from irq_type to irq_flags 18 years ago
Sonic Zhang 111cf97d2c Blackfin arch: Fix bug set correct baud for spi mmc and enable SPI after DMA. 18 years ago
Bryan Wu 0355893e77 Blackfin arch: update board defconfig files according to latest information from ADI datasheet 18 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
Robin Getz aa770aa790 Blackfin arch: Fix random crash issue found by Michael. 18 years ago
Robin Getz 7728ec33fa Blackfin arch: fix bug: tell users if the kernel is recovering from a fault condition 18 years ago
Mike Frysinger 4ad1ec7154 Blackfin arch: add support for checking/clearing overruns in generic purpose Timer API 18 years ago