1. 60249fe MIPS: AR7: ensure the port type's FCR value is used by Jonas Gorski · 7 years ago
  2. 1331af4 MIPS: AR7: Ensure that serial ports are properly set up by Oswald Buddenhagen · 7 years ago
  3. 76aaa78 MIPS: AR7: Defer registration of GPIO by Jonas Gorski · 7 years ago
  4. 1b2766f MIPS: ar7: use gpiochip data pointer by Linus Walleij · 8 years ago
  5. 249e573 MIPS: ar7: Be sure to clamp return value by Linus Walleij · 8 years ago
  6. 807249d Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  7. 832f5da MIPS: Remove all the uses of custom gpio.h by Alban Bedel · 9 years ago
  8. a559700 phy: fixed_phy: Add gpio to determine link up/down. by Andrew Lunn · 9 years ago
  9. 5db7ccd MIPS: AR7: Replace mac address parsing by Daniel Walter · 10 years ago
  10. 7178d2c mips: Convert pr_warning to pr_warn by Joe Perches · 10 years ago
  11. d9c0390 MIPS: Restore init.h usage to arch/mips/ar7/time.c by Paul Gortmaker · 10 years ago
  12. cdfc830 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  13. 3b2663c mips: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  14. 7972e96 MIPS: Remove panic_timeout settings by Ralf Baechle · 10 years ago
  15. 270690e MIPS: FW: Remove obsolete header file for MTI platforms. by Steven J. Hill · 11 years ago
  16. 7034228 MIPS: Whitespace cleanup. by Ralf Baechle · 11 years ago
  17. dcb96a4 MIPS: AR7: use part_probe_types to specificy the partition parser to use by Florian Fainelli · 11 years ago
  18. 6e5928f arch: Use eth_random_addr by Joe Perches · 12 years ago
  19. 7bf6612 Merge branches 'next/ar7', 'next/ath79', 'next/bcm63xx', 'next/bmips', 'next/cavium', 'next/generic', 'next/kprobes', 'next/lantiq', 'next/perf' and 'next/raza' into mips-for-linux-next by Ralf Baechle · 12 years ago
  20. f77138e MIPS: AR7: add LEDs layout for the Actiontec GT701 router by Florian Fainelli · 12 years ago
  21. edc9ded MIPS: AR7: constify some arrays in gpio and prom code by Florian Fainelli · 12 years ago
  22. ab75dc0 MIPS: Fix up inconsistency in panic() string argument. by Ralf Baechle · 12 years ago
  23. 5a4a4ad MIPS: Mark cascade and low level interrupts IRQF_NO_THREAD by Wu Zhangjin · 13 years ago
  24. c4a5054 MIPS: AR7: Replace __attribute__((__packed__)) with __packed by Florian Fainelli · 13 years ago
  25. 1145410 MIPS: AR7: Remove 'space before tabs' in platform.c by Florian Fainelli · 13 years ago
  26. de88397 MIPS: AR7: Fix trailing semicolon bug in clock.c by Florian Fainelli · 13 years ago
  27. 3e9957b MIPS: AR7: Fix GPIO register size for Titan variant. by Florian Fainelli · 13 years ago
  28. e4ec798 MIPS: Convert the irq functions to the new names by Thomas Gleixner · 13 years ago
  29. 41d735e MIPS: AR7: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  30. 0bc6791 MIPS: AR7: Fix loops per jiffies on TNETD7200 devices by Florian Fainelli · 14 years ago
  31. 238dd31 MIPS: AR7: Add support for Titan (TNETV10xx) SoC variant by Florian Fainelli · 14 years ago
  32. 3bc6968 MIPS: AR7: Initialize GPIO earlier by Florian Fainelli · 14 years ago
  33. ca4d3e67 MIPS: Add missing #inclusions of <linux/irq.h> by David Howells · 14 years ago
  34. d16f709 MIPS: AR7: rewrite of cpmac_get_mac() by Alexander Clouter · 14 years ago
  35. 5d25b01 MIPS: Introduce support for Platform definitions by Sam Ravnborg · 14 years ago
  36. 154615d MIPS: AR7: Use correct UART port type by Florian Fainelli · 14 years ago
  37. 142a2ce MIPS: AR7: prevent race between clock initialization and devices registration by Florian Fainelli · 14 years ago
  38. 9c1b013 MIPS: AR7: use ar7_has_high_vlynq() to determine watchdog base address by Florian Fainelli · 14 years ago
  39. 727c0075 MIPS: AR7: Fix phat finger of cpmac fixed_phy_add by Alexander Clouter · 14 years ago
  40. 1e3fb37 MIPS: AR7: Fix phat finger of reset bit in vlynq_high_data by Alexander Clouter · 14 years ago
  41. 7084338 MIPS: AR7: Make ar7_register_devices much more durable by Alexander Clouter · 14 years ago
  42. 632b629 MIPS: AR7: Fix USB slave mem range typo by Alexander Clouter · 14 years ago
  43. 4d1da8c MIPS: AR7: Whitespace hacking by Alexander Clouter · 14 years ago
  44. 780019d MIPS: AR7: Implement clock API by Florian Fainelli · 14 years ago
  45. 5f3c909 MIPS: AR7: Implement gpiolib by Florian Fainelli · 14 years ago
  46. 9fd4c4f MIPS: AR7: replace prom_getcmdline() to arcs_cmdline[] by Yoichi Yuasa · 14 years ago
  47. 9feb836 MIPS: AR7: use strlcat() for the command line arguments by Yoichi Yuasa · 14 years ago
  48. e0e53de MIPS: Nuke trailing blank lines by Ralf Baechle · 14 years ago
  49. ba284b1 MIPS: AR7: Fix USB slave mem range typo by Alexander Clouter · 14 years ago
  50. 70b5c81 MIPS: AR7: Remove unused prom_getchar() by Yoichi Yuasa · 14 years ago
  51. 5769940 MIPS: AR7: Remove kgdb_enabled by Yoichi Yuasa · 14 years ago
  52. 599a894 MIPS: Move several variables from .bss to .init.data by Dmitri Vorobiev · 14 years ago
  53. 72838a1 MIPS: AR7: register watchdog device only if enabled in hw configuration by Florian Fainelli · 15 years ago
  54. d47fbb5 MIPS: AR7: Make board code register ar7_wdt as a platform device by Florian Fainelli · 15 years ago
  55. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  56. 1e2c8d8 ar7: add fixed PHY support for the two on-board cpmac by Florian Fainelli · 15 years ago
  57. 619e226 MIPS: AR7: Override CFLAGS with -Werror by Florian Fainelli · 15 years ago
  58. e5b3837 MIPS: AR7: Remove unused tnetd7200_get_clock function by Florian Fainelli · 15 years ago
  59. 8e84c14 MIPS: AR7: Use DMA_BIT_MASK(nn) instead of deprecated DMA_nnBIT_MASK by Florian Fainelli · 15 years ago
  60. 50ca961 MIPS: AR7: Fix build failures when CONFIG_SERIAL_8250 is not enabled by Florian Fainelli · 15 years ago
  61. ea85a0e MIPS: Fix read buffer overflow by Roel Kluin · 15 years ago
  62. dd34b5a MIPS: AR7: Fix build warning on memory.c by Florian Fainelli · 15 years ago
  63. 1de010a MIPS: AR7: Remove unused inclusions of <linux/version.h>. by Huang Weiyi · 15 years ago
  64. 7ca5dc1 MIPS: Add support for Texas Instruments AR7 System-on-a-Chip by Florian Fainelli · 15 years ago