1. e11e70c mfd: sm501: Set coherent_dma_mask when creating subdevices by Guenter Roeck · 6 years ago
  2. 7e94e51 mfd: sm501: Constify gpio_chip structures by Julia Lawall · 8 years ago
  3. 3a50410 mfd: sm501: Use gpiochip data pointer by Linus Walleij · 8 years ago
  4. 327cc18 mfd: sm501: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  5. 78a8354 mfd: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  6. fcc3a5d Merge tag 'mfd-for-linus-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 10 years ago
  7. 5f114eb mfd: sm501: Avoid implicit sign extension by Lee Jones · 10 years ago
  8. 88d5e52 driver:gpio remove all usage of gpio_remove retval in driver by abdoulaye berthe · 10 years ago
  9. ae6eee3c mfd: sm501: Make of_device_id array const by Jingoo Han · 10 years ago
  10. 36fcd06 mfd: Remove DEFINE_PCI_DEVICE_TABLE macro by Jingoo Han · 11 years ago
  11. 928dfb2 mfd: sm501: Remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  12. 8a8320c mfd: sm501: dbg_regs attribute must be read-only by Guenter Roeck · 11 years ago
  13. 334a41c mfd: Use dev_get_platdata() by Jingoo Han · 11 years ago
  14. 4740f73 mfd: remove use of __devexit by Bill Pemberton · 12 years ago
  15. a9e9ce4 mfd: remove use of __devinitdata by Bill Pemberton · 12 years ago
  16. f791be4 mfd: remove use of __devinit by Bill Pemberton · 12 years ago
  17. 8444921 mfd: remove use of __devexit_p by Bill Pemberton · 12 years ago
  18. 829ecbc mfd: Use DIV_ROUND_CLOSEST for sm501 clock by Axel Lin · 12 years ago
  19. 61485c6 mfd: Convert to DEFINE_PCI_DEVICE_TABLE by Axel Lin · 13 years ago
  20. 4295f9b video, sm501: add OF binding to support SM501 by Heiko Schocher · 13 years ago
  21. bf5f001 video, sm501: add I/O functions for use on powerpc by Heiko Schocher · 13 years ago
  22. 3f3d4310b mfd: Use printf extension %pR for struct resource by Joe Perches · 14 years ago
  23. f77401d mfd: Include <linux/io.h> instead of <asm/io.h> by Axel Lin · 14 years ago
  24. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  25. daf9fe2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 14 years ago
  26. a5300dc mfd: Fix sm501 requested region size by Samuel Ortiz · 14 years ago
  27. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  28. 311e54c mfd: Use resource_size() in sm501 by H Hartley Sweeten · 14 years ago
  29. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  30. 992bb25 mfd: sm501, fix lock imbalance by Jiri Slaby · 15 years ago
  31. dcd9651 mfd: Fix sm501_register_gpio section mismatch by Rakib Mullick · 15 years ago
  32. 158abca mfd: fix sm501 section mismatches by Alexey Dobriyan · 15 years ago
  33. 98325f8 mfd: Ensure sm501 GPIO pin mode is GPIO when configured by Ben Dooks · 15 years ago
  34. 7cf5244 mfd: check for platform_get_irq() return value in sm501 by Roel Kluin · 16 years ago
  35. 7ab1899 mfd: use pci_ioremap_bar() in sm501 by Arjan van de Ven · 16 years ago
  36. 80e74a8 mfd: update sm501 debugging/low information messages by Ben Dooks · 16 years ago
  37. 53a9600 mfd: sm501 fix gpio number calculation for upper bank by Ben Dooks · 16 years ago
  38. f299920 mfd: sm501 build fixes when CONFIG_MFD_SM501_GPIO unset by Ben Dooks · 16 years ago
  39. 28130be sm501: fixes for akpms comments on gpiolib addition by Ben Dooks · 16 years ago
  40. 42cd236 sm501: gpio I2C support by Ben Dooks · 16 years ago
  41. 60e540d sm501: gpio dynamic registration for PCI devices by Arnaud Patard · 16 years ago
  42. f61be27 sm501: add gpiolib support by Ben Dooks · 16 years ago
  43. 472dba7 sm501: add power control callback by Ben Dooks · 16 years ago
  44. 4f46d6e mfd: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  45. 145980a drivers: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  46. 61711f8 sm501: add uart support by Magnus Damm · 16 years ago
  47. 3149be5 sm501: add support for the SM502 programmable PLL by Ville Syrjala · 16 years ago
  48. 245904a sm501: remove a duplicated table by Ville Syrjala · 16 years ago
  49. 48986f0 MFD: SM501 debug typo fix by Ben Dooks · 17 years ago
  50. 1e27dbe SM501: Check SM501 ID register on initialisation by Ben Dooks · 17 years ago
  51. 8190622 SM501: Clock updates and checks by Ben Dooks · 17 years ago
  52. 5136237 SM501: Fix sm501_init_reg() mask/set order by Ben Dooks · 17 years ago
  53. b5913bb SM501: initialise SDRAM clock before bus clocks by Ben Dooks · 17 years ago
  54. 331d747 SM501: suspend support by Ben Dooks · 17 years ago
  55. bf703c3 [PATCH] drivers/mfd/sm501.c: fix an off-by-one by Adrian Bunk · 17 years ago
  56. f15e66b [PATCH] drivers/mfd/sm501.c: Replace pci_module_init with pci_register_driver by Richard Knutsson · 17 years ago
  57. b6d6454 [PATCH] mfd: SM501 core driver by Ben Dooks · 17 years ago