1. 7384744 regulator: ab8500-ext: Remove enable() and disable() functions by Axel Lin · 11 years ago
  2. 66511fa regulator: ab8500-ext: Don't update info->update_val if set_mode() fails by Axel Lin · 11 years ago
  3. 0b66506 regulator: ab8500: Don't update lp_mode_req flag in set_mode() error paths by Axel Lin · 11 years ago
  4. f04adc5 regulator: ab8500: Don't update info->update_val if write to register fails by Axel Lin · 11 years ago
  5. 241896c regulator: ab8500: Optimize ab8540_aux3_regulator_get_voltage_sel by Axel Lin · 11 years ago
  6. 375dc9c regulator: ab8500: Fix voltage_shift setting for AB8540_LDO_DMIC by Axel Lin · 11 years ago
  7. e4fc9d6 regulator: ab8500: Fix voltage_mask for AB8505_LDO_AUDIO by Axel Lin · 11 years ago
  8. 42e8c81 regulator: ab8500: Unregister ab8500-ext regulators in probe() failure path by Axel Lin · 11 years ago
  9. 3480c0c regulator: ab8500-ext: Make the return type of ab8500_ext_regulator_exit() void by Axel Lin · 11 years ago
  10. e343ab0 regulator: ab8500-ext: Remove get_voltage to avoid duplicate implementation by Axel Lin · 11 years ago
  11. bcbba9d regulator: ab8500-ext: Remove unnecessary checking for ab9540 and ab8540 by Axel Lin · 11 years ago
  12. 9ab51a0 regulator: ab8500-ext: Get rid of is_enabled from struct ab8500_ext_regulator_info by Axel Lin · 11 years ago
  13. 438e695 regulator: ab8500: Get rid of is_enabled from struct ab8500_regulator_info by Axel Lin · 11 years ago
  14. cd2a55d regulator: ab8500: Remove ab8500_regulator_set_voltage_time_sel by Axel Lin · 11 years ago
  15. aca45e9 regulator: ab8500: Add missing volt_table setting for AB8540_LDO_TVOUT by Axel Lin · 11 years ago
  16. d7816ab regulator: ab8500: Fix list_voltage for fixed voltage regulators by Axel Lin · 11 years ago
  17. da45edc regulator: ab8500: Shuffle init functions into a more logical order by Lee Jones · 11 years ago
  18. d319310 regulator: ab8500: Use regulator_list_voltage_table() to look-up voltages by Lee Jones · 11 years ago
  19. 5fc9da6 regulator: ab8500: Remove the need for a 'delay' property by Lee Jones · 11 years ago
  20. a4d6846 regulator: ab8500: Set enable enable_time in regulator_desc by Lee Jones · 11 years ago
  21. 684d5ce regulator: ab8500: Introduce aux5, aux6 regulators for AB8540 by Zhenhua HUANG · 11 years ago
  22. 33aeb49 regulator: ab8500: Use a struct to select the good regulator configuration by Lee Jones · 11 years ago
  23. 37daa8a regulator: ab8500-ext: Don't update info->is_enabled if write to register fails by Axel Lin · 11 years ago
  24. 1ec990c regulator: dbx500-prcmu: Remove operating_point from struct dbx500_regulator_info by Axel Lin · 11 years ago
  25. 4c84b4d regulator: ab8500: Update vdmic, vamic[1|2] parameters for AB8540 by Lee Jones · 11 years ago
  26. 3fe5228 regulator: ab8500: Add mode operation for v-amic by Lee Jones · 11 years ago
  27. d7607ba regulator: ab8500: Add new operations for Vaux3 by Lee Jones · 11 years ago
  28. bd44e2c regulator: ab8500: Also check for AB8505 based platforms by Lee Jones · 11 years ago
  29. 8a3b1b8 regulator: ab8500: Add voltage selection for AUDIO and ANA on AB8505 by Lee Jones · 11 years ago
  30. f7eae37 regulator: ab8500: Don't register external regulators on AB8505 by Rabin Vincent · 11 years ago
  31. 0b94641 regulator: ab8500: Supply platform specific regulator id values by Lee Jones · 11 years ago
  32. 0fe17e2 regulator: ab8500-ext: Add support for AB9540 regulators by Lee Jones · 11 years ago
  33. 62ab411 regulator: ab8500: Use regulator_list_voltage_table() by Lee Jones · 11 years ago
  34. b080c78 regulator: ab8500: Update voltage handling for fixed voltage regulators by Lee Jones · 11 years ago
  35. ae0a9a3 regulator: ab8500: Add support for the ab8540 by Lee Jones · 11 years ago
  36. 547f384 regulator: ab8500: add support for ab8505 by Lee Jones · 11 years ago
  37. a632470 regulator: ab8500-ext: Add support for AB8505/AB9540 by Bengt Jonsson · 11 years ago
  38. ed3c138 regulator: ab8500: Correct TVOUT regulator enable time by Lee Jones · 11 years ago
  39. 8e6a8d7 regulator: ab8500: Add support for the ab9540 by Lee Jones · 11 years ago
  40. b54969a regulator: ab8500: Prepare the driver for additional platforms by Lee Jones · 11 years ago
  41. 742a732 regulator: ab8500: Update info->update_val only when successfully update register by Axel Lin · 11 years ago
  42. da0b0c4 regulator: ab8500: Init debug from regulator driver by Lee Jones · 11 years ago
  43. 41a06aa regulator: ab8500: Remove USB regulator by Lee Jones · 11 years ago
  44. 18bc2b3 regulator: ab8500-ext: Add HW request support by Bengt Jonsson · 11 years ago
  45. d1a8200 regulator: ab8500-ext: New driver to control external regulators by Lee Jones · 11 years ago
  46. cc40dc2 regulator: ab8500: Amend the update value for AB8500_LDO_INTCORE regulator by Lee Jones · 11 years ago
  47. 43a5911 regulator: ab8500: Clean out SoC registers by Lee Jones · 11 years ago
  48. 2923492 regulator: ab8500: Remove set_voltage_time_sel and delay setting by Axel Lin · 11 years ago
  49. 530158b regulator: ab8500: Add missing enable_time settings by Axel Lin · 11 years ago
  50. f71bf52 regulator: ab8500: Don't update is_enabled flag in error paths by Axel Lin · 11 years ago
  51. 5689e83 regulator: ab8500: Use regulator_list_voltage_linear for fixed voltage by Axel Lin · 11 years ago
  52. 328a536 regulator: ab8500: Fix build error by Axel Lin · 11 years ago
  53. 732805a regulator: ab8500: Separate regulator and MFD platform data by Bengt Jonsson · 11 years ago
  54. 33bc8f4 regulator: ab8500: Another push to synchronise recent AB8500 developments by Lee Jones · 11 years ago
  55. 3c1b843 ARM: ux500: regulators: Add mask for configuration by Lee Jones · 11 years ago
  56. 7ce4669 regulator: ab8500: Added get_optimum_mode on regulators with idle mode by Bengt Jonsson · 11 years ago
  57. bd28a15 regulator: ab8500: Add set_mode/get_mode support by Emeric Vigier · 11 years ago
  58. d79df32 regulator: ab8500: Further populate initialisation registers by Lee Jones · 11 years ago
  59. 9e1a0aa Merge tag 'char-misc-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  60. de1893f Merge tag 'mfd-fixes-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-fixes by Linus Torvalds · 11 years ago
  61. 92fbb1c Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 11 years ago
  62. 0371541 mfd: twl4030-madc: Remove __exit_p annotation by Arnd Bergmann · 11 years ago
  63. 8c958c7 hwmon: (pmbus/ltc2978) Fix temperature reporting by Guenter Roeck · 11 years ago
  64. 6975404 hwmon: (pmbus) Fix krealloc() misuse in pmbus_add_attribute() by David Woodhouse · 11 years ago
  65. df06907 hwmon: (lineage-pem) Add missing terminating entry for pem_[input|fan]_attributes by Axel Lin · 11 years ago
  66. 842d223 Merge branch 'akpm' (fixes from Andrew) by Linus Torvalds · 11 years ago
  67. 8e467e8 tidspbridge: convert to idr_alloc() by Tejun Heo · 11 years ago
  68. a37c301 zcache: convert to idr_alloc() by Tejun Heo · 11 years ago
  69. 95e1b71 mlx4: remove leftover idr_pre_get() call by Tejun Heo · 11 years ago
  70. ad8395e Merge tag 'usb-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  71. cad9d56 Merge tag 'tty-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  72. 886e03b Merge tag 'staging-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  73. 27b351c USB: quatech2: only write to the tty if the port is open. by Bill Pemberton · 11 years ago
  74. 3f8bc5e qcserial: bind to DM/DIAG port on Gobi 1K devices by Dan Williams · 11 years ago
  75. a3633f6 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  76. 7946844 Merge tag 'stable/for-linus-3.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 11 years ago
  77. c0f5ece USB: cdc-wdm: fix buffer overflow by Oliver Neukum · 11 years ago
  78. 9d1817c w1: fix oops when w1_search is called from netlink connector by Marcin Jurkowski · 11 years ago
  79. 34ccd87 w1-gpio: fix unused variable warning by Johan Hovold · 11 years ago
  80. 0123055 w1-gpio: remove erroneous __exit and __exit_p() by Johan Hovold · 11 years ago
  81. c39ac49 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  82. 6d9431a Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  83. a57e82a usb: serial: Add Rigblaster Advantage to device table by Steve Conklin · 11 years ago
  84. c51d41a tty: serial: fix typo "SERIAL_S3C2412" by Paul Bolle · 11 years ago
  85. f2b8dfd serial: 8250: Keep 8250.<xxxx> module options functional after driver rename by Josh Boyer · 11 years ago
  86. 827aa0d tty: serial: fix typo "ARCH_S5P6450" by Paul Bolle · 11 years ago
  87. 77e372a tty/8250_pnp: serial port detection regression since v3.7 by Sean Young · 11 years ago
  88. 064256f serial: bcm63xx_uart: fix compilation after "TTY: switch tty_insert_flip_char" by Jonas Gorski · 11 years ago
  89. 8d2f8cd serial: 8250_pci: add support for another kind of NetMos Technology PCI 9835 Multi-I/O Controller by Wang YanQing · 11 years ago
  90. d13402a Fix 4 port and add support for 8 port 'Unknown' PCI serial port cards by Scott Ashcroft · 11 years ago
  91. e06c93c tty/serial: Add support for Altera serial port by Ley Foon Tan · 11 years ago
  92. 5771a80 tty: serial: vt8500: Unneccessary duplicated clock code removed by Tony Prisk · 11 years ago
  93. 09081e5 tty: serial: mpc5xxx: fix PSC clock name bug by Anatolij Gustschin · 11 years ago
  94. 54fc403 mfd: ab8500-gpadc: Complain if we fail to enable vtvout LDO by Axel Lin · 11 years ago
  95. 6049bce mfd: twl4030-audio: Fix argument type for twl4030_audio_disable_resource() by Mark Brown · 11 years ago
  96. 80e4e67 mfd: tps65912: Declare and use tps65912_irq_exit() by Mark Brown · 11 years ago
  97. df545d1 mfd: palmas: Provide irq flags through DT/platform data by Laxman Dewangan · 11 years ago
  98. 5c854aa mfd: Make AB8500_CORE select POWER_SUPPLY to fix build error by Axel Lin · 11 years ago
  99. 26bacba mfd: omap-usb-host: Actually update hostconfig by Roger Quadros · 11 years ago
  100. 7546152 Merge tag 'mvebu_fixes_for_v3.9' of git://git.infradead.org/users/jcooper/linux into fixes by Arnd Bergmann · 11 years ago