summaryrefslogtreecommitdiff
path: root/arch/blackfin
AgeCommit message (Expand)AuthorFilesLines
2007-11-21Blackfin arch: fix bug when enable uart1 with uart0 disabled => no initial co...Sonic Zhang1-1/+6
2007-11-21Blackfin arch: split apart dump_bfin_regs and merge/remove show_regs from pro...Mike Frysinger4-54/+59
2007-11-21Blackfin arch: use common __INIT/__FINIT defines rather than setting the .sec...Mike Frysinger1-2/+3
2007-11-21Blackfin arch: fix bug when sending signals with the wrong PC, cause gdb get ...Robin Getz1-6/+8
2007-11-21Blackfin arch: Ensure we printk out strings with the proper loglevelRobin Getz2-20/+20
2007-11-21Blackfin arch: Need to specify ax with the .init.text section,Bernd Schmidt1-1/+1
2007-11-21Blackfin arch: Update Kconfig to latest Blackfin silicon datasheetsRobin Getz1-5/+5
2007-11-21Blackfin arch: update defconfig filesMike Frysinger8-218/+146
2007-11-21Blackfin arch: Fix typo, and add ENDPROC - no functional changesMike Frysinger1-1/+2
2007-11-21Blackfin arch: cplb and map header file cleanupMike Frysinger1-16/+26
2007-11-21Blackfin arch: cleanup the cplb declaresMike Frysinger1-17/+10
2007-11-21Blackfin arch: fix building for BF542 processors which only have 1 TWIMike Frysinger1-0/+4
2007-11-21Blackfin arch: rename _return_from_exception to _bfin_return_from_exception a...Mike Frysinger2-4/+5
2007-11-21Blackfin arch: move EXPORT_SYMBOL() to C files where the symbol is actually d...Mike Frysinger5-7/+40
2007-11-21Blackfin arch: fix bug NOR Flash MTD mount failSonic Zhang2-0/+35
2007-11-21Blackfin arch: export symbol get_dma_curr_desc_ptr for driver usageCliff Cai1-0/+1
2007-11-18Blackfin arch: cleanup kernel exception message, don't insult the customer.Robin Getz1-2/+2
2007-11-18Blackfin arch: fix bug kernel not to boot up with mtd filesystemsBernd Schmidt3-33/+24
2007-11-17Blackfin arch: add AXIS AX88180 Gigabit Ethernet Hardware and Driver to board...Michael Hennerich2-0/+53
2007-11-18Blackfin arch: print out modules that are loaded if we get a kernel oopsRobin Getz1-0/+1
2007-11-17Blackfin arch: Add assembly function insl_16Michael Hennerich2-0/+20
2007-11-23Blackfin arch: use do_div() for the 64bit division as pointed out by BerndMike Frysinger3-378/+8
2007-11-17Blackfin arch: fix spurious newline in headerMike Frysinger1-1/+1
2007-11-17Blackfin arch: unexport get_wchanAdrian Bunk1-1/+0
2007-11-18Blackfin arch: remove dump_thread()Adrian Bunk2-46/+0
2007-11-17Blackfin arch: Typo: "CONFIG_RTC_BFIN_MODULE" -> "CONFIG_RTC_DRV_BFIN_MODULE"Robert P. J. Day1-1/+1
2007-11-15Blackfin arch: Dont use cs_change_per_word, since the AD7877 driver doesnt re...Michael Hennerich5-7/+7
2007-11-15Blackfin arch: relocate linux/usb_isp1362.h to linux/usb/isp1362.h like in ne...Mike Frysinger10-10/+10
2007-11-15Blackfin arch: the usb_sl811.h header has been moved to usb/sl811.h so lets u...Mike Frysinger1-1/+1
2007-11-15Blackfin arch: do not include linux/autoconf.hMike Frysinger2-2/+0
2007-11-15Blackfin arch: change get_bf537_ether_addr() to bfin_get_ether_addr() since t...Mike Frysinger5-10/+10
2007-11-22Blackfin arch: sharing the board-specific MAC function does not make sense so...Mike Frysinger9-102/+43
2007-11-15Blackfin arch: remove useless CONFIG_IRQCHIP_DEMUX_GPIOMike Frysinger7-52/+18
2007-11-15Blackfin arch: fix missing newline to fileMike Frysinger1-1/+1
2007-11-15Blackfin arch: add BF547 to list of accepted procsMike Frysinger2-1/+8
2007-11-15Blackfin arch: move the init sections to the end of memory to help decrease m...Robin Getz3-24/+33
2007-11-21Blackfin arch: split debug stuff off into Kconfig.debug like everyone elseMike Frysinger2-168/+179
2007-11-23Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFINMike Frysinger1-4/+0
2007-11-15Blackfin arch: fix indentation -- use tabs, not spacesMike Frysinger1-4/+4
2007-11-15Blackfin arch: split board selection off into mach subdirsMike Frysinger16-102/+136
2007-11-15Blackfin arch: fix silicon rev display and selection for BF52x/BF54xMike Frysinger1-3/+3
2007-11-15Blackfin arch: remove mention of uClinux/no-mmu ... we are just Blackfin LinuxMike Frysinger1-1/+1
2007-11-15Blackfin arch: Default config for HV Sistemas H8606 boardJavier Herrero1-0/+1168
2007-11-15Blackfin arch: fix bug cplbmgr.S does not exit properly on error conditionRobin Getz3-11/+22
2007-11-13Blackfin arch: fix AD7877 bus_num and add support for WM8731 SPI control inte...Michael Hennerich1-1/+19
2007-11-12Blackfin arch: move hard coded pin_req to board fileBryan Wu12-3/+33
2007-11-12Blackfin arch: fix bux - only reset the PC when necessary, otherwise gdb gets...Robin Getz1-2/+3
2007-11-12Blackfin arch: ensure we work around ANOMALY_05000261 for null pointersRobin Getz2-15/+33
2007-10-30Blackfin arch: reclaim a few bytes from the end of our init sectionMike Frysinger1-3/+8
2007-10-30Blackfin arch: fix libata data struct member from irq_type to irq_flagsMike Frysinger1-1/+1