aboutsummaryrefslogtreecommitdiff
path: root/drivers/hsi
AgeCommit message (Expand)AuthorFilesLines
2016-10-20net: use core MTU range checking in misc driversGravatar Jarod Wilson 1-10/+4
2016-06-28HSI: omap_ssi: drop pm_runtime_irq_safeGravatar Sebastian Reichel 2-3/+0
2016-06-28HSI: omap_ssi_port: use rpm autosuspend APIGravatar Sebastian Reichel 1-24/+44
2016-06-28HSI: omap_ssi: call msg->complete() from process contextGravatar Sebastian Reichel 3-1/+25
2016-06-28HSI: omap_ssi_port: ensure clocks are kept enabled during transferGravatar Sebastian Reichel 1-0/+2
2016-06-28HSI: omap_ssi_port: replace pm_runtime_put_sync with non-sync variantGravatar Sebastian Reichel 1-9/+9
2016-06-28HSI: omap_ssi_port: avoid calling runtime_pm_*_sync inside spinlockGravatar Sebastian Reichel 1-4/+4
2016-06-28HSI: omap_ssi_port: avoid pm_runtime_get_sync in ssi_start_dma and ssi_start_pioGravatar Sebastian Reichel 1-6/+24
2016-06-28HSI: omap_ssi_port: switch to threaded pio irqGravatar Sebastian Reichel 2-38/+24
2016-06-28HSI: omap_ssi_core: remove pm_runtime_get_sync call from taskletGravatar Sebastian Reichel 1-1/+7
2016-06-28HSI: omap_ssi_core: use pm_runtime_put instead of pm_runtime_put_syncGravatar Sebastian Reichel 1-5/+5
2016-06-28HSI: omap_ssi_port: prepare start_tx/stop_tx for blocking pm_runtime callsGravatar Sebastian Reichel 2-5/+20
2016-06-28HSI: core: switch port event notifier from atomic to blockingGravatar Sebastian Reichel 1-4/+4
2016-06-28HSI: omap_ssi_port: replace wkin_cken with atomic bitmap operationsGravatar Sebastian Reichel 2-15/+7
2016-06-28HSI: omap_ssi: convert cawake irq handler to threadGravatar Sebastian Reichel 3-19/+8
2016-06-28HSI: ssi_protocol: fix ssip_xmit invocationGravatar Sebastian Reichel 1-1/+12
2016-06-28HSI: ssi_protocol: replace spin_lock with spin_lock_bhGravatar Sebastian Reichel 1-32/+32
2016-06-28HSI: ssi_protocol: avoid ssi_waketest call with held spinlockGravatar Sebastian Reichel 1-16/+25
2016-06-28HSI: omap_ssi: do not reset moduleGravatar Sebastian Reichel 2-20/+1
2016-06-28HSI: omap_ssi_port: remove useless newlineGravatar Sebastian Reichel 1-4/+2
2016-06-15hsi: Build hsi_boardinfo.c into hsi core if enabledGravatar Andrew F. Davis 2-1/+2
2016-06-10HSI: cmt_speech: Fix double spin_lockGravatar Iago Abal 1-1/+1
2016-05-29hsi: use kmemdupGravatar Muhammad Falak R Wani 1-4/+4
2016-05-29HSI: cmt_speech: use vma_pages().Gravatar Muhammad Falak R Wani 1-1/+1
2016-05-09HSI: omap-ssi: move omap_ssi_port_update_fclkGravatar Arnd Bergmann 1-18/+17
2016-05-09HSI: omap-ssi: include pinctrl header filesGravatar Arnd Bergmann 2-0/+2
2016-05-09HSI: omap-ssi: add COMMON_CLK dependencyGravatar Arnd Bergmann 1-1/+2
2016-05-02HSI: omap-ssi: add clk change supportGravatar Sebastian Reichel 3-0/+89
2016-05-02HSI: omap_ssi: built omap_ssi and omap_ssi_port into one moduleGravatar Sebastian Reichel 5-23/+21
2016-05-02HSI: omap_ssi: fix removal of port platform deviceGravatar Sebastian Reichel 1-0/+4
2016-05-02HSI: omap_ssi: make sure probe stays availableGravatar Sebastian Reichel 2-17/+19
2016-05-02HSI: omap_ssi: fix module unloadingGravatar Sebastian Reichel 1-3/+3
2016-05-02HSI: omap_ssi_port: switch to gpiod APIGravatar Sebastian Reichel 3-24/+12
2016-01-28HSI: ssi-protocol: Use handshake logic from n950Gravatar Sebastian Reichel 1-11/+5
2016-01-28HSI: nokia-modem: add n950 and n9 supportGravatar Sebastian Reichel 1-0/+2
2016-01-07HSI: omap_ssi_port: fix handling of_get_named_gpio resultGravatar Andrzej Hajda 1-4/+4
2016-01-07HSI: omap_ssi: fix handling ida_simple_get resultGravatar Andrzej Hajda 1-4/+3
2015-10-30hsi: controllers:remove redundant codeGravatar Sanjeev Sharma 1-17/+4
2015-10-19hsi: correctly handle return value of kzallocGravatar Insu Yun 1-1/+11
2015-10-14hsi: omap_ssi_port: Prevent warning if cawake_gpio is not defined.Gravatar Roger Quadros 1-1/+1
2015-10-14hsi: fix double kfreeGravatar Geliang Tang 1-1/+0
2015-09-18HSI: Fix a typoGravatar Jakub Wilk 1-1/+1
2015-09-10mm: mark most vm_operations_struct constGravatar Kirill A. Shutemov 1-1/+1
2015-07-02Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2015-06-23HSI: nokia-modem: use flags argument of devm_gpiod_get to set directionGravatar Uwe Kleine-König 1-5/+2
2015-06-23HSI: nokia-modem: Reduce missing driver message to debug levelGravatar Sebastian Reichel 1-2/+2
2015-06-23HSI: cmt_speech: fix timestamp interfaceGravatar Sebastian Reichel 1-2/+7
2015-06-16drivers/hsi: include <module.h> for modular omap_ssi codeGravatar Paul Gortmaker 1-0/+1
2015-04-05HSI: cmt_speech: fix error return codeGravatar Julia Lawall 1-0/+1
2015-03-31HSI: nokia-modem: Add cmt-speech supportGravatar Sebastian Reichel 2-2/+32