aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/hdm-dim2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-09staging: most: dim2_hdm octal permissions fixstephen knipe1-2/+2
2016-10-16staging: most: hdm-dim2: remove tracing of mac addressAndrey Shvetsov1-4/+1
2016-10-02Staging: most: hdm-dim2: constify attribute_group structuresBhumika Goyal1-1/+1
2016-09-22staging: most: replace MOST_CH_ISOC_AVP with MOST_CH_ISOCAndrey Shvetsov1-2/+2
2016-09-15staging: most: hdm-dim2: monitor atx DBR spaceAndrey Shvetsov4-2/+125
2016-09-15staging: most: hdm-dim2: fix dim2-ip interrupt namesAndrey Shvetsov1-3/+3
2016-09-15staging: most: hdm-dim2: remove clearance of pending MLB interruptAndrey Shvetsov1-4/+0
2016-09-15staging: most: hdm-dim2: delete error code from logging messageAndrey Shvetsov1-2/+1
2016-09-15staging: most: hdm-dim2: rename functionAndrey Shvetsov3-3/+3
2016-09-15staging: most: hdm-dim2: remove structure memberAndrey Shvetsov1-7/+5
2016-09-15staging: most: hdm-dim2: round up DBR memory for async/ctrlAndrey Shvetsov1-1/+3
2016-09-15staging: most: hdm-dim2: double size of DBR bufferAndrey Shvetsov1-2/+3
2016-09-15staging: most: hdm-dim2: relocate variable declarationsAndrey Shvetsov1-11/+8
2016-09-15staging: most: hdm-dim2: remove macro ENABLE_HDM_TESTAndrey Shvetsov1-35/+0
2016-09-15staging: most: hdm-dim2: fix channel configurationAndrey Shvetsov1-3/+3
2016-08-18staging: most: dim2-hdm: introduce function dim2_transfer_madrChristian Gromm1-23/+15
2016-08-18staging: most: dim2-hdm: initialize DBR memory of synchronous channelsChristian Gromm1-0/+22
2016-08-15staging: most: dim2-hdm: fix possible kernel freeze when reusing a dim2 channelChristian Gromm1-0/+3
2016-08-15staging: most: dim2-hdm: add configuration for fcntChristian Gromm4-29/+30
2016-08-15staging: most: dim2-hdm: fix race condition when closing a channelChristian Gromm1-0/+2
2016-03-28Staging: most: Remove __cplusplus check in header filesPrasannaKumar Muralidharan3-24/+0
2016-03-28Staging: most: Remove atomic_counter_t typedefPrasannaKumar Muralidharan1-4/+2
2016-03-22staging: most: hdm-dim2: Remove possible dereference errorAmitoj Kaur Chawla1-1/+1
2016-03-10Staging: most: Use list_first_entry instead of list_entryBhumika Goyal1-3/+3
2016-03-10Staging: most: Replace pr_err with dev_errBhumika Goyal1-2/+2
2016-02-25staging: most: compress return logic into one lineEva Rachel Retuya1-3/+1
2016-02-20staging: most: hdm-dim2: Replace pr_err with dev_errAmitoj Kaur Chawla1-3/+3
2016-02-20staging: most: hdm-dim2: Replace request_irq with devm_request_irqAmitoj Kaur Chawla1-11/+3
2016-02-20staging: most: hdm-dim2: Switch to devm_ioremap_resource()Amitoj Kaur Chawla1-28/+5
2016-02-20staging: most: hdm-dim2: Replace kzalloc with devm_kzallocAmitoj Kaur Chawla1-6/+3
2016-02-07staging: most: add __iomem for io_base and registersHugo Camboulive4-9/+10
2016-02-07staging: most: use readl and writel functionsChristian Gromm1-2/+2
2015-11-15staging: most: rename DIM_EnqueueBuffer to dim_enqueue_bufferChaehyun Lim3-6/+7
2015-11-15staging: most: rename DIM_GetChannelState to dim_get_channel_stateChaehyun Lim3-6/+6
2015-11-15staging: most: fix argument name of DIM_GetChannelStateChaehyun Lim1-1/+1
2015-11-15staging: most: rename DIM_ServiceChannel to dim_service_channelChaehyun Lim3-3/+3
2015-11-15staging: most: rename DIM_ServiceIrq to dim_service_irqChaehyun Lim3-3/+3
2015-11-15staging: most: rename DIM_DestroyChannel to dim_destroy_channelChaehyun Lim3-3/+3
2015-11-15staging: most: rename DIM_InitSync to dim_init_syncChaehyun Lim3-5/+5
2015-11-15staging: most: rename DIM_InitIsoc to dim_init_isocChaehyun Lim3-5/+5
2015-11-15staging: most: rename DIM_InitAsync to dim_init_asyncChaehyun Lim3-5/+5
2015-11-15staging: most: rename DIM_InitControl to dim_init_controlChaehyun Lim3-6/+6
2015-11-15staging: most: rename DIM_NormSyncBufferSize to dim_norm_sync_buffer_sizeChaehyun Lim3-3/+3
2015-11-15staging: most: rename DIM_NormIsocBufferSize to dim_norm_isoc_buffer_sizeChaehyun Lim3-3/+3
2015-11-15staging: most: rename DIM_NormCtrlAsyncBufferSize to dim_norm_ctrl_async_buffer_sizeChaehyun Lim3-4/+4
2015-11-15staging: most: rename DIMCB_IoRead to dimcb_io_readChaehyun Lim3-11/+11
2015-11-15staging: most: rename DIMCB_IoWrite to dimcb_io_writeChaehyun Lim3-41/+41
2015-11-15staging: most: rename DIMCB_OnError to dimcb_on_errorChaehyun Lim3-5/+5
2015-11-15staging: most: rename DIM_GetLockState to dim_get_lock_stateChaehyun Lim3-3/+3
2015-11-15staging: most: rename DIM_DetachBuffers to dim_detach_buffersChaehyun Lim3-3/+3