Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
80660f20252d6f76c9f203874ad7c7a4a8508cf8
/
drivers
/
vme
/
vme.c
9778461
vme: Fix a possible sleep-in-atomic bug in vme_tsi148
by Jia-Ju Bai
· 7 years ago
f13d1a8
VME: Return -EBUSY when DMA list in use
by Martyn Welch
· 7 years ago
ad146e3
Merge tag 'vme-next-4.14-rc4' of https://gitlab.collabora.com/martyn/linux into char-misc-next
by Greg Kroah-Hartman
· 7 years ago
8af70cd9
vme: Return directly in two functions
by Markus Elfring
· 7 years ago
61282c0
vme: Adjust 48 checks for null pointers
by Markus Elfring
· 7 years ago
a384b2c
vme: Move an assignment in vme_new_dma_list()
by Markus Elfring
· 7 years ago
1ff0a19
vme: Improve 11 size determinations
by Markus Elfring
· 7 years ago
94eefcc
vme: Delete 11 error messages for a failed memory allocation
by Markus Elfring
· 7 years ago
bd14798
vme: Fix integer overflow checking in vme_check_window()
by Dan Carpenter
· 7 years ago
b5bc980
docs: Add kernel-doc comments to VME driver API
by Martyn Welch
· 8 years ago
9797484
VME: restore bus_remove function causing incomplete module unload
by Stefano Babic
· 8 years ago
6ad3756
vme: vme_get_size potentially returning incorrect value on failure
by Martyn Welch
· 8 years ago
050c3d5
vme: make core vme support explicitly non-modular
by Paul Gortmaker
· 8 years ago
fa54b32
vme: change LM callback argument to void pointer
by Aaron Sierra
· 9 years ago
326071b
vme: add vme_init_bridge for common bridge init
by Aaron Sierra
· 9 years ago
f56c3d4
vme: trivial spelling and capitalization fixes
by Aaron Sierra
· 9 years ago
448535a
vme: print unhandled VME access errors
by Dmitry Kalinkin
· 9 years ago
0b04966
vme: change bus error handling scheme
by Dmitry Kalinkin
· 9 years ago
472f16f
vme: include address space in error filtering
by Dmitry Kalinkin
· 9 years ago
e2c6393
vme: move tsi148 error handling into VME subsystem
by Dmitry Kalinkin
· 9 years ago
ef73f88
vme: export vme_check_window()
by Dmitry Kalinkin
· 9 years ago
e7fd80c
vme: check for A64 overflow in vme_check_window()
by Dmitry Kalinkin
· 9 years ago
c74a804
staging: vme: mmap() support for vme_user
by Dmitry Kalinkin
· 10 years ago
c103830
vme: fix misspelling of current function in string
by Julia Lawall
· 10 years ago
c326cc0
vme: Convert VME core to register as a subsystem
by Aaron Sierra
· 11 years ago
d7729f0
VME: Rename vme_slot_get to avoid confusion with reference counting
by Martyn Welch
· 11 years ago
978f47d
VME: Provide access to VME bus enumeration and fix vme_user match function
by Martyn Welch
· 11 years ago
fd5c256
vme: Free DMA resource allocation structure
by Martyn Welch
· 11 years ago
def1820
vme: add missing put_device() after device_register() fails
by Emilio G. Cota
· 12 years ago
db3b9e9
Staging: VME: move VME drivers out of staging
by Greg Kroah-Hartman
· 13 years ago
[Renamed (99%) from drivers/staging/vme/vme.c]
25958ce
staging: vme: vme.c: fix minor coding style issues
by Greg Kroah-Hartman
· 13 years ago
6af04b0
Staging: VME: Remove typedefs
by Martyn Welch
· 13 years ago
5b93c2a
staging: vme: remove vme_add_bus() and vme_remove_bus()
by Manohar Vanga
· 13 years ago
c26f611
staging: vme: fix comment in __vme_register_driver()
by Manohar Vanga
· 13 years ago
a916a39
staging: vme: get rid of struct vme_device_id and slots
by Manohar Vanga
· 13 years ago
5d6abf3
staging: vme: make match() driver specific to improve non-VME64x support
by Manohar Vanga
· 13 years ago
8f966dc
staging: vme: add struct vme_dev for VME devices
by Manohar Vanga
· 13 years ago
f6c39d4
staging: vme: change static device array to pointers
by Manohar Vanga
· 13 years ago
733e3ef
staging: vme: keep track of registered buses
by Manohar Vanga
· 13 years ago
7f58f02
staging: vme: make [alloc|free]_consistent bridge specific
by Manohar Vanga
· 13 years ago
b004646
staging: vme: remove unreachable code
by Manohar Vanga
· 14 years ago
da1bbd1
staging: vme: fix loop condition
by Manohar Vanga
· 14 years ago
6012795
staging: vme: remove unreachable code
by Manohar Vanga
· 14 years ago
db6d8fc
staging: vme: fix bogus clearing of the bus number in vme_free_bus_num
by Emilio G. Cota
· 14 years ago
886953e
staging: vme: style: convert '&(foo)' to '&foo'
by Emilio G. Cota
· 14 years ago
b1a5fad4
Staging: vme: declare vme_calc_slot() as static
by Bill Pemberton
· 15 years ago
1fe923e
Staging: vme: declare vme_bus_num_mtx static
by Bill Pemberton
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
bb9ea89
Staging: vme: Remove legacy unsupported code
by Martyn Welch
· 15 years ago
29848ac
Staging: vme: Enable drivers to handle more than one bridge
by Martyn Welch
· 15 years ago
4f723df
Staging: vme: Attribute Testing For Dma Request
by Martyn Welch
· 15 years ago
66bd8db
Staging: vme: Renaming following split of GE Fanuc joint venture
by Martyn Welch
· 15 years ago
ead1f3e
Staging: vme: Fix checkpatch errors on VME core.
by Martyn Welch
· 15 years ago
a5c330f
staging: vme: Fix mutex locking
by Martyn Welch
· 15 years ago
58e5079
Staging: vme: Rename VME DMA functions
by Martyn Welch
· 15 years ago
8be9226
Staging: vme: Correct operation of vme_lm_free
by Martyn Welch
· 15 years ago
c813f59
Staging: vme: Pull common VME interrupt handling into core code
by Martyn Welch
· 15 years ago
6884bb0
Staging: vme: remove unused #include <linux/version.h>
by Huang Weiyi
· 15 years ago
42fb503
Staging: vme: add VME Location Monitor management mechanism
by Martyn Welch
· 15 years ago
400822f
Staging: Use proper mutexes in the tsi-148 VME driver
by Martyn Welch
· 15 years ago
51a569f
Staging: vme: fix {master,slave}_get check bug
by Emilio G. Cota
· 15 years ago
a37b0da
Staging: vme: Extend VME core probing for special matches
by Martyn Welch
· 15 years ago
a17a75e
Staging: VME Framework for the Linux Kernel
by Martyn Welch
· 15 years ago