summaryrefslogtreecommitdiffstats
path: root/drivers/hsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hsi-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds2017-11-152-5/+5
|\
| * HSI: hsi_char: pr_err() strings should end with newlinesArvind Yadav2017-10-011-2/+2
| * HSI: omap_ssi_core: fix kilo to be "k" not "K"Pavel Machek2017-10-011-3/+3
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-14/+18
|\ \
| * | timer: Fix two mistakes in callback conversionsKees Cook2017-10-051-1/+1
| * | timer: Remove init_timer_deferrable() in favor of timer_setup()Kees Cook2017-10-051-14/+18
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge tag 'hsi-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds2017-07-044-20/+14
|\
| * HSI: core: Use kcalloc() in two functionsMarkus Elfring2017-06-081-4/+3
| * HSI: Use kcalloc() in hsi_register_board_info()Markus Elfring2017-06-081-1/+1
| * HSI: omap_ssi: Delete an error message for a failed memory allocation in ssi_...Markus Elfring2017-06-081-3/+1
| * HSI: omap_ssi: Fix a typo in a comment lineMarkus Elfring2017-06-081-1/+1
| * HSI: omap_ssi: Use devm_kcalloc() in ssi_add_controller()Markus Elfring2017-06-081-2/+2
| * HSI: nokia-modem: Add a space character for better code readability in nokia_...Markus Elfring2017-06-081-1/+1
| * HSI: nokia-modem: Delete error messages for a failed memory allocation in two...Markus Elfring2017-06-081-6/+3
| * HSI: nokia-modem: Use devm_kcalloc() in nokia_modem_gpio_probe()Markus Elfring2017-06-081-2/+2
* | hsi: Fix build regression due to netdev destructor fix.David S. Miller2017-06-081-1/+1
|/
* HSI: ssi_protocol: double free in ssip_pn_xmit()Dan Carpenter2017-04-211-2/+3
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-2/+2
* net: use core MTU range checking in misc driversJarod Wilson2016-10-201-10/+4
* HSI: omap_ssi: drop pm_runtime_irq_safeSebastian Reichel2016-06-282-3/+0
* HSI: omap_ssi_port: use rpm autosuspend APISebastian Reichel2016-06-281-24/+44
* HSI: omap_ssi: call msg->complete() from process contextSebastian Reichel2016-06-283-1/+25
* HSI: omap_ssi_port: ensure clocks are kept enabled during transferSebastian Reichel2016-06-281-0/+2
* HSI: omap_ssi_port: replace pm_runtime_put_sync with non-sync variantSebastian Reichel2016-06-281-9/+9
* HSI: omap_ssi_port: avoid calling runtime_pm_*_sync inside spinlockSebastian Reichel2016-06-281-4/+4
* HSI: omap_ssi_port: avoid pm_runtime_get_sync in ssi_start_dma and ssi_start_pioSebastian Reichel2016-06-281-6/+24
* HSI: omap_ssi_port: switch to threaded pio irqSebastian Reichel2016-06-282-38/+24
* HSI: omap_ssi_core: remove pm_runtime_get_sync call from taskletSebastian Reichel2016-06-281-1/+7
* HSI: omap_ssi_core: use pm_runtime_put instead of pm_runtime_put_syncSebastian Reichel2016-06-281-5/+5
* HSI: omap_ssi_port: prepare start_tx/stop_tx for blocking pm_runtime callsSebastian Reichel2016-06-282-5/+20
* HSI: core: switch port event notifier from atomic to blockingSebastian Reichel2016-06-281-4/+4
* HSI: omap_ssi_port: replace wkin_cken with atomic bitmap operationsSebastian Reichel2016-06-282-15/+7
* HSI: omap_ssi: convert cawake irq handler to threadSebastian Reichel2016-06-283-19/+8
* HSI: ssi_protocol: fix ssip_xmit invocationSebastian Reichel2016-06-281-1/+12
* HSI: ssi_protocol: replace spin_lock with spin_lock_bhSebastian Reichel2016-06-281-32/+32
* HSI: ssi_protocol: avoid ssi_waketest call with held spinlockSebastian Reichel2016-06-281-16/+25
* HSI: omap_ssi: do not reset moduleSebastian Reichel2016-06-282-20/+1
* HSI: omap_ssi_port: remove useless newlineSebastian Reichel2016-06-281-4/+2
* hsi: Build hsi_boardinfo.c into hsi core if enabledAndrew F. Davis2016-06-152-1/+2
* HSI: cmt_speech: Fix double spin_lockIago Abal2016-06-101-1/+1
* hsi: use kmemdupMuhammad Falak R Wani2016-05-291-4/+4
* HSI: cmt_speech: use vma_pages().Muhammad Falak R Wani2016-05-291-1/+1
* HSI: omap-ssi: move omap_ssi_port_update_fclkArnd Bergmann2016-05-091-18/+17
* HSI: omap-ssi: include pinctrl header filesArnd Bergmann2016-05-092-0/+2
* HSI: omap-ssi: add COMMON_CLK dependencyArnd Bergmann2016-05-091-1/+2
* HSI: omap-ssi: add clk change supportSebastian Reichel2016-05-023-0/+89
* HSI: omap_ssi: built omap_ssi and omap_ssi_port into one moduleSebastian Reichel2016-05-025-23/+21
* HSI: omap_ssi: fix removal of port platform deviceSebastian Reichel2016-05-021-0/+4
OpenPOWER on IntegriCloud