Commit Graph

239 Commits (24f8c827f9b8ab2c8644f7ab85a1b1d58fc0fcf7)

Author SHA1 Message Date
Sonic Zhang 233b28a91c Blackfin arch: fix bug when enable uart1 with uart0 disabled => no initial console 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 fb322915a0 Blackfin arch: fix bug when sending signals with the wrong PC, cause gdb get confused 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
Robin Getz f72eecb97b Blackfin arch: Update Kconfig to latest Blackfin silicon datasheets 17 years ago
Mike Frysinger eee1f15ce6 Blackfin arch: update defconfig files 17 years ago
Mike Frysinger 46c87c3cce Blackfin arch: Fix typo, and add ENDPROC - no functional changes 17 years ago
Mike Frysinger c3a9f435ae Blackfin arch: cplb and map header file cleanup 17 years ago
Mike Frysinger 81a487a59f Blackfin arch: cleanup the cplb declares 17 years ago
Mike Frysinger 7160e9503a Blackfin arch: fix building for BF542 processors which only have 1 TWI 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 d0025e5edf Blackfin arch: move EXPORT_SYMBOL() to C files where the symbol is actually defined 17 years ago
Sonic Zhang e40540b304 Blackfin arch: fix bug NOR Flash MTD mount fail 17 years ago
Cliff Cai 28a44d4bd6 Blackfin arch: export symbol get_dma_curr_desc_ptr for driver usage 17 years ago
Robin Getz 90c7f4686f Blackfin arch: cleanup kernel exception message, don't insult the customer. 17 years ago
Bernd Schmidt af8a5af3ff Blackfin arch: fix bug kernel not to boot up with mtd filesystems 17 years ago
Michael Hennerich 561cc18b86 Blackfin arch: add AXIS AX88180 Gigabit Ethernet Hardware and Driver to board files 17 years ago
Robin Getz 4c26c6c9bf Blackfin arch: print out modules that are loaded if we get a kernel oops 17 years ago
Michael Hennerich 5c91fb902d Blackfin arch: Add assembly function insl_16 17 years ago
Mike Frysinger 1754a5d9f9 Blackfin arch: use do_div() for the 64bit division as pointed out by Bernd 17 years ago
Mike Frysinger e709d84b99 Blackfin arch: fix spurious newline in header 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
Mike Frysinger 4f25eb85d6 Blackfin arch: split board selection off into mach subdirs 17 years ago
Mike Frysinger d07f438031 Blackfin arch: fix silicon rev display and selection for BF52x/BF54x 17 years ago
Mike Frysinger 53f8a252df Blackfin arch: remove mention of uClinux/no-mmu ... we are just Blackfin Linux 17 years ago
Javier Herrero 51e7f6830f Blackfin arch: Default config for HV Sistemas H8606 board 17 years ago
Robin Getz 6a3f0b460c Blackfin arch: fix bug cplbmgr.S does not exit properly on error condition 17 years ago
Michael Hennerich 0954f70ab1 Blackfin arch: fix AD7877 bus_num and add support for WM8731 SPI control interface 17 years ago
Bryan Wu 5d448dd507 Blackfin arch: move hard coded pin_req to board file 17 years ago
Robin Getz 4a589e1ef6 Blackfin arch: fix bux - only reset the PC when necessary, otherwise gdb gets confused 17 years ago
Robin Getz f26fbc48f1 Blackfin arch: ensure we work around ANOMALY_05000261 for null pointers 17 years ago
Mike Frysinger 36208059c1 Blackfin arch: reclaim a few bytes from the end of our init section 17 years ago
Mike Frysinger 64e5c51291 Blackfin arch: fix libata data struct member from irq_type to irq_flags 17 years ago