aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/most/hdm-dim2
AgeCommit message (Expand)AuthorFilesLines
2017-08-18staging: most: hdm-dim2: fix error return code in dim2_probe()Gravatar Gustavo A. R. Silva 1-4/+4
2017-08-18staging: most: hdm-dim2: constify platform_device_idGravatar Arvind Yadav 1-1/+1
2017-05-15staging: most: dim2: replace function parameter with the expressionGravatar Andrey Shvetsov 1-7/+8
2017-05-15staging: most: dim2: enable flow control for isoc channelsGravatar Andrey Shvetsov 2-0/+3
2017-05-15staging: most: remove dependency on networking-aimGravatar Andrey Shvetsov 2-5/+14
2017-03-06staging: most: Using macro DIV_ROUND_UPGravatar simran singhal 1-3/+4
2017-02-09staging: most: dim2_hdm octal permissions fixGravatar stephen knipe 1-2/+2
2016-10-16staging: most: hdm-dim2: remove tracing of mac addressGravatar Andrey Shvetsov 1-4/+1
2016-10-02Staging: most: hdm-dim2: constify attribute_group structuresGravatar Bhumika Goyal 1-1/+1
2016-09-22staging: most: replace MOST_CH_ISOC_AVP with MOST_CH_ISOCGravatar Andrey Shvetsov 1-2/+2
2016-09-15staging: most: hdm-dim2: monitor atx DBR spaceGravatar Andrey Shvetsov 4-2/+125
2016-09-15staging: most: hdm-dim2: fix dim2-ip interrupt namesGravatar Andrey Shvetsov 1-3/+3
2016-09-15staging: most: hdm-dim2: remove clearance of pending MLB interruptGravatar Andrey Shvetsov 1-4/+0
2016-09-15staging: most: hdm-dim2: delete error code from logging messageGravatar Andrey Shvetsov 1-2/+1
2016-09-15staging: most: hdm-dim2: rename functionGravatar Andrey Shvetsov 3-3/+3
2016-09-15staging: most: hdm-dim2: remove structure memberGravatar Andrey Shvetsov 1-7/+5
2016-09-15staging: most: hdm-dim2: round up DBR memory for async/ctrlGravatar Andrey Shvetsov 1-1/+3
2016-09-15staging: most: hdm-dim2: double size of DBR bufferGravatar Andrey Shvetsov 1-2/+3
2016-09-15staging: most: hdm-dim2: relocate variable declarationsGravatar Andrey Shvetsov 1-11/+8
2016-09-15staging: most: hdm-dim2: remove macro ENABLE_HDM_TESTGravatar Andrey Shvetsov 1-35/+0
2016-09-15staging: most: hdm-dim2: fix channel configurationGravatar Andrey Shvetsov 1-3/+3
2016-08-18staging: most: dim2-hdm: introduce function dim2_transfer_madrGravatar Christian Gromm 1-23/+15
2016-08-18staging: most: dim2-hdm: initialize DBR memory of synchronous channelsGravatar Christian Gromm 1-0/+22
2016-08-15staging: most: dim2-hdm: fix possible kernel freeze when reusing a dim2 channelGravatar Christian Gromm 1-0/+3
2016-08-15staging: most: dim2-hdm: add configuration for fcntGravatar Christian Gromm 4-29/+30
2016-08-15staging: most: dim2-hdm: fix race condition when closing a channelGravatar Christian Gromm 1-0/+2
2016-03-28Staging: most: Remove __cplusplus check in header filesGravatar PrasannaKumar Muralidharan 3-24/+0
2016-03-28Staging: most: Remove atomic_counter_t typedefGravatar PrasannaKumar Muralidharan 1-4/+2
2016-03-22staging: most: hdm-dim2: Remove possible dereference errorGravatar Amitoj Kaur Chawla 1-1/+1
2016-03-10Staging: most: Use list_first_entry instead of list_entryGravatar Bhumika Goyal 1-3/+3
2016-03-10Staging: most: Replace pr_err with dev_errGravatar Bhumika Goyal 1-2/+2
2016-02-25staging: most: compress return logic into one lineGravatar Eva Rachel Retuya 1-3/+1
2016-02-20staging: most: hdm-dim2: Replace pr_err with dev_errGravatar Amitoj Kaur Chawla 1-3/+3
2016-02-20staging: most: hdm-dim2: Replace request_irq with devm_request_irqGravatar Amitoj Kaur Chawla 1-11/+3
2016-02-20staging: most: hdm-dim2: Switch to devm_ioremap_resource()Gravatar Amitoj Kaur Chawla 1-28/+5
2016-02-20staging: most: hdm-dim2: Replace kzalloc with devm_kzallocGravatar Amitoj Kaur Chawla 1-6/+3
2016-02-07staging: most: add __iomem for io_base and registersGravatar Hugo Camboulive 4-9/+10
2016-02-07staging: most: use readl and writel functionsGravatar Christian Gromm 1-2/+2
2015-11-15staging: most: rename DIM_EnqueueBuffer to dim_enqueue_bufferGravatar Chaehyun Lim 3-6/+7
2015-11-15staging: most: rename DIM_GetChannelState to dim_get_channel_stateGravatar Chaehyun Lim 3-6/+6
2015-11-15staging: most: fix argument name of DIM_GetChannelStateGravatar Chaehyun Lim 1-1/+1
2015-11-15staging: most: rename DIM_ServiceChannel to dim_service_channelGravatar Chaehyun Lim 3-3/+3
2015-11-15staging: most: rename DIM_ServiceIrq to dim_service_irqGravatar Chaehyun Lim 3-3/+3
2015-11-15staging: most: rename DIM_DestroyChannel to dim_destroy_channelGravatar Chaehyun Lim 3-3/+3
2015-11-15staging: most: rename DIM_InitSync to dim_init_syncGravatar Chaehyun Lim 3-5/+5
2015-11-15staging: most: rename DIM_InitIsoc to dim_init_isocGravatar Chaehyun Lim 3-5/+5
2015-11-15staging: most: rename DIM_InitAsync to dim_init_asyncGravatar Chaehyun Lim 3-5/+5
2015-11-15staging: most: rename DIM_InitControl to dim_init_controlGravatar Chaehyun Lim 3-6/+6
2015-11-15staging: most: rename DIM_NormSyncBufferSize to dim_norm_sync_buffer_sizeGravatar Chaehyun Lim 3-3/+3
2015-11-15staging: most: rename DIM_NormIsocBufferSize to dim_norm_isoc_buffer_sizeGravatar Chaehyun Lim 3-3/+3