summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-05-2338-643/+6747
|\
| * powerpc/crypto: Build files for the nx device driverKent Yoder2012-05-162-0/+28
| * powerpc/crypto: debugfs routines and docs for the nx device driverKent Yoder2012-05-161-0/+103
| * powerpc/crypto: SHA512 hash routines for nx encryptionKent Yoder2012-05-161-0/+265
| * powerpc/crypto: SHA256 hash routines for nx encryptionKent Yoder2012-05-161-0/+246
| * powerpc/crypto: AES-XCBC mode routines for nx encryptionKent Yoder2012-05-161-0/+236
| * powerpc/crypto: AES-GCM mode routines for nx encryptionKent Yoder2012-05-161-0/+353
| * powerpc/crypto: AES-ECB mode routines for nx encryptionKent Yoder2012-05-161-0/+139
| * powerpc/crypto: AES-CTR mode routines for nx encryptionKent Yoder2012-05-161-0/+178
| * powerpc/crypto: AES-CCM mode routines for nx encryptionKent Yoder2012-05-161-0/+468
| * powerpc/crypto: AES-CBC mode routines for nx encryptionKent Yoder2012-05-161-0/+141
| * powerpc/crypto: nx driver code supporting nx encryptionKent Yoder2012-05-163-0/+1114
| * powerpc/pseries/hwrng: PFO-based hwrng driverKent Yoder2012-05-143-0/+110
| * Merge branch 'merge' into nextBenjamin Herrenschmidt2012-05-14106-852/+1142
| |\
| * | powerpc/windfarm: Fix crash on SMU based machine after i2c conversionBenjamin Herrenschmidt2012-05-091-1/+1
| * | Merge branch 'merge' into nextBenjamin Herrenschmidt2012-05-091-3/+3
| |\ \
| * | | powerpc/windfarm: don't pass const strings to snprintfStephen Rothwell2012-05-031-2/+2
| * | | powerpc/windfarm: fix compiler warningStephen Rothwell2012-05-031-1/+1
| * | | powerpc/powermac: New windfarm driver for PowerMac G5 (AGP) and Xserve G5Benjamin Herrenschmidt2012-04-309-22/+1736
| * | | powerpc/windfarm: Add Fan Control Unit controls for G5sBenjamin Herrenschmidt2012-04-301-0/+617
| * | | powerpc/windfarm: Updates to lm75 and max6690 sensorsBenjamin Herrenschmidt2012-04-302-11/+11
| * | | powerpc/windfarm: Add lm87 sensorBenjamin Herrenschmidt2012-04-301-0/+201
| * | | powerpc/windfarm: Add ad7417 sensorBenjamin Herrenschmidt2012-04-301-0/+347
| * | | powerpc/windfarm: Add useful accessorsBenjamin Herrenschmidt2012-04-303-31/+52
| * | | powerpc/windfarm: Improve display of fan speeds in sysfsBenjamin Herrenschmidt2012-04-301-1/+12
| * | | powerpc/windfarm: Remove spurrious sysfs_attr_init()Benjamin Herrenschmidt2012-04-301-1/+0
| * | | powerpc/windfarm: const'ify and add "priv" field to controls & sensorsBenjamin Herrenschmidt2012-04-301-11/+12
| * | | powerpc/pmac: Convert windfarm_smu_sat to new i2c probingBenjamin Herrenschmidt2012-04-301-79/+47
| * | | powerpc/pmac: Convert windfarm_max6690 to new i2c probingBenjamin Herrenschmidt2012-04-301-79/+21
| * | | powerpc/pmac: Convert windfarm_lm75 to new i2c probingBenjamin Herrenschmidt2012-04-301-94/+30
| * | | powerpc/pmac: Convert therm_adt746x to new i2c probingBenjamin Herrenschmidt2012-04-301-276/+204
| * | | i2c/powermac: Register i2c devices from device-treeBenjamin Herrenschmidt2012-04-302-28/+72
| * | | Merge remote-tracking branch 'geoff/for-powerpc' into nextBenjamin Herrenschmidt2012-04-301-15/+9
| |\ \ \
| | * | | drivers/ps3: Fix checkpatch warnings in ps3av.cValentin Ilie2012-04-241-15/+9
* | | | | Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2012-05-235-255/+186
|\ \ \ \ \
| * | | | | sh: intc: Kill off special reservation interface.Paul Mundt2012-05-221-8/+0
| * | | | | serial: sh-sci: Fix for port types without BRI interrupts.Paul Mundt2012-05-181-1/+18
| * | | | | Merge branch 'sh/evt2irq-migration' into sh-latestPaul Mundt2012-05-1886-403/+624
| |\ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'sh/wdt' and 'sh/rsk-updates' into sh-latestPaul Mundt2012-05-102-213/+94
| |\ \ \ \ \ \ \
| | * | | | | | | watchdog: shwdt: Use finer grained clock control.Paul Mundt2012-05-101-7/+5
| | * | | | | | | watchdog: shwdt: Preliminary runtime PM support.Paul Mundt2012-05-101-0/+8
| | * | | | | | | watchdog: shwdt: Basic clock framework support.Paul Mundt2012-05-101-24/+26
| | * | | | | | | watchdog: shwdt: Trim down private data structure.Paul Mundt2012-05-101-3/+0
| | * | | | | | | watchdog: shwdt: Migrate to per-device locking.Paul Mundt2012-05-101-15/+19
| | * | | | | | | watchdog: shwdt: Conversion to watchdog core.Paul Mundt2012-05-102-154/+45
| | * | | | | | | watchdog: shwdt: Migrate from reboot notifier to platform shutdown.Paul Mundt2012-05-101-31/+12
| | |/ / / / / /
| * | | | | | | Merge branch 'sh/rsk-updates' into sh-latestPaul Mundt2012-05-10277-1935/+2789
| |\| | | | | |
| * | | | | | | Merge branches 'sh/st-integration' and 'sh/stackprotector' into sh-latestPaul Mundt2012-04-19178-1330/+2227
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'common/clkfwk' into sh-latestPaul Mundt2012-04-124-74/+58
| |\ \ \ \ \ \ \ \
| | * | | | | | | | sh: clkfwk: Support variable size accesses for div4/div6 clocks.Paul Mundt2012-04-121-34/+37