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