summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2012-10-05aoe: disallow unsupported AoE minor addressesEd Cashin
2012-10-05aoe: do revalidation steps in orderEd Cashin
2012-10-05aoe: failover remote interface based on aoe_deadsecs parameterEd Cashin
2012-10-05aoe: use packets that work with the smallest-MTU local interfaceEd Cashin
2012-10-05aoe: use a kernel thread for transmissionsEd Cashin
2012-10-05aoe: become I/O request queue handler for increased user controlEd Cashin
2012-10-05aoe: kernel thread handles I/O completions for simple lockingEd Cashin
2012-10-05aoe: for performance support larger packet payloadsEd Cashin
2012-10-05nbd: handle discard requestsPaul Clements
2012-10-05nbd: add set flags ioctlPaul Clements
2012-10-05rapidio: add destination ID allocation mechanismAlexandre Bounine
2012-10-05rapidio/rionet: rework to support multiple RIO master portsAlexandre Bounine
2012-10-05rapidio: run discovery as an asynchronous processAlexandre Bounine
2012-10-05rapidio: use device lists handling on per-net basisAlexandre Bounine
2012-10-05rapidio: fix blocking wait for discovery readyAlexandre Bounine
2012-10-05rapidio: apply RX/TX enable to active switch ports onlyAlexandre Bounine
2012-10-05rapidio/tsi721: add inbound memory mapping callbacksAlexandre Bounine
2012-10-05rapidio: add inbound memory mapping interfaceAlexandre Bounine
2012-10-05drivers/rapidio/devices/tsi721.c: fix error return codePeter Senna Tschudin
2012-10-05rapidio/tsi721: modify mport name assignmentAlexandre Bounine
2012-10-05rapidio/rionet: fix multicast packet transmit logicAlexandre Bounine
2012-10-05drivers/rtc/rtc-s35390a.c: add wakealarm support for rtc-s35390A rtc chipMichael Langer
2012-10-05drivers/rtc/rtc-m41t80.c: remove disabled alarm functionalityPaul Bolle
2012-10-05drivers/rtc/rtc-tps65910.c: use platform_get_irq() to get RTC irq detailsVenu Byravarasu
2012-10-05rtc: kconfig: fix up dependency for ab8500Ulf Hansson
2012-10-05drivers/rtc/rtc-em3027.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D
2012-10-05drivers/rtc/rtc-isl1208.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D
2012-10-05drivers/rtc/rtc-pcf8563.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D
2012-10-05drivers/rtc/rtc-rs5c372.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D
2012-10-05drivers/rtc/rtc-s35390a.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D
2012-10-05drivers/rtc/rtc-x1205.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D
2012-10-05drivers/rtc/rtc-ds1672.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D
2012-10-05drivers/rtc/rtc-s3c.c: fix return value in s3c_rtc_probe()Sachin Kamat
2012-10-05rtc_sysfs_show_hctosys(): display 0 if resume failedDavid Fries
2012-10-05rtc: rtc-mxc: convert to module_platform_driverFabio Estevam
2012-10-05rtc: rtc-mxc: adapt to the new i.mx clock frameworkFabio Estevam
2012-10-05drivers/rtc/rtc-coh901331.c: use clk_prepare_enable() and clk_disable_unprepa...Julia Lawall
2012-10-05rtc: rc5t583: add ricoh rc5t583 RTC driverVenu Byravarasu
2012-10-05drivers/rtc/rtc-spear.c: fix several error checksLars-Peter Clausen
2012-10-05drivers/rtc/rtc-jz4740.c: fix IRQ error checkLars-Peter Clausen
2012-10-05rtc: kconfig: remove unnecessary dependencies.Venu Byravarasu
2012-10-05rtc: add MAX8907 RTC driverStephen Warren
2012-10-05rtc: tps65910: add RTC driver for TPS65910 PMIC RTCVenu Byravarasu
2012-10-05drivers/rtc/rtc-at91sam9.c: use module_platform_driver() macroDevendra Naga
2012-10-05rtc: recycle id when unloading a rtc driverVincent Palatin
2012-10-05rtc: snvs: add Freescale rtc-snvs driverShawn Guo
2012-10-05rtc: add Dallas DS2404 driverSven Schnelle
2012-10-05rtc-proc: permit the /proc/driver/rtc device to use other devicesKim, Milo
2012-10-05drivers/rtc/rtc-isl1208.c: add support for the ISL1218Ben Gardner
2012-10-05idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu