1. 639f657 Blackfin arch: move include/asm-blackfin header files to arch/blackfin by Bryan Wu · 16 years ago
  2. 7e1e7ae Blackfin arch: do not muck with the UART during boot -- let the serial driver worry about it by Mike Frysinger · 16 years ago
  3. 95a86b5 Blackfin arch: clear EMAC_SYSTAT during IRQ init rather than early head.S as we dont need it setup that early by Mike Frysinger · 16 years ago
  4. 9216bbc Blackfin arch: mark some functions as __init as they are only called from __init functions by Mike Frysinger · 16 years ago
  5. 56f5f59 Blackfin arch: Fix Bug - System with EMAC driver enabled - Core not idling by Michael Hennerich · 16 years ago
  6. 17e89bc 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 by Mike Frysinger · 16 years ago
  7. 7e64aca 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 by Mike Frysinger · 16 years ago
  8. 09e1f70 Blackfin arch: unify the duplicated _real_start functions by Mike Frysinger · 16 years ago
  9. 778307d Blackfin arch: remove support for Anomaly 05000125 as it doesnt exist on any supported processor/silicon by Mike Frysinger · 16 years ago
  10. 9080891 Blackfin arch: remove pata resources from generic board by Mike Frysinger · 16 years ago
  11. aa58297 Blackfin arch: be consistant with parition names, and ensure the bus is identified by Robin Getz · 16 years ago
  12. 7f268a2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 by Linus Torvalds · 16 years ago
  13. 9db144f Blackfin arch: Apply Bluetechnix CM-BF527 board support patch by Michael Hennerich · 16 years ago
  14. 68e2fc7 Blackfin arch: Fix bug - Kernel does not boot if re-program clocks by Michael Hennerich · 16 years ago
  15. da3854f DM9000: Fixup blackfin after removing 2 resource usage by Laurent Pinchart · 16 years ago
  16. 5bda272 Blackfin arch: protect only the SPI bus controller with CONFIG_SPI_BFIN by Mike Frysinger · 16 years ago
  17. 2eb74ae Blackfin arch: Fix bug - set corret SSEL and IRQ to enable AD7877 on BF527 by Bryan Wu · 16 years ago
  18. 24fbacc i2c: Clean up Blackfin BF527 I2C device declarations by Jean Delvare · 16 years ago
  19. d732369 [Blackfin] arch: Set spi flash partition on bf527 as like bf548. by Grace Pan · 16 years ago
  20. b9c9e78 [Blackfin] arch: Fix BUG - spi flash on bf527 ezkit would fail at mount by Michael Hennerich · 16 years ago
  21. 7226868 [Blackfin] arch: add twi_lcd and twi_keypad i2c board info to bf527-ezkit by Bryan Wu · 16 years ago
  22. d7e5dd4 [Blackfin] arch: Add physmap partition for BF527-EZkit by Michael Hennerich · 16 years ago
  23. 14b0320 [Blackfin] arch: Functional power management support: Add CPU and platform voltage scaling support by Michael Hennerich · 16 years ago
  24. fe44193 [Blackfin] arch: Functional power management support: Remove broken cpu frequency scaling drivers by Michael Hennerich · 16 years ago
  25. 5be36d2 [Blackfin] arch: add Blackfin on-chip SIR IrDA driver support by Graf Yang · 16 years ago
  26. ac76d88 [Blackfin] arch: Adjust the u-boot and kernel image partition size in mtd device. by Grace Pan · 16 years ago
  27. 7795566 [Blackfin] arch: Give the DMA base registers a more descriptive name by Bernd Schmidt · 16 years ago
  28. ac86a97 [Blackfin] arch: Consistently export base_addr for all Blackfin variants. by Bernd Schmidt · 16 years ago
  29. 3132b58 [Blackfin] arch: theres no need to declare ram{end,start,base} in the head.S files by Mike Frysinger · 16 years ago
  30. b85d858 [Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__ by Harvey Harrison · 16 years ago
  31. 0db5d10 [Blackfin] arch: punt the simple ad5304 spi driver now that the generic spidev driver lets you do it from userspace by Mike Frysinger · 16 years ago
  32. 181afa94 [Blackfin] arch: grab mac address from OTP on BF527-EZKIT by Mike Frysinger · 16 years ago
  33. cad2ab6 [Blackfin] arch: add board resources for new simple-gpio char driver by Mike Frysinger · 16 years ago
  34. edf0564 [Blackfin] arch: fix bug - set right partition size in the board files by Mike Frysinger · 16 years ago
  35. 67f2d33 [Blackfin] arch: fix build fails only include header files when enabled by Mike Frysinger · 16 years ago
  36. 6e66893 [Blackfin] arch: Encourage users to use the spidev character driver: Provide platform support by Michael Hennerich · 16 years ago
  37. 0a87e3e Rename: linux/pata_platform.h to linux/ata_platform.h by Jeff Garzik · 16 years ago
  38. a628a8b [Blackfin] arch: Update copyright date by Michael Hennerich · 17 years ago
  39. acbcd26 [Blackfin] arch: Fix BUG gpio_direction_output API is not compatitable with GENERIC_GPIO API interface by Michael Hennerich · 17 years ago
  40. 0e85e30 [Blackfin] arch: The BF527 EZkit connects UART1/PORTF by Michael Hennerich · 17 years ago
  41. 1089e22 [Blackfin] arch: Enable peripheral platform resources on the BF527 EZkit by Michael Hennerich · 17 years ago
  42. c7d4896 Blackfin arch: Dont use cs_change_per_word, since the AD7877 driver doesnt require it anymore; fix bus numbers, fix typos by Michael Hennerich · 17 years ago
  43. f02bcec Blackfin arch: relocate linux/usb_isp1362.h to linux/usb/isp1362.h like in newer linux trees by Mike Frysinger · 17 years ago
  44. 632f658 Blackfin arch: the usb_sl811.h header has been moved to usb/sl811.h so lets use that version now by Mike Frysinger · 17 years ago
  45. 9862cc5 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 by Mike Frysinger · 17 years ago
  46. 137b152 Blackfin arch: sharing the board-specific MAC function does not make sense so move it into board-specific files by Mike Frysinger · 17 years ago
  47. 4f25eb8 Blackfin arch: split board selection off into mach subdirs by Mike Frysinger · 17 years ago
  48. 0954f70 Blackfin arch: fix AD7877 bus_num and add support for WM8731 SPI control interface by Michael Hennerich · 17 years ago
  49. 5d448dd Blackfin arch: move hard coded pin_req to board file by Bryan Wu · 17 years ago
  50. 64307f7 Blackfin arch: add NFC driver support in BF527-EZKIT board by Michael Hennerich · 17 years ago
  51. 066954a Blackfin arch: use "char bfin_board_name[]" rather than "char *bfin_board_name" per discussion on lkml as the former uses less storage by Mike Frysinger · 17 years ago
  52. 5900314 Blackfin arch: add new processor ADSP-BF52x arch/mach support by Michael Hennerich · 17 years ago