1. 9bebeff Blackfin arch: fix bug - build kernel failed at head.S when reprogram clock on all platforms by Robin Getz · 16 years ago
  2. f515015 Blackfin arch: update AD7879 platform resources in board file by Michael Hennerich · 16 years ago
  3. 54cebc6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 by Linus Torvalds · 16 years ago
  4. b3ef5ab Blackfin Serial Driver: Fix bug - ircp fails on sir over Blackfin UART by Graf Yang · 16 years ago
  5. c9607ec Blackfin Serial Driver: move common variables out of serial headers and into the serial driver by Mike Frysinger · 16 years ago
  6. 71de1f8 Blackfin arch: make sure we include the fix for SPORT hysteresis when reprogramming clocks by Robin Getz · 16 years ago
  7. 46aa04f Blackfin arch: AD7879 Touchscreen driver by Michael Hennerich · 16 years ago
  8. 4e8086d Blackfin arch: update anomaly headers to match the latest sheet by Mike Frysinger · 16 years ago
  9. e482cad Blackfin arch: print out error/warning if you are running on the incorrect CPU type by Robin Getz · 16 years ago
  10. 2043f3f Blackfin arch: Enable framebuffer support for the BF526-EZkit TFT LCD display by Michael Hennerich · 16 years ago
  11. 0c0497c Blackfin arch: Move all the silicon rev handling to one place by Mike Frysinger · 16 years ago
  12. 639f657 Blackfin arch: move include/asm-blackfin header files to arch/blackfin by Bryan Wu · 16 years ago
  13. ceac265 Blackfin arch: Add MTD Partitions for MTD_DATAFLASH, increase max SPI SCLK by Michael Hennerich · 16 years ago
  14. 7e1e7ae Blackfin arch: do not muck with the UART during boot -- let the serial driver worry about it by Mike Frysinger · 16 years ago
  15. 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
  16. 9216bbc Blackfin arch: mark some functions as __init as they are only called from __init functions by Mike Frysinger · 16 years ago
  17. 56f5f59 Blackfin arch: Fix Bug - System with EMAC driver enabled - Core not idling by Michael Hennerich · 16 years ago
  18. 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
  19. 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
  20. 09e1f70 Blackfin arch: unify the duplicated _real_start functions by Mike Frysinger · 16 years ago
  21. 778307d Blackfin arch: remove support for Anomaly 05000125 as it doesnt exist on any supported processor/silicon by Mike Frysinger · 16 years ago
  22. fe5aeb9 Blackfin arch: use symbolic IRQ_PF define rather than hardcoded by Mike Frysinger · 16 years ago
  23. 9080891 Blackfin arch: remove pata resources from generic board by Mike Frysinger · 16 years ago
  24. b9da3b9 Blackfin arch: add support for board tcm-bf537 by Mike Frysinger · 16 years ago
  25. 8ea8949 Blackfin arch: add board resources for parallel flash on cm-bf537 by Mike Frysinger · 16 years ago
  26. aa58297 Blackfin arch: be consistant with parition names, and ensure the bus is identified by Robin Getz · 16 years ago
  27. 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
  28. 96b86e9 Blackfin arch: use the symbolic IRQ define rather than the backend number by Mike Frysinger · 16 years ago
  29. 68e2fc7 Blackfin arch: Fix bug - Kernel does not boot if re-program clocks by Michael Hennerich · 16 years ago
  30. fc68911 Blackfin arch: use the generic platform nand driver to support nand flash on bf53x board which do not have on-chip nand flash controller by Mike Frysinger · 16 years ago
  31. da3854f DM9000: Fixup blackfin after removing 2 resource usage by Laurent Pinchart · 16 years ago
  32. 5bda272 Blackfin arch: protect only the SPI bus controller with CONFIG_SPI_BFIN by Mike Frysinger · 16 years ago
  33. b06dcee Blackfin arch: Remove bad and usless code by Michael Hennerich · 16 years ago
  34. b964c59 [Blackfin] arch: protect linux/usb/isp1362.h include until the driver gets mainlined by Mike Frysinger · 16 years ago
  35. 14b0320 [Blackfin] arch: Functional power management support: Add CPU and platform voltage scaling support by Michael Hennerich · 16 years ago
  36. 3760f73 i2c: Convert most new-style drivers to use module aliasing by Jean Delvare · 16 years ago
  37. fe44193 [Blackfin] arch: Functional power management support: Remove broken cpu frequency scaling drivers by Michael Hennerich · 16 years ago
  38. 5be36d2 [Blackfin] arch: add Blackfin on-chip SIR IrDA driver support by Graf Yang · 16 years ago
  39. 8e9d5c7 [Blackfin] arch: Add platform support for MTD DATAFLASH by Michael Hennerich · 16 years ago
  40. 7795566 [Blackfin] arch: Give the DMA base registers a more descriptive name by Bernd Schmidt · 16 years ago
  41. ac86a97 [Blackfin] arch: Consistently export base_addr for all Blackfin variants. by Bernd Schmidt · 16 years ago
  42. 3132b58 [Blackfin] arch: theres no need to declare ram{end,start,base} in the head.S files by Mike Frysinger · 16 years ago
  43. f950f60 [Blackfin] arch: USB header files are now located under linux/usb/. by Peter Korsgaard · 16 years ago
  44. 6ed8394 [Blackfin] arch: Resolve the clash issue of UART defines between blackfin headers and include/linux/serial_reg. by Graf Yang · 16 years ago
  45. 5af29f5 [Blackfin] arch: finish removing remnants of old BF537_PORT_H option of Blackfin EMAC driver by Mike Frysinger · 16 years ago
  46. b85d858 [Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__ by Harvey Harrison · 16 years ago
  47. 81d9c7f [Blackfin] arch: add i2c board info struct and move to new-style i2c interface by Bryan Wu · 17 years ago
  48. 793dc27 [Blackfin] arch: conditionally enable flash resources since it requests the async memory bank by Mike Frysinger · 17 years ago
  49. 56ce835 [Blackfin] arch: add twi resources to CM_BF537 board as reported by Servaes Joordens by Mike Frysinger · 17 years ago
  50. 0db5d10 [Blackfin] arch: punt the simple ad5304 spi driver now that the generic spidev driver lets you do it from userspace by Mike Frysinger · 17 years ago
  51. cad2ab6 [Blackfin] arch: add board resources for new simple-gpio char driver by Mike Frysinger · 17 years ago
  52. edf0564 [Blackfin] arch: fix bug - set right partition size in the board files by Mike Frysinger · 17 years ago
  53. 6e66893 [Blackfin] arch: Encourage users to use the spidev character driver: Provide platform support by Michael Hennerich · 17 years ago
  54. 0a87e3e Rename: linux/pata_platform.h to linux/ata_platform.h by Jeff Garzik · 17 years ago
  55. de8c43f [Blackfin] arch: use common flash driver to setup partitions rather than the bf5xx-flash driver by Mike Frysinger · 17 years ago
  56. a628a8b [Blackfin] arch: Update copyright date by Michael Hennerich · 17 years ago
  57. acbcd26 [Blackfin] arch: Fix BUG gpio_direction_output API is not compatitable with GENERIC_GPIO API interface by Michael Hennerich · 17 years ago
  58. 43f73fe [Blackfin] arch: pull in linux/etherdevice.h for random_ether_addr() used in bfin_get_ether_addr() by Mike Frysinger · 17 years ago
  59. 7285846 [Blackfin] arch: disable bfin_get_ether_addr fucntion for boards when do not use MAC driver by Martin Strubel · 17 years ago
  60. 471b9a6 [Blackfin] arch: added Minotaur BSP by Martin Strubel · 17 years ago
  61. 2463ef2 [Blackfin] arch: replace current blackfin specific pfbutton driver with kernel generic gpio key driver by Michael Hennerich · 17 years ago
  62. 0d4a89b [Blackfin] arch: add Hitachi TX09D70VM1CDA TFT LCD driver resource to Blackfin board by Michael Hennerich · 17 years ago
  63. 233b28a Blackfin arch: fix bug when enable uart1 with uart0 disabled => no initial console by Sonic Zhang · 17 years ago
  64. 561cc18 Blackfin arch: add AXIS AX88180 Gigabit Ethernet Hardware and Driver to board files by Michael Hennerich · 17 years ago
  65. 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
  66. f02bcec Blackfin arch: relocate linux/usb_isp1362.h to linux/usb/isp1362.h like in newer linux trees by Mike Frysinger · 17 years ago
  67. 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
  68. 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
  69. 4f25eb8 Blackfin arch: split board selection off into mach subdirs by Mike Frysinger · 17 years ago
  70. 5d448dd Blackfin arch: move hard coded pin_req to board file by Bryan Wu · 17 years ago
  71. 64e5c51 Blackfin arch: fix libata data struct member from irq_type to irq_flags by Mike Frysinger · 17 years ago
  72. 111cf97 Blackfin arch: Fix bug set correct baud for spi mmc and enable SPI after DMA. by Sonic Zhang · 17 years ago
  73. 8ecc736 Blackfin arch: fix bug BlueTechnix CM-BF537 board config uses wrong IRQ for net2272 driver by Michael Hennerich · 17 years ago
  74. 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
  75. 27f5d75 USB: re-remove <linux/usb_sl811.h> by David Brownell · 17 years ago
  76. 337d390 Blackfin arch: Print out debug info, as early as possible by Robin Getz · 17 years ago
  77. eabb5a5 Blackfin arch: Remove legacy support by Michael Hennerich · 17 years ago
  78. 168f121 Blackfin arch: rewrite our reboot code in C by Mike Frysinger · 17 years ago
  79. f0b5d12 Blackfin arch: allow people to select the feature that is unavailable to the kernel by Mike Frysinger · 17 years ago
  80. 518039b Blackfin arch: Add ability to expend the hardware trace buffer by Robin Getz · 17 years ago
  81. f16295e Blackfin arch: Fix CCLK and SCLK checks by Robin Getz · 17 years ago
  82. e208f83 Blackfin arch: use HI/LO macros rather than masking the bit ranges ourselves by Mike Frysinger · 17 years ago
  83. 1aafd90 Blackfin arch: revise anomaly handling by basing things on the compiler not the kconfig defines by Mike Frysinger · 17 years ago
  84. c6c4d7b Blackfin arch: update platform driver resource information to all board files by Bryan Wu · 17 years ago
  85. f40d24d Blackfin arch: Port the dm9000 driver to Blackfin by using the correct low-level io routines by Alex Landau · 17 years ago
  86. 1f83b8f Blackfin arch: cleanup warnings from checkpatch -- no functional changes by Mike Frysinger · 17 years ago
  87. 669b792 Blackfin arch: Clean up trace buffer handling, No major functional changes. by Robin Getz · 17 years ago
  88. 24a07a1 Blackfin arch: initial supporting for BF548-EZKIT by Roy Huang · 17 years ago
  89. 52a0781 Blackfin arch: move more of our startup code to .init so it can be freed once we are up and running by Mike Frysinger · 17 years ago
  90. 83a5c3e Blackfin arch: unify differences between our diff head.S files -- no functional changes by Mike Frysinger · 17 years ago
  91. d2d50aa Blackfin arch: spelling fixes by Simon Arlott · 17 years ago
  92. c09c4e0 Blackfin arch: make sure we use local labels by Mike Frysinger · 17 years ago
  93. 5079df9 Blackfin arch: document why we have to touch the UART peripheral in our boot up code by Mike Frysinger · 17 years ago
  94. ef9256d Blackfin arch: issue reset via SWRST so we dont clobber the watchdog state by Mike Frysinger · 17 years ago
  95. 30870b9 Blackfin arch: dont clear status register bits in SWRST so we can actually use it by Mike Frysinger · 17 years ago
  96. 6dae211 Blackfin arch: fix a few random warnings by Mike Frysinger · 17 years ago
  97. 1394f03 blackfin architecture by Bryan Wu · 17 years ago