summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-09-04Staging: ipack: implement ipack device table.Jens Taprogge2-0/+53
2012-09-04Staging: ipack/devices/ipoctal: Tidy up ipoctal some more.Jens Taprogge2-101/+97
2012-09-04Staging: ipack/devices/ipoctal: ipoctal cleanups.Jens Taprogge2-55/+55
2012-09-04Staging: ipack: remove read/write operations from ipack_bus_opsSamuel Iglesias Gonsálvez1-12/+0
2012-09-04Staging: ipack/bridges/tpci200: Remove the read/write functions from ipack_bu...Jens Taprogge1-218/+0
2012-09-04Staging: ipack/devices/ipoctal: Convert ipoctal to directly use ioread/write ...Jens Taprogge1-21/+8
2012-09-04Staging: ipack/bridges/tpci200: Use the TPCI200 in big endian mode.Jens Taprogge3-7/+53
2012-09-04Staging: ipack/bridges/tpci200: Reorganize tpci200_probe in preparation for f...Jens Taprogge1-10/+15
2012-09-04staging: csr: replace calls to kmalloc and memset with kzallocDevendra Naga1-7/+3
2012-09-04staging: csr: remove casting of return value from kmallocDevendra Naga1-1/+1
2012-09-04staging: csr: Remove all leftover kernel version checks \o/Priit Laes9-75/+1
2012-09-04staging: csr: Remove unneeded UF_NETIF_TX_* macrosPriit Laes5-14/+9
2012-09-04staging: csr: unifi_priv.h: Remove KERNEL_VERSION checksPriit Laes1-27/+0
2012-09-04staging: csr: unifi_wext.h: Remove KERNEL_VERSION checksPriit Laes1-21/+5
2012-09-04staging: csr: drv.c: Remove KERNEL_VERSION checks and associated definesPriit Laes1-35/+8
2012-09-04staging: csr: Drop unused UNIFI_NET_NAME configuration optionPriit Laes1-17/+2
2012-09-04staging: csr: remove unused define ALLOW_Q_PAUSEPriit Laes2-19/+0
2012-09-04staging: csr: netdev.c: Clean up KERNEL_VERSION checks: 2.6.37Priit Laes1-8/+0
2012-09-04staging: csr: netdev.c: Clean up KERNEL_VERSION checks: 2.6.34Priit Laes1-25/+0
2012-09-04staging: csr: netdev.c: Clean up KERNEL_VERSION checks: 2.6.32Priit Laes1-14/+0
2012-09-04staging: csr: netdev.c: Clean up KERNEL_VERSION checks: 2.6.29Priit Laes1-27/+0
2012-09-04staging: csr: netdev.c: Clean up KERNEL_VERSION checks: 2.6.28Priit Laes1-454/+0
2012-09-04staging: csr: netdev.c: Clean up KERNEL_VERSION checks: 2.6.27Priit Laes1-42/+0
2012-09-04staging: csr: netdev.c: Clean up KERNEL_VERSION checks: <=2.6.25Priit Laes1-21/+0
2012-09-04staging: bcm: use pr_info and pr_err rather than printkAlexey Khoroshilov1-4/+4
2012-09-04staging: bcm: fix error handling in bcm_init()Alexey Khoroshilov1-1/+9
2012-09-04Staging: bcm: Convert INT to int in InterfaceInit.hKevin McKinney1-3/+3
2012-09-04Staging: bcm: Fix white space issues in InterfaceInit.hKevin McKinney1-14/+12
2012-09-04staging: "winbond" Fix typos.Justin P. Mattock9-20/+20
2012-09-04staging: cxt1e1: solve coding style problemDevendra Naga1-5/+5
2012-09-04staging: cxt1e1: use kernel's way of returning error codesDevendra Naga2-6/+6
2012-09-04Staging: sep: Correct misspelled "remap_page_range" -> "remap_pfn_range"Robert P. J. Day1-1/+1
2012-09-04staging: sm7xxfb: copy device name before we pass to the smtc_alloc_fb_infoDevendra Naga1-1/+2
2012-09-04Staging: android: Alarm driver cleanupsDae S. Kim1-10/+7
2012-09-04staging: slicoss: release firmware before returningDevendra Naga1-2/+6
2012-09-04staging: slicoss: return early before calling request_firmware with empty fir...Devendra Naga1-2/+1
2012-09-04staging: serqt_usb2: fix dbg print when kzalloc failed to allocate qt_portDevendra Naga1-1/+1
2012-09-04staging: cptm1217: use module_i2c_driver macroDevendra Naga1-12/+1
2012-09-04staging: sbe-2t3e3: fix sparse warningsDevendra Naga1-3/+3
2012-09-04staging: sbe-2t3e3: fix sparse warningsDevendra Naga1-1/+1
2012-09-04drivers/staging/crystalhd/crystalhd_lnx.c: adjust inconsistent IS_ERR and PTR...Julia Lawall1-1/+1
2012-09-04staging: bcm: fix possible memory leak in bcm_char_ioctl()Wei Yongjun1-0/+2
2012-09-04staging: et131x: using is_zero_ether_addr() to simplify the codeWei Yongjun1-6/+1
2012-09-04staging: r8712u: use is_zero_ether_addr() instead of memcmp()Wei Yongjun1-4/+5
2012-09-04staging: r8712u: Remove defines that are not usedLarry Finger5-91/+0
2012-09-04staging: r8712u: Fix allocations not checked for failureLarry Finger1-0/+4
2012-09-04staging: csr: use is_zero_ether_addr() instead of memcmp()Wei Yongjun1-3/+1
2012-09-04staging: csr: fix possible memory leak in do_patch_convert_download()Wei Yongjun1-0/+2
2012-09-04Staging: rtl8192u: using random_ether_addr() to generate random MACWei Yongjun1-7/+1
2012-09-04staging: rtl8192e: using random_ether_addr() to generate random MACWei Yongjun1-7/+1