summaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/device-drivers.tmpl (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-02[media] staging: dt3155v4l: Switch to using managed resource with devm_Kiran Padwal1-8/+5
2015-03-02[media] timberdale: VIDEO_TIMBERDALE should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2015-03-02[media] am437x: VIDEO_AM437X_VPFE should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2015-03-02[media] cx231xx: drop condition with no effectNicholas Mc Guire1-10/+3
2015-03-02[media] siano: avoid a linkedit error if !MCMauro Carvalho Chehab1-0/+2
2015-03-02[media] use a function for DVB media controller registerMauro Carvalho Chehab5-8/+11
2015-03-02[media] dvb: Avoid warnings when compiled without the media controllerMauro Carvalho Chehab3-7/+1
2015-03-02[media] dvbdev: use adapter arg for dvb_create_media_graph()Mauro Carvalho Chehab6-10/+15
2015-02-26[media] dvb-usb: create one media_dev per adapterMauro Carvalho Chehab2-20/+12
2015-02-26[media] dvb-usb: add support for the media controller at USB driverRafael Lourenço de Lima Chehab2-0/+62
2015-02-26[media] dvb-usb-v2: create one media_dev per adapterMauro Carvalho Chehab2-17/+14
2015-02-26[media] dvb-usb-v2: add support for the media controller at USB driverRafael Lourenço de Lima Chehab2-0/+66
2015-02-26[media] siano: register media controller earlierMauro Carvalho Chehab4-11/+22
2015-02-26[media] siano: print a message if DVB register succeedsMauro Carvalho Chehab1-1/+1
2015-02-26[media] siano: get rid of sms_dbg parameterMauro Carvalho Chehab4-17/+0
2015-02-26[media] siano: get rid of sms_info()Mauro Carvalho Chehab4-51/+40
2015-02-26[media] siano: replace sms_debug() by pr_debug()Mauro Carvalho Chehab5-41/+37
2015-02-26[media] siano: replace sms_log() by pr_debug()Mauro Carvalho Chehab2-5/+5
2015-02-26[media] siano: replace sms_err by pr_errMauro Carvalho Chehab8-79/+69
2015-02-26[media] siano: replace sms_warn() by pr_warn()Mauro Carvalho Chehab2-4/+3
2015-02-26[media] siano: use pr_* print functionsMauro Carvalho Chehab8-24/+25
2015-02-26[media] siano: add support for the media controller at USB driverMauro Carvalho Chehab3-0/+63
2015-02-26[media] cx25840: better document the media padsMauro Carvalho Chehab2-4/+12
2015-02-26[media] cx25840: fix return logic when media entity init failsMauro Carvalho Chehab1-2/+1
2015-02-26[media] cx231xx: enable the analog tuner at buffer setupMauro Carvalho Chehab1-71/+72
2015-02-26[media] cx231xx: Improve the media controller commentMauro Carvalho Chehab1-6/+7
2015-02-26[media] cx25840: better document the media controller TODOMauro Carvalho Chehab1-1/+14
2015-02-26[media] dvb core: rename the media controller entitiesMauro Carvalho Chehab3-4/+4
2015-02-26[media] tuner-core: fix compilation if the media controller is not definedMauro Carvalho Chehab1-0/+2
2015-02-26[media] cx231xx: fix compilation if the media controller is not definedMauro Carvalho Chehab2-0/+4
2015-02-26[media] dvb-frontend: remove a warningMauro Carvalho Chehab1-0/+2
2015-02-26[media] media.h: mark alsa struct in media_entity_desc as TODOHans Verkuil2-6/+36
2015-02-23[media] dvb core: only start media entity if not NULLMauro Carvalho Chehab1-2/+3
2015-02-23Linux 4.0-rc1v4.0-rc1Linus Torvalds1-4/+4
2015-02-22autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro1-2/+6
2015-02-22procfs: fix race between symlink removals and traversalsAl Viro3-12/+22
2015-02-22debugfs: leave freeing a symlink body until inode evictionAl Viro1-17/+17
2015-02-22Documentation/filesystems/Locking: ->get_sb() is long goneAl Viro1-2/+0
2015-02-22trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov3-26/+22
2015-02-22fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells1-1/+1
2015-02-22Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells4-9/+9
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells34-71/+71
2015-02-22SELinux: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells1-2/+2
2015-02-22Smack: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells1-2/+2
2015-02-22TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()David Howells1-3/+1
2015-02-22Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inodeDavid Howells1-1/+1
2015-02-22Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sbDavid Howells2-12/+12
2015-02-22VFS: Split DCACHE_FILE_TYPE into regular and special typesDavid Howells2-8/+27
2015-02-22VFS: Add a fallthrough flag for marking virtual dentriesDavid Howells2-1/+27
2015-02-22VFS: Add a whiteout dentry typeDavid Howells1-6/+18