summaryrefslogtreecommitdiff
path: root/drivers/staging/most/hdm-dim2/dim2_hdm.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-27staging: most: dim2: rename moduleChristian Gromm1-912/+0
2017-11-27staging: most: move core filesChristian Gromm1-1/+1
2017-11-27staging: most: Remove redundant license textGreg Kroah-Hartman1-7/+0
2017-11-27staging: most: add SPDX identifiers to all most driver filesGreg Kroah-Hartman1-0/+1
2017-08-19staging: most: hdm-dim2: fix error return code in dim2_probe()Gustavo A. R. Silva1-4/+4
2017-08-19staging: most: hdm-dim2: constify platform_device_idArvind Yadav1-1/+1
2017-05-15staging: most: remove dependency on networking-aimAndrey Shvetsov1-4/+14
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-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 Shvetsov1-0/+35
2016-09-15staging: most: hdm-dim2: fix dim2-ip interrupt namesAndrey Shvetsov1-3/+3
2016-09-15staging: most: hdm-dim2: delete error code from logging messageAndrey Shvetsov1-2/+1
2016-09-15staging: most: hdm-dim2: rename functionAndrey Shvetsov1-1/+1
2016-09-15staging: most: hdm-dim2: remove structure memberAndrey Shvetsov1-7/+5
2016-09-15staging: most: hdm-dim2: double size of DBR bufferAndrey Shvetsov1-2/+3
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-15staging: most: dim2-hdm: add configuration for fcntChristian Gromm1-1/+13
2016-08-15staging: most: dim2-hdm: fix race condition when closing a channelChristian Gromm1-0/+2
2016-03-23staging: most: hdm-dim2: Remove possible dereference errorAmitoj Kaur Chawla1-1/+1
2016-03-11Staging: most: Use list_first_entry instead of list_entryBhumika Goyal1-3/+3
2016-03-11Staging: most: Replace pr_err with dev_errBhumika Goyal1-2/+2
2016-02-21staging: most: hdm-dim2: Replace pr_err with dev_errAmitoj Kaur Chawla1-3/+3
2016-02-21staging: most: hdm-dim2: Replace request_irq with devm_request_irqAmitoj Kaur Chawla1-11/+3
2016-02-21staging: most: hdm-dim2: Switch to devm_ioremap_resource()Amitoj Kaur Chawla1-28/+5
2016-02-21staging: most: hdm-dim2: Replace kzalloc with devm_kzallocAmitoj Kaur Chawla1-6/+3
2016-02-08staging: most: add __iomem for io_base and registersHugo Camboulive1-3/+3
2016-02-08staging: most: use readl and writel functionsChristian Gromm1-2/+2
2015-11-16staging: most: rename DIM_EnqueueBuffer to dim_enqueue_bufferChaehyun Lim1-3/+3
2015-11-16staging: most: rename DIM_GetChannelState to dim_get_channel_stateChaehyun Lim1-2/+2
2015-11-16staging: most: rename DIM_ServiceChannel to dim_service_channelChaehyun Lim1-1/+1
2015-11-16staging: most: rename DIM_ServiceIrq to dim_service_irqChaehyun Lim1-1/+1
2015-11-16staging: most: rename DIM_DestroyChannel to dim_destroy_channelChaehyun Lim1-1/+1
2015-11-16staging: most: rename DIM_InitSync to dim_init_syncChaehyun Lim1-1/+1
2015-11-16staging: most: rename DIM_InitIsoc to dim_init_isocChaehyun Lim1-1/+1
2015-11-16staging: most: rename DIM_InitAsync to dim_init_asyncChaehyun Lim1-1/+1
2015-11-16staging: most: rename DIM_InitControl to dim_init_controlChaehyun Lim1-2/+2
2015-11-16staging: most: rename DIM_NormSyncBufferSize to dim_norm_sync_buffer_sizeChaehyun Lim1-1/+1
2015-11-16staging: most: rename DIM_NormIsocBufferSize to dim_norm_isoc_buffer_sizeChaehyun Lim1-1/+1
2015-11-16staging: most: rename DIM_NormCtrlAsyncBufferSize to dim_norm_ctrl_async_buff...Chaehyun Lim1-2/+2
2015-11-16staging: most: rename DIMCB_IoRead to dimcb_io_readChaehyun Lim1-2/+2
2015-11-16staging: most: rename DIMCB_IoWrite to dimcb_io_writeChaehyun Lim1-2/+2
2015-11-16staging: most: rename DIMCB_OnError to dimcb_on_errorChaehyun Lim1-3/+3
2015-11-16staging: most: rename DIM_GetLockState to dim_get_lock_stateChaehyun Lim1-1/+1
2015-11-16staging: most: rename DIM_DetachBuffers to dim_detach_buffersChaehyun Lim1-1/+1
2015-11-16staging: most: rename DIM_Shutdown to dim_shutdownChaehyun Lim1-1/+1
2015-11-16staging: most: rename DIM_Startup to dim_startupChaehyun Lim1-2/+2
2015-11-16staging: most: remove blank line after an open braceChaehyun Lim1-2/+0
2015-10-29staging: most: hdm-dim2: use min_t()Christian Gromm1-1/+2