summaryrefslogtreecommitdiff
path: root/drivers/staging/most/hdm-dim2
AgeCommit message (Expand)Author
2017-08-18staging: most: hdm-dim2: fix error return code in dim2_probe()Gustavo A. R. Silva
2017-08-18staging: most: hdm-dim2: constify platform_device_idArvind Yadav
2017-05-15staging: most: dim2: replace function parameter with the expressionAndrey Shvetsov
2017-05-15staging: most: dim2: enable flow control for isoc channelsAndrey Shvetsov
2017-05-15staging: most: remove dependency on networking-aimAndrey Shvetsov
2017-03-06staging: most: Using macro DIV_ROUND_UPsimran singhal
2017-02-09staging: most: dim2_hdm octal permissions fixstephen knipe
2016-10-16staging: most: hdm-dim2: remove tracing of mac addressAndrey Shvetsov
2016-10-02Staging: most: hdm-dim2: constify attribute_group structuresBhumika Goyal
2016-09-22staging: most: replace MOST_CH_ISOC_AVP with MOST_CH_ISOCAndrey Shvetsov
2016-09-15staging: most: hdm-dim2: monitor atx DBR spaceAndrey Shvetsov
2016-09-15staging: most: hdm-dim2: fix dim2-ip interrupt namesAndrey Shvetsov
2016-09-15staging: most: hdm-dim2: remove clearance of pending MLB interruptAndrey Shvetsov
2016-09-15staging: most: hdm-dim2: delete error code from logging messageAndrey Shvetsov
2016-09-15staging: most: hdm-dim2: rename functionAndrey Shvetsov
2016-09-15staging: most: hdm-dim2: remove structure memberAndrey Shvetsov
2016-09-15staging: most: hdm-dim2: round up DBR memory for async/ctrlAndrey Shvetsov
2016-09-15staging: most: hdm-dim2: double size of DBR bufferAndrey Shvetsov
2016-09-15staging: most: hdm-dim2: relocate variable declarationsAndrey Shvetsov
2016-09-15staging: most: hdm-dim2: remove macro ENABLE_HDM_TESTAndrey Shvetsov
2016-09-15staging: most: hdm-dim2: fix channel configurationAndrey Shvetsov
2016-08-18staging: most: dim2-hdm: introduce function dim2_transfer_madrChristian Gromm
2016-08-18staging: most: dim2-hdm: initialize DBR memory of synchronous channelsChristian Gromm
2016-08-15staging: most: dim2-hdm: fix possible kernel freeze when reusing a dim2 channelChristian Gromm
2016-08-15staging: most: dim2-hdm: add configuration for fcntChristian Gromm
2016-08-15staging: most: dim2-hdm: fix race condition when closing a channelChristian Gromm
2016-03-28Staging: most: Remove __cplusplus check in header filesPrasannaKumar Muralidharan
2016-03-28Staging: most: Remove atomic_counter_t typedefPrasannaKumar Muralidharan
2016-03-22staging: most: hdm-dim2: Remove possible dereference errorAmitoj Kaur Chawla
2016-03-10Staging: most: Use list_first_entry instead of list_entryBhumika Goyal
2016-03-10Staging: most: Replace pr_err with dev_errBhumika Goyal
2016-02-25staging: most: compress return logic into one lineEva Rachel Retuya
2016-02-20staging: most: hdm-dim2: Replace pr_err with dev_errAmitoj Kaur Chawla
2016-02-20staging: most: hdm-dim2: Replace request_irq with devm_request_irqAmitoj Kaur Chawla
2016-02-20staging: most: hdm-dim2: Switch to devm_ioremap_resource()Amitoj Kaur Chawla
2016-02-20staging: most: hdm-dim2: Replace kzalloc with devm_kzallocAmitoj Kaur Chawla
2016-02-07staging: most: add __iomem for io_base and registersHugo Camboulive
2016-02-07staging: most: use readl and writel functionsChristian Gromm
2015-11-15staging: most: rename DIM_EnqueueBuffer to dim_enqueue_bufferChaehyun Lim
2015-11-15staging: most: rename DIM_GetChannelState to dim_get_channel_stateChaehyun Lim
2015-11-15staging: most: fix argument name of DIM_GetChannelStateChaehyun Lim
2015-11-15staging: most: rename DIM_ServiceChannel to dim_service_channelChaehyun Lim
2015-11-15staging: most: rename DIM_ServiceIrq to dim_service_irqChaehyun Lim
2015-11-15staging: most: rename DIM_DestroyChannel to dim_destroy_channelChaehyun Lim
2015-11-15staging: most: rename DIM_InitSync to dim_init_syncChaehyun Lim
2015-11-15staging: most: rename DIM_InitIsoc to dim_init_isocChaehyun Lim
2015-11-15staging: most: rename DIM_InitAsync to dim_init_asyncChaehyun Lim
2015-11-15staging: most: rename DIM_InitControl to dim_init_controlChaehyun Lim
2015-11-15staging: most: rename DIM_NormSyncBufferSize to dim_norm_sync_buffer_sizeChaehyun Lim
2015-11-15staging: most: rename DIM_NormIsocBufferSize to dim_norm_isoc_buffer_sizeChaehyun Lim