summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/hdm-dim2/dim2_hdm.c
Commit message (Expand)AuthorAgeFilesLines
* staging: most: dim2_hdm octal permissions fixstephen knipe2017-02-091-2/+2
* staging: most: hdm-dim2: remove tracing of mac addressAndrey Shvetsov2016-10-161-4/+1
* staging: most: replace MOST_CH_ISOC_AVP with MOST_CH_ISOCAndrey Shvetsov2016-09-221-2/+2
* staging: most: hdm-dim2: monitor atx DBR spaceAndrey Shvetsov2016-09-151-0/+35
* staging: most: hdm-dim2: fix dim2-ip interrupt namesAndrey Shvetsov2016-09-151-3/+3
* staging: most: hdm-dim2: delete error code from logging messageAndrey Shvetsov2016-09-151-2/+1
* staging: most: hdm-dim2: rename functionAndrey Shvetsov2016-09-151-1/+1
* staging: most: hdm-dim2: remove structure memberAndrey Shvetsov2016-09-151-7/+5
* staging: most: hdm-dim2: double size of DBR bufferAndrey Shvetsov2016-09-151-2/+3
* staging: most: hdm-dim2: remove macro ENABLE_HDM_TESTAndrey Shvetsov2016-09-151-35/+0
* staging: most: hdm-dim2: fix channel configurationAndrey Shvetsov2016-09-151-3/+3
* staging: most: dim2-hdm: add configuration for fcntChristian Gromm2016-08-151-1/+13
* staging: most: dim2-hdm: fix race condition when closing a channelChristian Gromm2016-08-151-0/+2
* staging: most: hdm-dim2: Remove possible dereference errorAmitoj Kaur Chawla2016-03-221-1/+1
* Staging: most: Use list_first_entry instead of list_entryBhumika Goyal2016-03-101-3/+3
* Staging: most: Replace pr_err with dev_errBhumika Goyal2016-03-101-2/+2
* staging: most: hdm-dim2: Replace pr_err with dev_errAmitoj Kaur Chawla2016-02-201-3/+3
* staging: most: hdm-dim2: Replace request_irq with devm_request_irqAmitoj Kaur Chawla2016-02-201-11/+3
* staging: most: hdm-dim2: Switch to devm_ioremap_resource()Amitoj Kaur Chawla2016-02-201-28/+5
* staging: most: hdm-dim2: Replace kzalloc with devm_kzallocAmitoj Kaur Chawla2016-02-201-6/+3
* staging: most: add __iomem for io_base and registersHugo Camboulive2016-02-071-3/+3
* staging: most: use readl and writel functionsChristian Gromm2016-02-071-2/+2
* staging: most: rename DIM_EnqueueBuffer to dim_enqueue_bufferChaehyun Lim2015-11-151-3/+3
* staging: most: rename DIM_GetChannelState to dim_get_channel_stateChaehyun Lim2015-11-151-2/+2
* staging: most: rename DIM_ServiceChannel to dim_service_channelChaehyun Lim2015-11-151-1/+1
* staging: most: rename DIM_ServiceIrq to dim_service_irqChaehyun Lim2015-11-151-1/+1
* staging: most: rename DIM_DestroyChannel to dim_destroy_channelChaehyun Lim2015-11-151-1/+1
* staging: most: rename DIM_InitSync to dim_init_syncChaehyun Lim2015-11-151-1/+1
* staging: most: rename DIM_InitIsoc to dim_init_isocChaehyun Lim2015-11-151-1/+1
* staging: most: rename DIM_InitAsync to dim_init_asyncChaehyun Lim2015-11-151-1/+1
* staging: most: rename DIM_InitControl to dim_init_controlChaehyun Lim2015-11-151-2/+2
* staging: most: rename DIM_NormSyncBufferSize to dim_norm_sync_buffer_sizeChaehyun Lim2015-11-151-1/+1
* staging: most: rename DIM_NormIsocBufferSize to dim_norm_isoc_buffer_sizeChaehyun Lim2015-11-151-1/+1
* staging: most: rename DIM_NormCtrlAsyncBufferSize to dim_norm_ctrl_async_buff...Chaehyun Lim2015-11-151-2/+2
* staging: most: rename DIMCB_IoRead to dimcb_io_readChaehyun Lim2015-11-151-2/+2
* staging: most: rename DIMCB_IoWrite to dimcb_io_writeChaehyun Lim2015-11-151-2/+2
* staging: most: rename DIMCB_OnError to dimcb_on_errorChaehyun Lim2015-11-151-3/+3
* staging: most: rename DIM_GetLockState to dim_get_lock_stateChaehyun Lim2015-11-151-1/+1
* staging: most: rename DIM_DetachBuffers to dim_detach_buffersChaehyun Lim2015-11-151-1/+1
* staging: most: rename DIM_Shutdown to dim_shutdownChaehyun Lim2015-11-151-1/+1
* staging: most: rename DIM_Startup to dim_startupChaehyun Lim2015-11-151-2/+2
* staging: most: remove blank line after an open braceChaehyun Lim2015-11-151-2/+0
* staging: most: hdm-dim2: use min_t()Christian Gromm2015-10-291-1/+2
* staging: most: remove unnecessary parenthesesChristian Gromm2015-10-241-1/+1
* staging: most: use braces on all arms of statementChristian Gromm2015-10-241-2/+2
* staging: most: make alignment match open parenthesisChristian Gromm2015-10-241-1/+1
* staging: most: put spaces around operatorChristian Gromm2015-10-241-1/+1
* staging: most: correct coding style breachesChristian Gromm2015-10-161-10/+10
* Staging: most: Remove unnecessary cast on void pointerShraddha Barke2015-10-161-2/+2
* Staging: most: Use module_platform_driverShraddha Barke2015-10-041-20/+1
OpenPOWER on IntegriCloud