aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf533 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-07Blackfin arch: gpio.h split into machine subfolders like already done for BF54xMichael Hennerich1-0/+34
2009-01-07Blackfin arch: fix bugs and unify BFIN_KERNEL_CLOCK optionMichael Hennerich3-436/+0
2009-01-07Blackfin arch: add simple-gpio resources to all adi/tinyboardsMike Frysinger1-0/+15
2008-11-18Blackfin arch: add ANOMALY_05000435 to our headersMike Frysinger1-0/+1
2008-11-18Blackfin arch: move out irq related functionsMike Frysinger1-1/+1
2008-11-18Blackfin arch: move the PORT registers downMike Frysinger1-44/+42
2008-11-18Blackfin arch: delay PLL_CTL/VR_CTL wrappersMike Frysinger1-44/+47
2008-11-18Blackfin arch: make ADI board names consistentMike Frysinger2-2/+2
2009-01-07Blackfin arch: SMP supporting patchset: some other misc codeGraf Yang1-0/+15
2008-10-28Blackfin arch: update anomaly lists to match latest sheetsMike Frysinger1-0/+2
2008-10-28Blackfin arch: put quotes around error to silence a ton of warnings from gcc-4.3Mike Frysinger1-1/+1
2008-10-16Blackfin arch: fix bug - build kernel failed at head.S when reprogram clock on all platformsRobin Getz1-1/+1
2008-10-13Blackfin arch: fix bug - some serial header files set RTS to an input when they should all be outputsSonic Zhang1-1/+1
2008-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6Linus Torvalds5-45/+55
2008-10-13Blackfin Serial Driver: Fix bug - ircp fails on sir over Blackfin UARTGraf Yang1-0/+2
2008-10-13Blackfin Serial Driver: move common variables out of serial headers and into the serial driverMike Frysinger1-2/+0
2008-10-13Blackfin arch: make sure we include the fix for SPORT hysteresis when reprogramming clocksRobin Getz1-0/+3
2008-10-10Blackfin arch: update anomaly headers to match the latest sheetMike Frysinger1-22/+27
2008-10-10Blackfin arch: print out error/warning if you are running on the incorrect CPU typeRobin Getz1-5/+5
2008-10-09Blackfin arch: flash memory map and dm9000 resources updatingJavier Herrero1-15/+19
2008-10-09Blackfin arch: Move all the silicon rev handling to one placeMike Frysinger1-2/+0
2008-10-09Blackfin arch: Fix BUG: anomaly_threshold is used with ANOMALY_05000363Michael Hennerich1-1/+1
2008-08-27Blackfin arch: move include/asm-blackfin header files to arch/blackfinBryan Wu13-2/+3579
2008-08-14Blackfin arch: do not muck with the UART during boot -- let the serial driver worry about itMike Frysinger1-48/+0
2008-08-14Blackfin arch: add support for the BlackStamp boardBenjamin Matthews3-0/+408
2008-08-14Blackfin arch: mark some functions as __init as they are only called from __init functionsMike Frysinger1-1/+1
2008-08-06Blackfin arch: Fix Bug - System with EMAC driver enabled - Core not idlingMichael Hennerich1-7/+0
2008-08-06Blackfin arch: unify the duplicated portions of __start and split mach-specific pieces into _mach_early_start where they will be easier to trim over timeMike Frysinger1-128/+3
2008-08-06Blackfin arch: move async memory programming into common setup_arch() as the banks dont really need to be setup fully as early as head.SMike Frysinger1-22/+0
2008-08-06Blackfin arch: unify the duplicated _real_start functionsMike Frysinger1-70/+0
2008-08-06Blackfin arch: remove support for Anomaly 05000125 as it doesnt exist on any supported processor/siliconMike Frysinger1-18/+0
2008-08-05Blackfin arch: remove pata resources from generic boardMike Frysinger4-139/+0
2008-08-05Blackfin arch: be consistant with parition names, and ensure the bus is identifiedRobin Getz4-15/+15
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6Linus Torvalds1-9/+3
2008-07-14Blackfin arch: Fix bug - Kernel does not boot if re-program clocksMichael Hennerich1-9/+3
2008-06-24DM9000: Fixup blackfin after removing 2 resource usageLaurent Pinchart1-1/+6
2008-06-07Blackfin arch: protect only the SPI bus controller with CONFIG_SPI_BFINMike Frysinger2-12/+4
2008-05-13[Blackfin] arch: rename bf5xx-flash to bfin-async-flashMike Frysinger1-10/+14
2008-05-10[Blackfin] arch: protect linux/usb/isp1362.h include until the driver gets mainlinedMike Frysinger1-0/+2
2008-05-07[Blackfin] arch: Functional power management support: Add CPU and platform voltage scaling supportMichael Hennerich3-0/+93
2008-04-29i2c: Convert most new-style drivers to use module aliasingJean Delvare1-3/+0
2008-04-25[Blackfin] arch: Functional power management support: Remove broken cpu frequency scaling driversMichael Hennerich2-160/+0
2008-04-25[Blackfin] arch: add Blackfin on-chip SIR IrDA driver supportGraf Yang5-0/+116
2008-04-24[Blackfin] arch: Give the DMA base registers a more descriptive nameBernd Schmidt1-2/+2
2008-04-24[Blackfin] arch: Consistently export base_addr for all Blackfin variants.Bernd Schmidt1-0/+3
2008-04-24[Blackfin] arch: theres no need to declare ram{end,start,base} in the head.S filesMike Frysinger1-18/+0
2008-04-24[Blackfin] arch: merge ip0x-specific board changesMike Frysinger3-0/+286
2008-04-24[Blackfin] arch: Resolve the clash issue of UART defines between blackfin headers and include/linux/serial_reg.Graf Yang1-8/+8
2008-04-23[Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__Harvey Harrison5-5/+5
2008-03-26[Blackfin] arch: add i2c board info struct and move to new-style i2c interfaceBryan Wu1-0/+32