1. aa57e77b HSI: Fix PM usage counter unbalance in ssi_hw_init by Zhang Qilong · 4 years, 1 month ago
  2. 41fff6e HSI: omap_ssi: Don't jump to free ID in ssi_add_controller() by Jing Xiangfeng · 4 years, 3 months ago
  3. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  4. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  5. c1030cd HSI: Remove dev_err() usage after platform_get_irq() by Stephen Boyd · 5 years ago
  6. 2b27bdc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 by Thomas Gleixner · 6 years ago
  7. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  8. 1ff85bf HSI: omap_ssi_port: fix debugfs_simple_attr.cocci warnings by YueHaibing · 6 years ago
  9. 3a658e0 HSI: omap_ssi: Change to use DEFINE_SHOW_ATTRIBUTE macro by Yangtao Li · 6 years ago
  10. ac31672 headers: separate linux/mod_devicetable.h from linux/platform_device.h by Randy Dunlap · 7 years ago
  11. 3210b4f HSI: omap_ssi_core: fix kilo to be "k" not "K" by Pavel Machek · 7 years ago
  12. 0fbad7c HSI: omap_ssi: Delete an error message for a failed memory allocation in ssi_add_controller() by Markus Elfring · 8 years ago
  13. 8621e62 HSI: omap_ssi: Fix a typo in a comment line by Markus Elfring · 8 years ago
  14. 4a8557d HSI: omap_ssi: Use devm_kcalloc() in ssi_add_controller() by Markus Elfring · 8 years ago
  15. 9c99e5e HSI: omap_ssi: drop pm_runtime_irq_safe by Sebastian Reichel · 9 years ago
  16. ad60db2f HSI: omap_ssi_port: use rpm autosuspend API by Sebastian Reichel · 9 years ago
  17. 4e55231 HSI: omap_ssi: call msg->complete() from process context by Sebastian Reichel · 9 years ago
  18. 604fdfa HSI: omap_ssi_port: ensure clocks are kept enabled during transfer by Sebastian Reichel · 9 years ago
  19. d2b8d69 HSI: omap_ssi_port: replace pm_runtime_put_sync with non-sync variant by Sebastian Reichel · 9 years ago
  20. fa1572d HSI: omap_ssi_port: avoid calling runtime_pm_*_sync inside spinlock by Sebastian Reichel · 9 years ago
  21. 62aa292 HSI: omap_ssi_port: avoid pm_runtime_get_sync in ssi_start_dma and ssi_start_pio by Sebastian Reichel · 9 years ago
  22. c4a6257 HSI: omap_ssi_port: switch to threaded pio irq by Sebastian Reichel · 9 years ago
  23. 927d3f8 HSI: omap_ssi_core: remove pm_runtime_get_sync call from tasklet by Sebastian Reichel · 9 years ago
  24. ea88f71 HSI: omap_ssi_core: use pm_runtime_put instead of pm_runtime_put_sync by Sebastian Reichel · 9 years ago
  25. 7c5d816 HSI: omap_ssi_port: prepare start_tx/stop_tx for blocking pm_runtime calls by Sebastian Reichel · 9 years ago
  26. 2083057 HSI: omap_ssi_port: replace wkin_cken with atomic bitmap operations by Sebastian Reichel · 9 years ago
  27. cb70e4c HSI: omap_ssi: convert cawake irq handler to thread by Sebastian Reichel · 9 years ago
  28. b6616be HSI: omap_ssi: do not reset module by Sebastian Reichel · 9 years ago
  29. 8c009f1 HSI: omap_ssi_port: remove useless newline by Sebastian Reichel · 9 years ago
  30. c2f90a4 HSI: omap-ssi: move omap_ssi_port_update_fclk by Arnd Bergmann · 9 years ago
  31. ac8e3ff HSI: omap-ssi: include pinctrl header files by Arnd Bergmann · 9 years ago
  32. 53c7035 HSI: omap-ssi: add COMMON_CLK dependency by Arnd Bergmann · 9 years ago
  33. 4bcf741 HSI: omap-ssi: add clk change support by Sebastian Reichel · 9 years ago
  34. 0fae198 HSI: omap_ssi: built omap_ssi and omap_ssi_port into one module by Sebastian Reichel · 9 years ago
  35. 2a57aba HSI: omap_ssi: fix removal of port platform device by Sebastian Reichel · 9 years ago
  36. 0845e1f2 HSI: omap_ssi: make sure probe stays available by Sebastian Reichel · 9 years ago
  37. f704e11 HSI: omap_ssi: fix module unloading by Sebastian Reichel · 9 years ago
  38. 73e6ce0 HSI: omap_ssi_port: switch to gpiod API by Sebastian Reichel · 9 years ago
  39. 525e1ab HSI: omap_ssi_port: fix handling of_get_named_gpio result by Andrzej Hajda · 9 years ago
  40. 6bf6ded HSI: omap_ssi: fix handling ida_simple_get result by Andrzej Hajda · 9 years ago
  41. 16bd586 hsi: controllers:remove redundant code by Sanjeev Sharma · 9 years ago
  42. e74eba0 hsi: omap_ssi_port: Prevent warning if cawake_gpio is not defined. by Roger Quadros · 9 years ago
  43. a1a0bec drivers/hsi: include <module.h> for modular omap_ssi code by Paul Gortmaker · 10 years ago
  44. d3255ec Merge tag 'hsi-for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi by Linus Torvalds · 10 years ago
  45. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  46. 96a1c18 hsi / OMAP / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  47. 53b72c1 hsi: controllers: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  48. 068afbb HSI: omap_ssi_port: Don't print uninitialized err by Sebastian Reichel · 10 years ago
  49. 3fd276e HSI: omap_ssi: Fix return value check in ssi_debug_add_ctrl() by Wei Yongjun · 10 years ago
  50. c2acb7c HSI: omap_ssi_port: Fix return value check in ssi_debug_add_port() by Wei Yongjun · 10 years ago
  51. b74d495 drivers/hsi/controllers/omap_ssi{,_port}.c: fix failure checks by Andrey Utkin · 10 years ago
  52. b357d7b hsi: omap_ssi_port: use normal module refcounting by Arnd Bergmann · 11 years ago
  53. b209e04 HSI: Introduce OMAP SSI driver by Sebastian Reichel · 11 years ago