1. 8e12333 mfd: omap-usb-host: Fix dts probe of children by Tony Lindgren · 6 years ago
  2. c7c7627 mfd: omap-usb-host: Return value is not 'const int' by Lee Jones · 8 years ago
  3. 5dd6eeb mfd: omap-usb-host: Remove some unused functions by Rickard Strandqvist · 9 years ago
  4. 78a8354 mfd: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  5. ddde06b mfd: omap-usb-host: Fix %d confusingly prefixed with 0x in format string by Hans Wennborg · 10 years ago
  6. 46de8ff mfd: omap-usb-host: Fix improper mask use. by Michael Welling · 10 years ago
  7. a7cfee8 mfd: omap-usb-host: Make of_device_id array const by Krzysztof Kozlowski · 10 years ago
  8. 051fc06 mfd: omap-usb-host: Use clock names as per function for reference clocks by Roger Quadros · 10 years ago
  9. 775bb07 mfd: omap-usb-host: Use proper clock name instead of alias by Roger Quadros · 10 years ago
  10. fedb2e7 mfd: omap-usb-host: Always fail on clk_get() error by Roger Quadros · 10 years ago
  11. 3aca446 mfd: omap-usb-host: Get clocks based on hardware revision by Roger Quadros · 10 years ago
  12. 61b7025 mfd: omap-usb-host: Use resource managed clk_get() by Roger Quadros · 10 years ago
  13. 9981a31 mfd: omap-usb-host: Raw read and write endian fix by Victor Kamensky · 11 years ago
  14. b0e5992 mfd: omap-usb: prepare/unprepare clock while enable/disable by Roger Quadros · 11 years ago
  15. 0f54e1e mfd: omap-usb: Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  16. 7844b98 mfd: omap-usb-host: Staticize usbhs_driver_name by Sachin Kamat · 11 years ago
  17. 334a41c mfd: Use dev_get_platdata() by Jingoo Han · 11 years ago
  18. d011c45 mfd: omap-usb-host: Convert to devm_ioremap_resource() by Sachin Kamat · 11 years ago
  19. 03a8f43 mfd: omap-usb-host: Add device tree support and binding information by Roger Quadros · 11 years ago
  20. 40b0d68 mfd: omap-usb-host: Remove PHY reset handling code by Roger Quadros · 11 years ago
  21. 9f4a3ec mfd: omap-usb-tll: Move configuration code to omap_tll_init() by Roger Quadros · 11 years ago
  22. 662e469 mfd: omap-usb-host: Update nports in platform_data by Roger Quadros · 11 years ago
  23. 71f4b9c mfd: omap-usb-host: Use devm_gpio_request_one() by Jingoo Han · 11 years ago
  24. 26bacba mfd: omap-usb-host: Actually update hostconfig by Roger Quadros · 11 years ago
  25. ab3f2a8 mfd: omap-usb-host: get rid of build warning by Roger Quadros · 11 years ago
  26. a8c4e9e mfd: omap-usb-host: Don't spam console on clk_set_parent failure by Roger Quadros · 11 years ago
  27. c4df00a mfd: omap-usb-host: clean up omap_usbhs_init() by Roger Quadros · 12 years ago
  28. c6cd087 mfd: omap-usb-host: Get rid of unnecessary spinlock by Roger Quadros · 12 years ago
  29. 340c64e mfd: omap-usb-host: Manage HSIC clocks for HSIC mode by Roger Quadros · 12 years ago
  30. 06ba7dc mfd: omap-usb-host: cleanup clock management code by Roger Quadros · 12 years ago
  31. ccac71a mfd: omap-usb-host: override number of ports from platform data by Roger Quadros · 12 years ago
  32. d7eaf86 mfd: omap-usb-host: know about number of ports from revision register by Roger Quadros · 12 years ago
  33. 27d4f2c mfd: omap-usb-host: Use devm_kzalloc() and devm_request_and_ioremap() by Roger Quadros · 11 years ago
  34. a1f0d7a mfd: omap_usb_host: Avoid missing platform data checks in suspend/resume by Roger Quadros · 12 years ago
  35. 9d9c6ae mfd: omap-usb-host: Consolidate OMAP USB-HS platform data (part 2/3) by Roger Quadros · 11 years ago
  36. 63b6890 mfd: omap-usb-host: get rid of cpu_is_omap..() macros by Roger Quadros · 11 years ago
  37. 8287361 Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  38. 4740f73 mfd: remove use of __devexit by Bill Pemberton · 12 years ago
  39. f791be4 mfd: remove use of __devinit by Bill Pemberton · 12 years ago
  40. e8c4a7a ARM: OMAP: move OMAP USB platform data to <linux/platform_data/omap-usb.h> by Felipe Balbi · 12 years ago
  41. 760189b mfd: omap-usb-host: Remove TLL specific code from USB HS core driver by Keshava Munegowda · 12 years ago
  42. 4dc2cce mfd: omap-usb-host: Invoke the TLL driver from USB HS core driver by Keshava Munegowda · 12 years ago
  43. c05995c mfd: USB: Fix the omap-usb EHCI ULPI PHY reset fix issues. by Russ Dill · 12 years ago
  44. 13176a8 mfd: Fix build breakage in omap-usb-host.c by Russ Dill · 12 years ago
  45. 1fcb57d ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset issue by Keshava Munegowda · 12 years ago
  46. f0447a6 mfd: Move omap-usb-host usbhs init before allocing child dev by Govindraj.R · 12 years ago
  47. cbb8c22 mfd: Remove omap-usb-host magic numbers for dev dma mask by Govindraj.R · 12 years ago
  48. 21ebd6c Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 12 years ago
  49. 4e9daac mfd: Use gpio_request_one from omap-usb-host by Axel Lin · 12 years ago
  50. 1e7fe1a MFD: OMAP: USB: Runtime PM support by Keshava Munegowda · 13 years ago
  51. a6d3a66 ARM: OMAP: USB: device name change for the clk names of usbhs by Keshava Munegowda · 13 years ago
  52. 417e206 mfd: Fix omap-usb-host build failure by Ming Lei · 13 years ago
  53. e600cff mfd: Make omap-usb-host TLL mode work again by Anand Gadiyar · 13 years ago
  54. e2e49d5 mfd: Fix the omap-usb-host clock API usage on usbhs_disable() by Keshava Munegowda · 13 years ago
  55. 8f2df01 Revert "mfd: Add omap-usbhs runtime PM support" by Keshava Munegowda · 13 years ago
  56. 7e6502d mfd: Add omap-usbhs runtime PM support by Keshava Munegowda · 13 years ago
  57. d910774 mfd: Fix omap_usbhs_alloc_children error handling by Axel Lin · 13 years ago
  58. 6eb6fbb mfd: Fix omap usbhs crash when rmmoding ehci or ohci by Keshava Munegowda · 13 years ago
  59. 557f447 mfd: Fixed gpio polarity of omap-usb gpio USB-phy reset by Juergen Kilb · 13 years ago
  60. 6e3d4be omap:usb: add regulator support for EHCI by Keshava Munegowda · 13 years ago
  61. d11536e mfd: Fix usbhs_enable error handling by Axel Lin · 13 years ago
  62. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  63. 17cdd29 usb: host: omap: common usb host core driver by Keshava Munegowda · 13 years ago