Sign in
android-kvm
/
linux
/
6450c8957ee3a8f58191c2ed6c5b71c7b7d1b310
/
drivers
/
staging
/
most
29efdd3
Staging: most: Remove __cplusplus check in header files
by PrasannaKumar Muralidharan
· 9 years ago
afb1055
Staging: most: Remove atomic_counter_t typedef
by PrasannaKumar Muralidharan
· 9 years ago
9821776
staging: most: hdm-dim2: Remove possible dereference error
by Amitoj Kaur Chawla
· 9 years ago
720f7a7
staging: most: hdm-usb: Remove invalid reference error
by Amitoj Kaur Chawla
· 9 years ago
afd14ce
Staging: most: Use usb_endpoint_dir_in(endpoint) instead of (endpoint->bEndpointAddress & USB_DIR_IN).
by Sandhya Bankar
· 9 years ago
d93f27b
Staging: most: Use list_first_entry instead of list_entry
by Bhumika Goyal
· 9 years ago
9d521ca
Staging: most: Replace pr_err with dev_err
by Bhumika Goyal
· 9 years ago
dce57ae
staging: most: hdm-usb: Use macro DIV_ROUND_UP
by Bhaktipriya Shridhar
· 9 years ago
3e8b9fe
Staging: most: Do not print message if kzalloc() failed.
by Sandhya Bankar
· 9 years ago
87f35f0
staging: most: compress return logic into one line
by Eva Rachel Retuya
· 9 years ago
e3479f7
staging: most: hdm-usb: Remove create_workqueue()
by Amitoj Kaur Chawla
· 9 years ago
a642bbb
staging: most: hdm-dim2: Replace pr_err with dev_err
by Amitoj Kaur Chawla
· 9 years ago
3eced21
staging: most: hdm-dim2: Replace request_irq with devm_request_irq
by Amitoj Kaur Chawla
· 9 years ago
bab469c
staging: most: hdm-dim2: Switch to devm_ioremap_resource()
by Amitoj Kaur Chawla
· 9 years ago
8661fca
staging: most: hdm-dim2: Replace kzalloc with devm_kzalloc
by Amitoj Kaur Chawla
· 9 years ago
cc4188b
staging: most: return proper error
by Sudip Mukherjee
· 9 years ago
ea39854
staging: most: return error value
by Sudip Mukherjee
· 9 years ago
092c78f
staging: most: add __iomem for io_base and registers
by Hugo Camboulive
· 9 years ago
e7f2b70
staging: most: replace multiple if..else with table lookup
by Hari Prasath Gujulan Elango
· 9 years ago
17ac98a
staging: most: fix error comparison
by Sudip Mukherjee
· 9 years ago
0833ac7
staging: most: remove 2nd forward declaration of struct most_aim
by Christian Gromm
· 9 years ago
1c55d30
staging: most: add statistics for dropped packets
by Christian Gromm
· 9 years ago
5adf5dc
staging: most: rearrange function aim_write
by Christian Gromm
· 9 years ago
f45b0fb
staging: most: remove stacked_mbo
by Christian Gromm
· 9 years ago
b3c9f3c
staging: most: change type of access_ref
by Christian Gromm
· 9 years ago
fa96b8e
staging: most: fix race conditions
by Christian Gromm
· 9 years ago
d8b082e
staging: most: rename variable channel
by Christian Gromm
· 9 years ago
cdc293d
staging: most: fix retrieval of buffer availability
by Christian Gromm
· 9 years ago
5f858a6
staging: most: encapsulate shared code
by Christian Gromm
· 9 years ago
0ccaa6d
staging: most: remove redundant call to wake_up_interruptible
by Christian Gromm
· 9 years ago
61f6bfc
staging: most: remove redundant mutexes
by Christian Gromm
· 9 years ago
b522e61
staging: most: remove code to destroy channel
by Christian Gromm
· 9 years ago
9cda300
staging: most: remove reference counter
by Christian Gromm
· 9 years ago
6ed90e36
staging: most: remove tainted flag
by Christian Gromm
· 9 years ago
a0fceb1
staging: most: move channel disconnect to function most_deregister_interface
by Christian Gromm
· 9 years ago
245dc23
staging: most: move mutex
by Christian Gromm
· 9 years ago
42e252a
staging: most: move initialization of pointer
by Christian Gromm
· 9 years ago
44fe578
staging: most: move call to disconnect_channel callback
by Christian Gromm
· 9 years ago
b7382d4
staging: most: add missing call to ida_simple_remove
by Christian Gromm
· 9 years ago
9ce039a
staging: most: remove function destroy_most_c_obj
by Christian Gromm
· 9 years ago
560dca25
staging: most: use readl and writel functions
by Christian Gromm
· 9 years ago
9e2f2c4
staging: most: fix tracking of MBO offset
by Christian Gromm
· 9 years ago
8a742f7
staging: most: fix mbo leak
by Christian Gromm
· 9 years ago
e6d6cbe
staging: most: use min_t
by Christian Gromm
· 9 years ago
06e7ecf
staging: most: unify types
by Christian Gromm
· 9 years ago
4aa575a
staging: most: simplify expression
by Christian Gromm
· 9 years ago
f9f2487
staging: most: rename variables
by Christian Gromm
· 9 years ago
a191176
staging: most: remove unnecessary keep_mbo variable
by Christian Gromm
· 9 years ago
e23afff
staging: most: Delete an unnecessary check before the function call "module_put"
by Markus Elfring
· 9 years ago
c904ffd
staging: most: rename DIM_EnqueueBuffer to dim_enqueue_buffer
by Chaehyun Lim
· 9 years ago
60d5f66
staging: most: rename DIM_GetChannelState to dim_get_channel_state
by Chaehyun Lim
· 9 years ago
e380925
staging: most: fix argument name of DIM_GetChannelState
by Chaehyun Lim
· 9 years ago
0d08d54
staging: most: rename DIM_ServiceChannel to dim_service_channel
by Chaehyun Lim
· 9 years ago
e5baa9e
staging: most: rename DIM_ServiceIrq to dim_service_irq
by Chaehyun Lim
· 9 years ago
a5e4d89
staging: most: rename DIM_DestroyChannel to dim_destroy_channel
by Chaehyun Lim
· 9 years ago
10e5efb
staging: most: rename DIM_InitSync to dim_init_sync
by Chaehyun Lim
· 9 years ago
f138317
staging: most: rename DIM_InitIsoc to dim_init_isoc
by Chaehyun Lim
· 9 years ago
2630315
staging: most: rename DIM_InitAsync to dim_init_async
by Chaehyun Lim
· 9 years ago
a3f3e92
staging: most: rename DIM_InitControl to dim_init_control
by Chaehyun Lim
· 9 years ago
aff1924
staging: most: rename DIM_NormSyncBufferSize to dim_norm_sync_buffer_size
by Chaehyun Lim
· 9 years ago
e302ca4
staging: most: rename DIM_NormIsocBufferSize to dim_norm_isoc_buffer_size
by Chaehyun Lim
· 9 years ago
c64c6073
staging: most: rename DIM_NormCtrlAsyncBufferSize to dim_norm_ctrl_async_buffer_size
by Chaehyun Lim
· 9 years ago
5888978
staging: most: rename DIMCB_IoRead to dimcb_io_read
by Chaehyun Lim
· 9 years ago
1efc456
staging: most: rename DIMCB_IoWrite to dimcb_io_write
by Chaehyun Lim
· 9 years ago
de66873
staging: most: rename DIMCB_OnError to dimcb_on_error
by Chaehyun Lim
· 9 years ago
b724207
staging: most: rename DIM_GetLockState to dim_get_lock_state
by Chaehyun Lim
· 9 years ago
38c3854
staging: most: rename DIM_DetachBuffers to dim_detach_buffers
by Chaehyun Lim
· 9 years ago
50a45b1
staging: most: rename DIM_Shutdown to dim_shutdown
by Chaehyun Lim
· 9 years ago
6417267
staging: most: rename DIM_Startup to dim_startup
by Chaehyun Lim
· 9 years ago
3c70754
staging: most: add spaces preferred around that '<<'
by Chaehyun Lim
· 9 years ago
2324268
staging: most: remove blank line after an open brace
by Chaehyun Lim
· 9 years ago
fabb93f
staging: most: remove multiple blank lines
by Chaehyun Lim
· 9 years ago
c27fc35
staging: most: remove exclusive wait_queue
by Christian Gromm
· 9 years ago
7f9cacb
staging: most: hdm-dim2: use min_t()
by Christian Gromm
· 9 years ago
bff1d83
staging: most: hdm-usb: Use setup_timer
by Muhammad Falak R Wani
· 9 years ago
f96d48a
staging: most: remove comparison to NULL
by Christian Gromm
· 9 years ago
181a2aa
staging: most: use preferred kzalloc parameters
by Christian Gromm
· 9 years ago
2aa9b96
staging: most: use preferred kernel types
by Christian Gromm
· 9 years ago
623d800
staging: most: fix logical operator position
by Christian Gromm
· 9 years ago
df8da2e
staging: most: remove unnecessary parentheses
by Christian Gromm
· 9 years ago
9cbe5aa
staging: most: use blank line after declarations
by Christian Gromm
· 9 years ago
9deba73
staging: most: use braces on all arms of statement
by Christian Gromm
· 9 years ago
edaa1e3
staging: most: make alignment match open parenthesis
by Christian Gromm
· 9 years ago
c6c3f34
staging: most: remove multiple assignment
by Christian Gromm
· 9 years ago
a64557b
staging: most: removed redundant code
by Christian Gromm
· 9 years ago
16dc374
staging: most: put spaces around operator
by Christian Gromm
· 9 years ago
9ac23b3
staging: most: remove multiple blank lines
by Christian Gromm
· 9 years ago
1446ff0
staging: most: fix line-over-80-characters violations
by Christian Gromm
· 9 years ago
b2db4b2
staging: most: change parameter description
by Christian Gromm
· 9 years ago
d58b0ee
staging: most: replace memcpy by ether_addr_copy
by Christian Gromm
· 9 years ago
47af41b
staging: most: fix misplaced constants in comparisons
by Christian Gromm
· 9 years ago
ba170ee
staging: most: make hdm-usb follow the coding style
by Christian Gromm
· 9 years ago
bfa1a42
staging: most: fix checkpatch issues of hdm i2c
by Christian Gromm
· 9 years ago
ff466a5
staging: most: remove constants from comparisons
by Christian Gromm
· 9 years ago
9158d33
staging: most: correct coding style breaches
by Christian Gromm
· 9 years ago
bba7632
Staging: most: cdev: Remove useless check
by Shivani Bhardwaj
· 9 years ago
b981da1
Staging: most: fix style issue in aim-cdev/cdev.c
by Gavin Thomas Claugus
· 9 years ago
98b5afd
Staging: most: Remove unnecessary cast on void pointer
by Shraddha Barke
· 9 years ago
246ed51
Staging: most: Remove exceptional & on function name
by Shraddha Barke
· 9 years ago
514d4d7
Staging: most: hdm-i2c: Drop owner assignment from i2c driver
by Shraddha Barke
· 9 years ago
Next »