summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-05-024-36/+41
|\
| * Merge tag 'tegra-for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2013-04-092-34/+4
| |\
| | * memory: tegra30: Fix build error w/o PMHiroshi Doyu2013-03-151-0/+2
| | * clk: tegra: No 7.1 super clk dividers on Tegra20Peter De Schrijver2013-03-111-34/+2
| * | Merge tag 'omap-for-v3.10/fixes-non-critical-signed' of git://git.kernel.org/...Arnd Bergmann2013-04-08417-2802/+5100
| |\ \
| * \ \ Merge tag 'ux500-dt-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Arnd Bergmann2013-03-153-2/+39
| |\ \ \
| | * | | mmc: mmci: Move ios_handler functionality into the driverLee Jones2013-03-011-0/+9
| | * | | net/smsc911x: Provide common clock functionalityLee Jones2013-03-011-1/+28
| | * | | clk: ux500: Provide an alias for the SMSC911x Ethernet chipLee Jones2013-03-011-0/+1
| | * | | clk: ux500: Ensure the FMSC clock is obtainableLee Jones2013-03-011-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-02206-10891/+4530
|\ \ \ \ \
| * | | | | proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-015-38/+10
| * | | | | hostap: proc: Use remove_proc_subtree()David Howells2013-05-011-19/+1
| * | | | | drm: proc: Use remove_proc_subtree()David Howells2013-05-011-15/+7
| * | | | | drm: proc: Use minor->index to label things, not PDE->nameDavid Howells2013-05-012-9/+6
| * | | | | drm: Constify drm_proc_list[]David Howells2013-05-011-3/+3
| * | | | | zoran: Don't print proc_dir_entry data in debugDavid Howells2013-05-011-1/+1
| * | | | | proc: Supply an accessor for getting the data from a PDE's parentDavid Howells2013-05-013-3/+3
| * | | | | airo: Use remove_proc_subtree()David Howells2013-05-011-36/+13
| * | | | | rtl8192u: Don't need to save device proc dir PDEDavid Howells2013-05-012-13/+6
| * | | | | rtl8187se: Use a dir under /proc/net/r8180/David Howells2013-05-012-19/+8
| * | | | | proc: Add proc_mkdir_data()David Howells2013-05-013-10/+5
| * | | | | proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-016-28/+16
| * | | | | Include missing linux/magic.h inclusionsDavid Howells2013-04-291-0/+1
| * | | | | Include missing linux/slab.h inclusionsDavid Howells2013-04-296-1/+6
| * | | | | megaraid: Don't use create_proc_read_entry()David Howells2013-04-292-675/+382
| * | | | | hostap: Don't use create_proc_read_entry()David Howells2013-04-298-482/+662
| * | | | | atmel: Don't use create_proc_read_entry()David Howells2013-04-291-38/+31
| * | | | | ds1620: Don't use create_proc_read_entry()David Howells2013-04-291-14/+19
| * | | | | efirtc: Don't use create_proc_read_entry()David Howells2013-04-291-43/+40
| * | | | | genrtc: Don't use create_proc_read_entry()David Howells2013-04-291-25/+23
| * | | | | hp_sdc_rtc: Don't use create_proc_read_entry()David Howells2013-04-291-32/+26
| * | | | | nubus: Don't use create_proc_read_entry()David Howells2013-04-292-60/+76
| * | | | | fsl_udc: Don't use create_proc_read_entry()David Howells2013-04-291-81/+43
| * | | | | goku_udc: Don't use create_proc_read_entry()David Howells2013-04-291-50/+39
| * | | | | wlags49_h2: Don't use create_proc_read_entry()David Howells2013-04-291-159/+161
| * | | | | cxt1e1: Don't use create_proc_read_entry()David Howells2013-04-293-302/+175
| * | | | | csr: Don't use create_proc_read_entry()David Howells2013-04-293-332/+189
| * | | | | comedi: Don't use create_proc_read_entry()David Howells2013-04-291-21/+31
| * | | | | ft1000: Don't use create_proc_read_entry()David Howells2013-04-292-136/+123
| * | | | | rtl8187se: Don't use create_proc_read_entry()David Howells2013-04-291-71/+63
| * | | | | rtl8192u: Don't use create_proc_read_entry()David Howells2013-04-291-123/+91
| * | | | | mISDN: grabbing/dropping reference to THIS_MODULE in open/release is racyAl Viro2013-04-291-2/+1
| * | | | | mISDN: fix mISDN_read()/mISDN_read() raceAl Viro2013-04-291-9/+14
| * | | | | mISDN: fix misdn_add_timer()/misdn_del_timer() raceAl Viro2013-04-291-9/+5
| * | | | | mISDN: fix races between misdn_del_timer() and timer callbackAl Viro2013-04-291-13/+9
| * | | | | mISDN: fix the races with timers going off just as they are deletedAl Viro2013-04-291-2/+12
| * | | | | dvb_frontend: don't mess with ->f_op in ->release()Al Viro2013-04-291-4/+1
| * | | | | dvb_net: don't mess with ->f_op in ->release()Al Viro2013-04-291-4/+1
| * | | | | lis3lv02d: don't wank with fasync() on ->release()Al Viro2013-04-291-1/+0