aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf527 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-14Blackfin arch: do not muck with the UART during boot -- let the serial driver worry about itMike Frysinger1-36/+0
2008-08-14Blackfin arch: clear EMAC_SYSTAT during IRQ init rather than early head.S as we dont need it setup that earlyMike Frysinger1-9/+0
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-129/+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-19/+0
2008-08-05Blackfin arch: remove pata resources from generic boardMike Frysinger2-92/+0
2008-08-05Blackfin arch: be consistant with parition names, and ensure the bus is identifiedRobin Getz2-14/+14
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6Linus Torvalds4-9/+1020
2008-07-19Blackfin arch: Apply Bluetechnix CM-BF527 board support patchMichael Hennerich3-0/+1017
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 Frysinger1-7/+2
2008-05-31Blackfin arch: Fix bug - set corret SSEL and IRQ to enable AD7877 on BF527Bryan Wu1-2/+2
2008-05-18i2c: Clean up Blackfin BF527 I2C device declarationsJean Delvare1-2/+0
2008-05-07[Blackfin] arch: Set spi flash partition on bf527 as like bf548.Grace Pan1-5/+1
2008-05-07[Blackfin] arch: Fix BUG - spi flash on bf527 ezkit would fail at mountMichael Hennerich1-1/+1
2008-05-07[Blackfin] arch: add twi_lcd and twi_keypad i2c board info to bf527-ezkitBryan Wu1-0/+25
2008-05-07[Blackfin] arch: Add physmap partition for BF527-EZkitMichael Hennerich1-0/+45
2008-05-07[Blackfin] arch: Functional power management support: Add CPU and platform voltage scaling supportMichael Hennerich1-0/+26
2008-04-25[Blackfin] arch: Functional power management support: Remove broken cpu frequency scaling driversMichael Hennerich2-163/+0
2008-04-25[Blackfin] arch: add Blackfin on-chip SIR IrDA driver supportGraf Yang1-0/+30
2008-04-24[Blackfin] arch: Adjust the u-boot and kernel image partition size in mtd device.Grace Pan1-1/+1
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-23[Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__Harvey Harrison1-2/+2
2008-02-25[Blackfin] arch: punt the simple ad5304 spi driver now that the generic spidev driver lets you do it from userspaceMike Frysinger1-18/+0
2008-02-25[Blackfin] arch: grab mac address from OTP on BF527-EZKITMike Frysinger1-6/+11
2008-02-22[Blackfin] arch: add board resources for new simple-gpio char driverMike Frysinger1-0/+15
2008-02-25[Blackfin] arch: fix bug - set right partition size in the board filesMike Frysinger1-5/+5
2008-02-09[Blackfin] arch: fix build fails only include header files when enabledMike Frysinger1-0/+2
2008-02-09[Blackfin] arch: Encourage users to use the spidev character driver: Provide platform supportMichael Hennerich1-0/+17
2008-02-06Rename: linux/pata_platform.h to linux/ata_platform.hJeff Garzik1-1/+1
2008-01-22[Blackfin] arch: Update copyright dateMichael Hennerich1-1/+1
2008-01-22[Blackfin] arch: Fix BUG gpio_direction_output API is not compatitable with GENERIC_GPIO API interfaceMichael Hennerich1-6/+1
2007-12-24[Blackfin] arch: The BF527 EZkit connects UART1/PORTFMichael Hennerich1-1/+1
2007-12-24[Blackfin] arch: Enable peripheral platform resources on the BF527 EZkitMichael Hennerich1-0/+98
2007-11-15Blackfin arch: Dont use cs_change_per_word, since the AD7877 driver doesnt require it anymore; fix bus numbers, fix typosMichael Hennerich1-2/+2
2007-11-15Blackfin arch: relocate linux/usb_isp1362.h to linux/usb/isp1362.h like in newer linux treesMike Frysinger1-1/+1
2007-11-15Blackfin arch: the usb_sl811.h header has been moved to usb/sl811.h so lets use that version nowMike Frysinger1-1/+1
2007-11-15Blackfin arch: change get_bf537_ether_addr() to bfin_get_ether_addr() since this is not BF537 specific and to better match other Blackfin-specific conventionsMike Frysinger1-2/+2
2007-11-22Blackfin arch: sharing the board-specific MAC function does not make sense so move it into board-specific filesMike Frysinger3-51/+11
2007-11-15Blackfin arch: split board selection off into mach subdirsMike Frysinger3-4/+17
2007-11-13Blackfin arch: fix AD7877 bus_num and add support for WM8731 SPI control interfaceMichael Hennerich1-1/+19
2007-11-12Blackfin arch: move hard coded pin_req to board fileBryan Wu1-0/+2
2007-10-29Blackfin arch: add NFC driver support in BF527-EZKIT boardMichael Hennerich1-0/+53
2007-10-21Blackfin arch: use "char bfin_board_name[]" rather than "char *bfin_board_name" per discussion on lkml as the former uses less storageMike Frysinger1-1/+1