summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-06-08Merge tag 'iio-for-3.11b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman26-245/+887
2013-06-08iio:trigger:interrupt fix formatting of rsize variable in nameJonathan Cameron1-1/+1
2013-06-08staging: iio: spear_adc: Add missing CONFIG_OF macroSachin Kamat1-0/+2
2013-06-07staging: octeon-usb: cvmx-usbcx-defs.h: reformat license text to fit 80 colsAaro Koskinen1-5/+5
2013-06-07staging: octeon-usb: cvmx-usbcx-defs.h: delete CVS keyword markerAaro Koskinen1-4/+0
2013-06-07staging: octeon-usb: cvmx-usbcx-defs.h: avoid long lines in commentsAaro Koskinen1-142/+170
2013-06-07staging: octeon-usb: cvmx-usbcx-defs.h: clean up macrosAaro Koskinen1-24/+32
2013-06-07staging: octeon-usb: cvmx-usbcx-defs.h: delete unused macrosAaro Koskinen1-28/+0
2013-06-07staging: octeon-usb: cvmx-usbcx-defs.h: fix comment styleAaro Koskinen1-813/+1049
2013-06-07staging: octeon-usb: cvmx-usbcx-defs.h: fix struct indentationAaro Koskinen1-193/+193
2013-06-07staging: octeon-usb: cvmx-usbcx-defs.h: fix brace placementAaro Koskinen1-92/+46
2013-06-07staging: octeon-usb: cvmx-usbcx-defs.h: delete unused union membersAaro Koskinen1-161/+0
2013-06-07staging: octeon-usb: cvmx-usbcx-defs.h: delete unused data typesAaro Koskinen1-1568/+0
2013-06-07Staging: ft1000-pcmcia: ft1000_dnld.c: fixed four checkpatchAldo Iljazi1-4/+4
2013-06-06zram: use atomic64_xxx() to replace zram_stat64_xxx()Jiang Liu3-53/+24
2013-06-06zram: optimize memory operations with clear_page()/copy_page()Jiang Liu1-11/+16
2013-06-06zram: kill unused zram_get_num_devices()Jiang Liu2-8/+1
2013-06-06zram: simplify and optimize dev_to_zram()Jiang Liu1-11/+2
2013-06-06zram: protect sysfs handler from invalid memory accessJiang Liu1-0/+2
2013-06-06zram: avoid access beyond the zram deviceJiang Liu1-5/+12
2013-06-06zram: avoid double free in function zram_bvec_write()Jiang Liu1-2/+0
2013-06-06zram: destroy all devices on error recovery path in zram_init()Jiang Liu1-6/+9
2013-06-06zram: use zram->lock to protect zram_free_page() in swap free notify pathJiang Liu2-2/+5
2013-06-06zram: avoid invalid memory access in zram_exit()Jiang Liu1-0/+2
2013-06-06staging: comedi: pcl730: tidy up multi-line commentH Hartley Sweeten1-10/+15
2013-06-06staging: comedi: pcl730: rename the boardinfo tableH Hartley Sweeten1-3/+3
2013-06-06staging: comedi: pcl730: tidy up pcl730_attach()H Hartley Sweeten1-38/+37
2013-06-06staging: comedi: pcl730: tidy up pcl730_di_insn()H Hartley Sweeten1-6/+9
2013-06-06staging: comedi: pcl730: tidy up pcl730_do_insn()H Hartley Sweeten1-13/+18
2013-06-06staging: comedi: pcl730: tidy up the boardinfoH Hartley Sweeten1-9/+13
2013-06-06staging: comedi: introduce comedi_range_is_{bi,uni}polar()H Hartley Sweeten1-0/+12
2013-06-06staging: comedi: pcmad: remove unnecessary includesH Hartley Sweeten1-3/+0
2013-06-06staging: comedi: pcmad: fix analog input data on pcmad12H Hartley Sweeten1-0/+4
2013-06-06staging: comedi: pcmad: properly handle analog input encoding configurationH Hartley Sweeten1-15/+13
2013-06-06staging: comedi: pcmad: properly handle single/diff input configurationH Hartley Sweeten1-6/+12
2013-06-06staging: comedi: pcmad: change boardinfo 'n_ai_bits' to 'ai_maxdata'H Hartley Sweeten1-4/+4
2013-06-06staging: comedi: pcmad: tidy up pcmad_attach()H Hartley Sweeten1-17/+8
2013-06-06staging: comedi: pcmad: tidy up pcmad_ai_insn_read()H Hartley Sweeten1-10/+12
2013-06-06staging: comedi: pcmad: remove need for boardinfo in pcmad_ai_insn_read()H Hartley Sweeten1-2/+1
2013-06-06staging: comedi: pcmad: return errno if AI conversion times outH Hartley Sweeten1-5/+17
2013-06-06staging: comedi: pcmad: move the boardinfoH Hartley Sweeten1-9/+10
2013-06-06staging: comedi: pcmad: tidy up multi-line commentsH Hartley Sweeten1-35/+37
2013-06-06staging: rtl8192u: fix read_nic_* functionsXenia Ragiadakou8-139/+172
2013-06-06Staging: rtl8192u: fix a reversed testDan Carpenter1-1/+1
2013-06-06keucr: fix some alignment- and whitespace-problemsJohannes Schilling6-98/+106
2013-06-06keucr: moved function to other fileLaura Lawniczak3-52/+50
2013-06-06keucr: more readable and friendly error messagesLaura Lawniczak2-11/+23
2013-06-06keucr: migrate printk to dev_dbg/info/warn/errLaura Lawniczak6-50/+48
2013-06-06keucr: use more specific max_t(int, ..Johannes Schilling1-2/+2
2013-06-06keucr: remove some unneccesary typedefsJohannes Schilling5-37/+21