1. 5ff7c13 remove trailing whitespace by Stefan Reinauer · 13 years ago
  2. e169f82 Add IT8721F support by QingPei Wang · 13 years ago
  3. 1d888a9 some ifdef --> if fixes by Stefan Reinauer · 13 years ago
  4. 13508b9 Drop baud rate init to an arbitrary baud rate from Super I/O code. by Stefan Reinauer · 13 years ago
  5. 0c8e664 It turns out that the code which enables specific LDN is somewhat buggy. by Rudolf Marek · 13 years ago
  6. 6559f43 add license headers to some trivial files and pc87427.h by Stefan Reinauer · 14 years ago
  7. 8301d83 second round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  8. a69d978 C and other Super I/O cosmetic fixes. by Uwe Hermann · 14 years ago
  9. 5330dd9 Remove superfluous Super I/O res0/res1 lines. by Uwe Hermann · 14 years ago
  10. f228a6c ITE IT8661F changes to match the common code structure. by Uwe Hermann · 14 years ago
  11. 7fa0819 Add #include guards to all Super I/O header files (trivial). by Uwe Hermann · 14 years ago
  12. 5c6bae2 Random ITE Super I/O fixes. by Uwe Hermann · 14 years ago
  13. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  14. 6d7c1fc Gigabyte dual bios mainboard will always reboot, caused by the superio. by Wang Qing Pei · 14 years ago
  15. 96d8fef ITE IT8671F: Add it8671f_48mhz_clkin(). by Anders Jenbo · 14 years ago
  16. 80d9804 fix superio warnings. interesting side node: most superio .h files have no by Stefan Reinauer · 14 years ago
  17. d55e26f zero warnings days by Stefan Reinauer · 14 years ago
  18. 94c27b3 fix up sb600 and it8712f tree. by Stefan Reinauer · 14 years ago
  19. d653211 zero warnings days: unify mp tables. fix warnings. by Stefan Reinauer · 14 years ago
  20. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  21. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  22. 740b587 Remove nonsensical wrapper for function in PS/2 keyboard API. by Stefan Reinauer · 14 years ago
  23. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  24. 9db833b trival. All the changes is about comment and spaces. In superio folder. by Zheng Bao · 15 years ago
  25. 1529576 Correct typo. Thanks to Mark Marshall for spotting it. by Myles Watson · 15 years ago
  26. 5ec9710 Move ITE-specific option to src/superio/ite/Kconfig. by Myles Watson · 15 years ago
  27. ec0ee64 Clean up some #ifdef CONFIG_* by Myles Watson · 15 years ago
  28. e7bbb50 Remove default n statements to simplify .config and ldoptions files. by Myles Watson · 15 years ago
  29. 748475b More kconfig cleanups: by Uwe Hermann · 15 years ago
  30. 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 15 years ago
  31. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  32. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  33. 7c29dad We should separate the it8718f_24mhz_clkin like the way IT8712 does. by Zheng Bao · 15 years ago
  34. e86c65b The IT8712F needs to have the configuration bits changed to handle the power for by Rudolf Marek · 15 years ago
  35. 2b34db8 coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 by Stefan Reinauer · 15 years ago
  36. 632f865 Add the missing I/O resources for IT8712F GPIOs. (E.g. some LiPPERT by Jens Rottmann · 16 years ago
  37. 6c0b6d7 Fix/amend the incorrect pnp_dev_info[] items for the ITE IT8712F Super I/O. by Uwe Hermann · 16 years ago
  38. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
  39. ecd176f This patch fixes the dbm690t keyboard not working issue. It should also by Marc Jones · 16 years ago
  40. 4590ce2 by Rudolf Marek · 16 years ago
  41. 3aca4b5 The AMD dbm690t mainboard uses the it8712f SIO with the by Marc Jones · 16 years ago
  42. fb73fa1 by Ronald Hoogenboom · 16 years ago
  43. 17632a2 by Ward Vandewege · 16 years ago
  44. 56cf01f by Ronald Hoogenboom · 16 years ago
  45. 10aca3c This patch fixes the decoding of the IO address range 0x0820->0x0827 into the by Florentin Demetrescu · 16 years ago
  46. 7e61e45 Please bear with me - another rename checkin. This qualifies as trivial, no by Stefan Reinauer · 17 years ago
  47. 390648d Fix the remaining issues with GA-M57SLI Super I/O GPIO configuration. by Carl-Daniel Hailfinger · 17 years ago
  48. 4adc742 Various IT8712F fixes: by Philipp Degler · 17 years ago
  49. 3438421 Some minor fixes in it8716f/superio.c: by Uwe Hermann · 17 years ago
  50. 989de36 Add fan control support to ITE IT8716F. by Ward Vandewege · 17 years ago
  51. 23d1e35 The *_early_serial.c pre-RAM code should do just that -- enable the serial by Uwe Hermann · 17 years ago
  52. 412b867 Add missing it8716f_early_init.c file, which got lost in the commit of by Uwe Hermann · 17 years ago
  53. 2a32239 Improve ITE IT8716F support. by Yinghai Lu · 17 years ago
  54. dc95add Remove by Uwe Hermann · 18 years ago
  55. 2a44fbf Status update (trivial). by Uwe Hermann · 18 years ago
  56. 6b2475d Explicitly set the CLKIN to 24 MHz on all ITE Super I/Os, otherwise by Uwe Hermann · 18 years ago
  57. 39b13f4 Add missing #includes to some ITE Super I/O files. by Jon Dufresne · 18 years ago
  58. a7aa29b Use the canonical name of the vendors/devices and the by Uwe Hermann · 18 years ago
  59. 1549f2a Various minor cosmetic changes in the ITE Super I/Os, mostly whitespace by Uwe Hermann · 18 years ago
  60. a4c56c3 Adapt GPL license headers to match the current conventions. by Uwe Hermann · 18 years ago
  61. f28674e Rename some variables from *ITE* to *ite* for consistency reasons (refs #4). by Uwe Hermann · 18 years ago
  62. ca98f32 Add support for ITE it8705f from Uwe Hermann by Stefan Reinauer · 18 years ago
  63. 2073ce2 Patch from Uwe Hermann: by Stefan Reinauer · 18 years ago
  64. 61be08b merge latest code from Uwe Hermann by Stefan Reinauer · 18 years ago
  65. abaf71a it8661f support from Uwe Hermann by Stefan Reinauer · 18 years ago
  66. 6af77ae Support for two new ITE superio parts: it8712f and it8673f from Uwe Hermann. by Stefan Reinauer · 18 years ago
  67. 4c556c5 fix serial initialization (from Uwe Hermann) by Stefan Reinauer · 18 years ago
  68. 42538444 add support for ite/it8671f superio from Uwe Hermann. by Stefan Reinauer · 18 years ago