Commit Graph

66 Commits (b564f027ad90ab11ed668984af3ae9e0a0f27359)

Author SHA1 Message Date
Robin Getz 9bebeff98e Blackfin arch: fix bug - build kernel failed at head.S when reprogram clock on all platforms 17 years ago
Graf Yang b3ef5aba64 Blackfin Serial Driver: Fix bug - ircp fails on sir over Blackfin UART 17 years ago
Mike Frysinger c9607ecc6e Blackfin Serial Driver: move common variables out of serial headers and into the serial driver 17 years ago
Robin Getz 71de1f8a63 Blackfin arch: make sure we include the fix for SPORT hysteresis when reprogramming clocks 17 years ago
Mike Frysinger 4e8086d65b Blackfin arch: update anomaly headers to match the latest sheet 17 years ago
Robin Getz e482cad241 Blackfin arch: print out error/warning if you are running on the incorrect CPU type 17 years ago
Mike Frysinger 0c0497c257 Blackfin arch: Move all the silicon rev handling to one place 17 years ago
Robin Getz 202d7bd95c Blackfin arch: Make sure we program the correct values in only when necessary for MUSB driver 17 years ago
Michael Hennerich aca5e4aac8 Blackfin arch: add BF54x / BF52x Rotary Input device driver platform resource to board file 17 years ago
Mike Frysinger f4585a0847 Blackfin arch: only include asm/cplb.h when it is truly used 17 years ago
Michael Hennerich 8cc7117e7c Blackfin arch: Add new board support for ADZS-BF526-EZ-BRD 17 years ago
Bryan Wu 50041acbe4 Blackfin arch: use new platform data interface of musb to replace old one 17 years ago
Michael Hennerich d310fb4bb7 Blackfin arch: Fix PM building on BF52x: No ROTWE on BF52x, add USBWE 17 years ago
Bryan Wu 639f657145 Blackfin arch: move include/asm-blackfin header files to arch/blackfin 17 years ago
Mike Frysinger 7e1e7aed0c Blackfin arch: do not muck with the UART during boot -- let the serial driver worry about it 17 years ago
Mike Frysinger 95a86b5e51 Blackfin arch: clear EMAC_SYSTAT during IRQ init rather than early head.S as we dont need it setup that early 17 years ago
Mike Frysinger 9216bbc838 Blackfin arch: mark some functions as __init as they are only called from __init functions 17 years ago
Michael Hennerich 56f5f59052 Blackfin arch: Fix Bug - System with EMAC driver enabled - Core not idling 17 years ago
Mike Frysinger 17e89bcfa1 Blackfin arch: unify the duplicated portions of __start and split mach-specific pieces into _mach_early_start where they will be easier to trim over time 17 years ago
Mike Frysinger 7e64acabfd Blackfin arch: move async memory programming into common setup_arch() as the banks dont really need to be setup fully as early as head.S 17 years ago
Mike Frysinger 09e1f70e31 Blackfin arch: unify the duplicated _real_start functions 17 years ago
Mike Frysinger 778307d372 Blackfin arch: remove support for Anomaly 05000125 as it doesnt exist on any supported processor/silicon 17 years ago
Mike Frysinger 908089118d Blackfin arch: remove pata resources from generic board 17 years ago
Robin Getz aa58297763 Blackfin arch: be consistant with parition names, and ensure the bus is identified 17 years ago
Michael Hennerich 9db144fe89 Blackfin arch: Apply Bluetechnix CM-BF527 board support patch 17 years ago
Michael Hennerich 68e2fc78e5 Blackfin arch: Fix bug - Kernel does not boot if re-program clocks 17 years ago
Laurent Pinchart da3854fc9f DM9000: Fixup blackfin after removing 2 resource usage 17 years ago
Mike Frysinger 5bda27235b Blackfin arch: protect only the SPI bus controller with CONFIG_SPI_BFIN 17 years ago
Bryan Wu 2eb74ae20e Blackfin arch: Fix bug - set corret SSEL and IRQ to enable AD7877 on BF527 17 years ago
Jean Delvare 24fbacca02 i2c: Clean up Blackfin BF527 I2C device declarations 17 years ago
Grace Pan d7323696a9 [Blackfin] arch: Set spi flash partition on bf527 as like bf548. 17 years ago
Michael Hennerich b9c9e78894 [Blackfin] arch: Fix BUG - spi flash on bf527 ezkit would fail at mount 17 years ago
Bryan Wu 72268689cf [Blackfin] arch: add twi_lcd and twi_keypad i2c board info to bf527-ezkit 17 years ago
Michael Hennerich d7e5dd41e3 [Blackfin] arch: Add physmap partition for BF527-EZkit 17 years ago
Michael Hennerich 14b03204c8 [Blackfin] arch: Functional power management support: Add CPU and platform voltage scaling support 17 years ago
Michael Hennerich fe44193c55 [Blackfin] arch: Functional power management support: Remove broken cpu frequency scaling drivers 17 years ago
Graf Yang 5be36d22b2 [Blackfin] arch: add Blackfin on-chip SIR IrDA driver support 17 years ago
Grace Pan ac76d889b5 [Blackfin] arch: Adjust the u-boot and kernel image partition size in mtd device. 17 years ago
Bernd Schmidt 7795566495 [Blackfin] arch: Give the DMA base registers a more descriptive name 17 years ago
Bernd Schmidt ac86a97853 [Blackfin] arch: Consistently export base_addr for all Blackfin variants. 17 years ago
Mike Frysinger 3132b58679 [Blackfin] arch: theres no need to declare ram{end,start,base} in the head.S files 17 years ago
Harvey Harrison b85d858b40 [Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__ 17 years ago
Mike Frysinger 67f2d33ec0 [Blackfin] arch: fix build fails only include header files when enabled 17 years ago
Michael Hennerich 6e668936db [Blackfin] arch: Encourage users to use the spidev character driver: Provide platform support 17 years ago
Jeff Garzik 0a87e3e92b Rename: linux/pata_platform.h to linux/ata_platform.h 17 years ago
Mike Frysinger 0db5d105cd [Blackfin] arch: punt the simple ad5304 spi driver now that the generic spidev driver lets you do it from userspace 17 years ago
Mike Frysinger 181afa9498 [Blackfin] arch: grab mac address from OTP on BF527-EZKIT 17 years ago
Mike Frysinger cad2ab65dd [Blackfin] arch: add board resources for new simple-gpio char driver 17 years ago
Mike Frysinger edf056417d [Blackfin] arch: fix bug - set right partition size in the board files 17 years ago
Michael Hennerich a628a8bcd8 [Blackfin] arch: Update copyright date 17 years ago