Commit Graph

451 Commits (534fe2c1c3ffbbc3db66dba0783c82d3b345fd33)

Author SHA1 Message Date
Bryan Wu e31639540d [Blackfin] arch: enable generic GPIO based I2C driver in STAMP-BF533, EZKIT-BF533 and EZKIT-BF561 boards 17 years ago
Robin Getz 6b5eace2f1 [Blackfin] arch: Don't oops_in_progress if single step is comming from the kernel 17 years ago
Michael Hennerich a546b0ac59 [Blackfin] arch: Fix BUG - kernel sometimes would stuck with KEYBOARD_GPIO on 17 years ago
Joe Perches 79f1ec862a [Blackfin] arch: Spelling fixes 17 years ago
Enrik Berkhan 76a7f40492 [Blackfin] arch: fix bug when DMA operation related core B of BF561 17 years ago
Sonic Zhang 37931db5bd [Blackfin] arch: Restore default DMA priority over core on bf54x. 17 years ago
Mike Frysinger 43f73fef07 [Blackfin] arch: pull in linux/etherdevice.h for random_ether_addr() used in bfin_get_ether_addr() 17 years ago
Martin Strubel 7285846ff8 [Blackfin] arch: disable bfin_get_ether_addr fucntion for boards when do not use MAC driver 17 years ago
Michael Hennerich 8baf560b4c [Blackfin] arch: Enable both edge triggered GPIO IRQs on BF54x and use irq_to_gpio() 17 years ago
Martin Strubel 471b9a6c73 [Blackfin] arch: added Minotaur BSP 17 years ago
Michael Hennerich 2463ef22bf [Blackfin] arch: replace current blackfin specific pfbutton driver with kernel generic gpio key driver 17 years ago
Michael Hennerich 6fce6a8d69 [Blackfin] arch: append IRQ Number to label string 17 years ago
Michael Hennerich fac3cf432e [Blackfin] arch: Fix gpio label handling 17 years ago
Mike Frysinger 1545a1111a [Blackfin] arch: add support for BF523/BF524/BF526 17 years ago
Mike Frysinger 54a1668ce5 [Blackfin] arch: scrub dead alive/idle LED code 17 years ago
Cliff Cai b8aab6f6dc [Blackfin] arch: set default value of DEB_DMA_URGENT to YES to avoid DMA aborting caused by conflict between core and DMA 17 years ago
Javier Herrero 7a5f819187 [Blackfin] arch: Added support for OpenCores Keyboard Controller to H8606 board 17 years ago
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 17 years ago
Adrian Bunk 05c484355f Blackfin arch: remove dump_thread() 17 years ago
Robert P. J. Day 09db9487b0 Blackfin arch: Typo: "CONFIG_RTC_BFIN_MODULE" -> "CONFIG_RTC_DRV_BFIN_MODULE" 17 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 17 years ago
Mike Frysinger f02bcec598 Blackfin arch: relocate linux/usb_isp1362.h to linux/usb/isp1362.h like in newer linux trees 17 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 17 years ago
Mike Frysinger 70b63ba739 Blackfin arch: do not include linux/autoconf.h 17 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 17 years ago
Mike Frysinger 137b1529da Blackfin arch: sharing the board-specific MAC function does not make sense so move it into board-specific files 17 years ago
Mike Frysinger a055b2b4de Blackfin arch: remove useless CONFIG_IRQCHIP_DEMUX_GPIO 17 years ago
Mike Frysinger 0feea17f94 Blackfin arch: fix missing newline to file 17 years ago
Mike Frysinger 7c7fd17017 Blackfin arch: add BF547 to list of accepted procs 17 years ago
Robin Getz 839e01c2bf Blackfin arch: move the init sections to the end of memory to help decrease memory fragementation 17 years ago
Mike Frysinger 74ce8322bf Blackfin arch: split debug stuff off into Kconfig.debug like everyone else 17 years ago
Mike Frysinger 529a73fbae Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFIN 17 years ago
Mike Frysinger e4e9a7adeb Blackfin arch: fix indentation -- use tabs, not spaces 17 years ago