summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* cpu: Register a generic CPU device on architectures that currently do notBen Hutchings2012-01-112-0/+23
* cpu: Do not return errors from cpu_dev_init() which will be ignoredBen Hutchings2012-01-112-9/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-01-1019-1410/+1636
|\
| * crypto: picoxcell - fix boolean and / or confusionJamie Iles2011-12-201-2/+2
| * crypto: caam - remove DECO access initialization codeKim Phillips2011-12-202-14/+0
| * crypto: caam - fix polarity of "propagate error" logicKim Phillips2011-12-203-10/+11
| * crypto: caam - more desc.h cleanupsKim Phillips2011-12-201-168/+167
| * crypto: caam - desc.h - convert spaces to tabsKim Phillips2011-12-201-1039/+1039
| * crypto: talitos - convert talitos_error to struct deviceKim Phillips2011-12-201-3/+2
| * crypto: talitos - remove NO_IRQ referencesKim Phillips2011-12-201-9/+9
| * crypto: talitos - fix bad kfreeKim Phillips2011-12-201-4/+4
| * crypto: convert drivers/crypto/* to use module_platform_driver()Axel Lin2011-11-306-69/+6
| * char: hw_random: convert drivers/char/hw_random/* to use module_platform_driv...Axel Lin2011-11-307-80/+7
| * crypto: caam - add support for MD5 algorithm variantsKim Phillips2011-11-212-0/+58
| * crypto: talitos - support for channel remap and 2nd IRQKim Phillips2011-11-212-72/+149
| * crypto: talitos - prepare driver for channel remap supportKim Phillips2011-11-212-30/+38
| * crypto: talitos - be less noisy on startupKim Phillips2011-11-211-3/+4
| * crypto: talitos - add hmac algorithmsLee Nipper2011-11-211-2/+235
* | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-104-80/+152
|\ \
| * \ Merge branch 'next' into for-linusJames Morris2012-01-094-80/+152
| |\ \
| | * \ Merge branch 'for-james' of git://github.com/srajiv/tpm into nextJames Morris2011-11-174-80/+152
| | |\ \
| | | * | TPM: fix transmit_cmd error logicRajiv Andrade2011-11-163-10/+9
| | | * | TPM: NSC and TIS drivers X86 dependency fixRajiv Andrade2011-11-161-0/+2
| | | * | TPM: Export wait_for_stat for other vendor specific driversRajiv Andrade2011-11-163-53/+55
| | | * | TPM: Use vendor specific function for status probeRajiv Andrade2011-11-161-5/+5
| | | * | tpm_tis: add delay after aborting commandStefan Berger2011-11-161-0/+3
| | | * | tpm_tis: Check return code from getting timeouts/durationsStefan Berger2011-11-161-1/+5
| | | * | tpm: Introduce function to poll for result of self testStefan Berger2011-11-163-6/+51
| | | * | tpm: Cleanup tpm_continue_selftestStefan Berger2011-11-162-8/+24
| | | * | tpm: Have tpm_get_timeouts return an error codeStefan Berger2011-11-162-5/+6
* | | | | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2012-01-102-6/+6
|\ \ \ \ \
| * | | | | input: xilinx_ps2: Don't use NO_IRQMichal Simek2012-01-051-1/+1
| * | | | | block: xsysace: Don't use NO_IRQMichal Simek2012-01-051-5/+5
| |/ / / /
* | | | | Merge branch 'unicore32' of git://github.com/gxt/linuxLinus Torvalds2012-01-103-32/+7
|\ \ \ \ \
| * | | | | rtc-puv3: solve section mismatch in rtc-puv3.cGuan Xuetao2012-01-101-2/+2
| * | | | | rtc-puv3: using module_platform_driver()Guan Xuetao2012-01-101-15/+1
| * | | | | i2c-puv3: using module_platform_driver()Guan Xuetao2012-01-101-14/+2
| * | | | | rtc-puv3: irq: remove IRQF_DISABLEDGuan Xuetao2012-01-101-2/+2
| * | | | | of: add include asm/setup.h in drivers/of/fdt.cYu Yue2012-01-101-0/+1
* | | | | | Merge branch 'akpm' (aka "Andrew's patch-bomb")Linus Torvalds2012-01-1091-1236/+1172
|\ \ \ \ \ \
| * | | | | | drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-rangeBen Hutchings2012-01-101-2/+2
| * | | | | | drivers/rtc/rtc-twl.c: add DT support for RTC inside twl4030/twl6030Benoit Cousson2012-01-101-2/+8
| * | | | | | drivers/rtc/: remove redundant spi driver bus initializationLars-Peter Clausen2012-01-105-5/+0
| * | | | | | drivers/rtc/rtc-jz4740.c: make jz4740_rtc_driver staticAxel Lin2012-01-101-1/+1
| * | | | | | drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable staticAxel Lin2012-01-101-1/+1
| * | | | | | rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin2012-01-1030-351/+30
| * | | | | | drivers/rtc/rtc-wm831x.c: convert to devm_kzalloc()Mark Brown2012-01-101-3/+1
| * | | | | | drivers/rtc/rtc-wm831x.c: remove unused period IRQ handlerMark Brown2012-01-101-20/+0
| * | | | | | rtc/ab8500: add calibration attribute to AB8500 RTCMark Godfrey2012-01-101-0/+112
| * | | | | | drivers/rtc/rtc-ab8500.c: change msleep() to usleep_range()Linus Walleij2012-01-101-3/+3