aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-06aoe: update and specify AoE address guards and error messagesEd Cashin2-8/+11
2012-10-06aoe: retain static block device numbers for backwards compatibilityEd Cashin1-3/+51
2012-10-06aoe: support more AoE addresses with dynamic block device minor numbersEd Cashin5-49/+72
2012-10-06aoe: update copyright year in touched filesEd Cashin7-7/+7
2012-10-06aoe: update internal version number to 49Ed Cashin1-1/+1
2012-10-06aoe: remove unused code and add cosmetic improvementsEd Cashin4-17/+10
2012-10-06aoe: increase net_device reference count while using itEd Cashin2-0/+11
2012-10-06aoe: associate frames with the AoE storage targetEd Cashin3-54/+49
2012-10-06aoe: disallow unsupported AoE minor addressesEd Cashin1-0/+7
2012-10-06aoe: do revalidation steps in orderEd Cashin1-2/+2
2012-10-06aoe: failover remote interface based on aoe_deadsecs parameterEd Cashin2-6/+3
2012-10-06aoe: use packets that work with the smallest-MTU local interfaceEd Cashin2-71/+87
2012-10-06aoe: use a kernel thread for transmissionsEd Cashin3-3/+40
2012-10-06aoe: become I/O request queue handler for increased user controlEd Cashin5-182/+308
2012-10-06aoe: kernel thread handles I/O completions for simple lockingEd Cashin6-306/+560
2012-10-06aoe: for performance support larger packet payloadsEd Cashin5-46/+111
2012-10-06nbd: handle discard requestsPaul Clements1-1/+14
2012-10-06nbd: add set flags ioctlPaul Clements1-1/+7
2012-10-06rapidio: add destination ID allocation mechanismAlexandre Bounine1-35/+170
2012-10-06rapidio/rionet: rework to support multiple RIO master portsAlexandre Bounine1-63/+70
2012-10-06rapidio: run discovery as an asynchronous processAlexandre Bounine2-4/+50
2012-10-06rapidio: use device lists handling on per-net basisAlexandre Bounine1-29/+31
2012-10-06rapidio: fix blocking wait for discovery readyAlexandre Bounine1-42/+20
2012-10-06rapidio: apply RX/TX enable to active switch ports onlyAlexandre Bounine1-4/+5
2012-10-06rapidio/tsi721: add inbound memory mapping callbacksAlexandre Bounine2-4/+99
2012-10-06rapidio: add inbound memory mapping interfaceAlexandre Bounine1-0/+44
2012-10-06drivers/rapidio/devices/tsi721.c: fix error return codePeter Senna Tschudin1-1/+2
2012-10-06rapidio/tsi721: modify mport name assignmentAlexandre Bounine1-1/+2
2012-10-06rapidio/rionet: fix multicast packet transmit logicAlexandre Bounine1-3/+17
2012-10-06drivers/rtc/rtc-s35390a.c: add wakealarm support for rtc-s35390A rtc chipMichael Langer1-0/+116
2012-10-06drivers/rtc/rtc-m41t80.c: remove disabled alarm functionalityPaul Bolle1-153/+4
2012-10-06drivers/rtc/rtc-tps65910.c: use platform_get_irq() to get RTC irq detailsVenu Byravarasu1-4/+1
2012-10-06rtc: kconfig: fix up dependency for ab8500Ulf Hansson1-0/+1
2012-10-06drivers/rtc/rtc-em3027.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D1-3/+14
2012-10-06drivers/rtc/rtc-isl1208.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D1-4/+16
2012-10-06drivers/rtc/rtc-pcf8563.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D1-2/+11
2012-10-06drivers/rtc/rtc-rs5c372.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D1-1/+6
2012-10-06drivers/rtc/rtc-s35390a.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D1-2/+11
2012-10-06drivers/rtc/rtc-x1205.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D1-14/+78
2012-10-06drivers/rtc/rtc-ds1672.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D1-4/+22
2012-10-06drivers/rtc/rtc-s3c.c: fix return value in s3c_rtc_probe()Sachin Kamat1-2/+2
2012-10-06rtc_sysfs_show_hctosys(): display 0 if resume failedDavid Fries3-4/+14
2012-10-06rtc: rtc-mxc: convert to module_platform_driverFabio Estevam1-15/+5
2012-10-06rtc: rtc-mxc: adapt to the new i.mx clock frameworkFabio Estevam1-6/+4
2012-10-06drivers/rtc/rtc-coh901331.c: use clk_prepare_enable() and clk_disable_unprepare()Julia Lawall1-2/+1
2012-10-06rtc: rc5t583: add ricoh rc5t583 RTC driverVenu Byravarasu3-0/+342
2012-10-06drivers/rtc/rtc-spear.c: fix several error checksLars-Peter Clausen1-7/+5
2012-10-06drivers/rtc/rtc-jz4740.c: fix IRQ error checkLars-Peter Clausen1-1/+1
2012-10-06rtc: kconfig: remove unnecessary dependencies.Venu Byravarasu1-18/+8
2012-10-06rtc: add MAX8907 RTC driverStephen Warren3-0/+255