aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)Author
2013-02-15staging/ozwpan: Fix NULL vs zero in ozusbsvc.c (sparse warning)Peter Huewe
2013-02-15staging/ozwpan: Fix NULL vs zero in ozcdev.c (sparse warning)Peter Huewe
2013-02-15staging/ozwpan: Fix NULL vs zero in ozproto.c (sparse warning)Peter Huewe
2013-02-15staging/ozwpan: Fix NULL vs zero in ozeltbuf.c (sparse warning)Peter Huewe
2013-02-15staging/ozwpan: Fix NULL vs zero in ozusbsvc1.c (sparse warning)Peter Huewe
2013-02-15staging/ozwpan: Fix NULL vs zero in ozpd.c (sparse warning)Peter Huewe
2013-02-15staging/panel: Mark local functions/structs static and add const if applicabl...Peter Huewe
2013-02-15staging/comedi: Remove if(); statement without effectPeter Huewe
2013-02-15staging/comedi: Use && instead of & for logical comparisionPeter Huewe
2013-02-15staging: comedi: vmk80xx: initialize K8055 outputs to known stateIan Abbott
2013-02-15staging: comedi: vmk80xx: simplify vmk80xx_reset_device()Ian Abbott
2013-02-15staging: comedi: vmk80xx: zero buffers on allocationIan Abbott
2013-02-15zcache/zbud: Fix __init mismatchKonrad Rzeszutek Wilk
2013-02-15zbud: Fix compile warnings due to usage of debugfs_create_size_tKonrad Rzeszutek Wilk
2013-02-15ramster: Fix compile warnings due to usage of debugfs_create_size_tKonrad Rzeszutek Wilk
2013-02-15zcache: Fix compile warnings due to usage of debugfs_create_size_tKonrad Rzeszutek Wilk
2013-02-15Merge branch 'omap/multiplatform-fixes', tag 'v3.8-rc5' into next/multiplatformArnd Bergmann
2013-02-14staging/rtl8192u/ieee80211: Fix buffer overflow in ieee80211_softmac_wx.cPeter Huewe
2013-02-14staging/wlan-ng: Fix 'Branch condition evaluates to a garbage value' in p8021...Peter Huewe
2013-02-14omapdrm: fix the dependency to omapdssTomi Valkeinen
2013-02-14drm/<drivers>: simplify ->fb_probe callbackDaniel Vetter
2013-02-14drm/fb-helper: don't disable everything in initial_configDaniel Vetter
2013-02-13[media] staging: media: Remove unnecessary OOM messagesJoe Perches
2013-02-13staging: zcache: add TODO fileDan Magenheimer
2013-02-13pps: Move timestamp read into PPS code properGeorge Spelvin
2013-02-13staging/comedi: Fix undefined array subscriptPeter Huewe
2013-02-13staging: tidspbridge: remove redundant NULL check before delete_msg_mgr().Cyril Roelandt
2013-02-13staging: dgrp: remove redundant NULL check before unregister_dgrp_device().Cyril Roelandt
2013-02-11staging/zcache: Fix/improve zcache writeback code, tie to a config optionDan Magenheimer
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches
2013-02-11Merge tag 'iio-for-3.9d' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman
2013-02-11cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg
2013-02-09staging:iio: Use spi_sync_transfer()Lars-Peter Clausen
2013-02-09iio: mxs-lradc: Fix 'duplicate const' warningFabio Estevam
2013-02-08staging: xgifb: XGI_SetDelayComp(): delete IF_DEF_LVDS checkAaro Koskinen
2013-02-08staging: xgifb: XGI_GetCRT2ResInfo(): delete IF_DEF_LVDS checkAaro Koskinen
2013-02-08staging: xgifb: XGI_GetLCDInfo(): delete IF_DEF_LVDS checkAaro Koskinen
2013-02-08staging: xgifb: XGI_GetTVInfo(): delete IF_DEF_LVDS checksAaro Koskinen
2013-02-08staging: xgifb: XGI_GetVBInfo(): delete IF_DEF_LVDS checkAaro Koskinen
2013-02-08staging: xgifb: XGI_GetVCLK2Ptr(): delete IF_DEF_LVDS checkAaro Koskinen
2013-02-08staging: zram: __zram_reset_device() can be staticFengguang Wu
2013-02-08staging: dgrp: prefix function names with dgrp_ in dgrp_specproc.cTommi Rantala
2013-02-08staging: dgrp: use correct release op for /proc/dgrp/infoTommi Rantala
2013-02-08[media] staging/media/solo6x10: Use PTR_RET rather than if(IS_ERR(...)) + PTR...Peter Huewe
2013-02-08Merge branch 'fbcon-locking-fixes' of ssh://people.freedesktop.org/~airlied/l...Dave Airlie
2013-02-07staging: comedi: correct error message in comedi_alloc_subdevice_minor()Ian Abbott
2013-02-07staging: comedi: don't return minor from comedi_alloc_subdevice_minor()Ian Abbott
2013-02-07staging/goldfish: Add MTD dependency to KCONFIGPeter Huewe
2013-02-07staging/goldfish: Use %zx for printing size_t variablesPeter Huewe
2013-02-07staging: comedi: ni_daq_dio24: add back missing 'if (ret)'H Hartley Sweeten