aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-17drivers: staging: rtl8723au: Fix "'foo * bar' should be 'foo *bar'" errorsGreg Donald4-89/+102
2015-01-17staging: rtl8723au: Hal8723PwrSeq.h: Use BIT() define to match mask valueJes Sorensen1-1/+1
2015-01-17staging: rtl8723au: Hal8723PwrSeq.h: Remove SDIO specific entriesJes Sorensen1-29/+11
2015-01-17staging: rtl8723au: Hal8723PwrSeq.h: Remove PCI specific entries from the pow...Jes Sorensen1-7/+1
2015-01-17staging: rtl8723au: HalPwrSeqCmdParsing23a(): Avoid unnecessary variable initsJes Sorensen1-4/+4
2015-01-17staging: rtl8723au: Hal8723APhyCfg.h: Remove more unused #definesJes Sorensen1-10/+0
2015-01-17staging: rtl8723au: There is no 11N pseudo PHY hereJes Sorensen2-13/+0
2015-01-17staging: rtl8723au: Baseband is always configured through PHY regsJes Sorensen2-16/+8
2015-01-17staging: rtl8723au: Hal8723APhyCfg.h: Remove some undefined structs and enumsJes Sorensen1-39/+0
2015-01-17staging: rtl8723au: Use enum for counter and avoid ugly typecastJes Sorensen1-2/+2
2015-01-17staging: rtl8723au: Use proper enum definesJes Sorensen1-2/+4
2015-01-17staging: rtl8723au: Use correct register names to set parameters to reduce 80...Jes Sorensen1-4/+4
2015-01-17staging: rtl8723au: usb_dvobj_init(): A NULL pointer check for usb_host_endpo...Jes Sorensen1-39/+33
2015-01-17clk: fix possible null pointer dereferenceStanimir Varbanov1-1/+1
2015-01-17Revert "clk: ppc-corenet: Fix Section mismatch warning"Kevin Hao1-1/+1
2015-01-17clk: rockchip: fix deadlock possibility in cpuclkHeiko Stübner1-4/+6
2015-01-18Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-3/+6
2015-01-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds26-96/+165
2015-01-17ARM: mvebu: completely disable hardware I/O coherencyThomas Petazzoni1-1/+6
2015-01-17ARM: OMAP: Work around hardcoded interruptsMarc Zyngier10-6/+71
2015-01-17MAINTAINERS: Add Patchwork and Git URL for TPMDDPeter Huewe1-0/+2
2015-01-17tpm/tpm_i2c_stm_st33/dts/st33zp24-i2c: Rename st33zp24 dts documentationChristophe Ricard1-1/+1
2015-01-17tpm/tpm_i2c_stm_st33: Change tpm_i2c_stm_st33.h to tpm_stm_st33.hChristophe Ricard2-7/+7
2015-01-17tpm/tpm_i2c_stm_st33: Replace remaining r by retChristophe Ricard1-4/+4
2015-01-17tpm/tpm_i2c_stm_st33: Sanity cleanupChristophe Ricard1-3/+3
2015-01-17tpm/tpm_i2c_stm_st33: Remove sparse spacesChristophe Ricard1-5/+3
2015-01-17tpm/tpm_i2c_stm_st33: Add status check when reading data on the FIFOChristophe Ricard1-2/+5
2015-01-17tpm: TPM 2.0 FIFO InterfaceJarkko Sakkinen1-23/+89
2015-01-17tpm: TPM 2.0 CRB InterfaceJarkko Sakkinen4-0/+367
2015-01-17tpm: TPM 2.0 baseline supportJarkko Sakkinen5-14/+721
2015-01-17tpm: device class for tpmJarkko Sakkinen7-61/+116
2015-01-17tpm: rename chip->dev to chip->pdevJarkko Sakkinen14-94/+95
2015-01-17tpm: fix raciness of PPI interface lookupJarkko Sakkinen4-64/+112
2015-01-17tpm: two-phase chip management functionsJarkko Sakkinen14-338/+329
2015-01-17tpm: merge duplicate transmit_cmd() functionsJarkko Sakkinen3-45/+30
2015-01-17tpm_ibmvtpm: Update email address in maintainers list and ibmvtpm driverAshley Lai4-4/+10
2015-01-17tpm/tpm_i2c_stm_st33: Fix coccinelle warnings. Possible NULL pointer dereferenceChristophe Ricard1-1/+1
2015-01-17tpm/tpm_i2c_stm_st33: Increment driver version to 1.2.1.Christophe Ricard1-3/+3
2015-01-17tpm/tpm_i2c_stm_st33: Remove useless i2c read on interrupt registersChristophe Ricard1-8/+0
2015-01-17tpm/tpm_i2c_stm_st33: Interrupt management improvementChristophe Ricard1-88/+109
2015-01-17tpm/tpm_i2c_stm_st33: Few code cleanupChristophe Ricard1-16/+16
2015-01-17tpm/tpm_i2c_stm_st33/dts/st33zp24_i2c: Add DTS DocumentationChristophe Ricard1-0/+36
2015-01-17tpm/tpm_i2c_stm_st33: Add devicetree structureChristophe Ricard1-50/+116
2015-01-17tpm/tpm_i2c_stm_st33: Replace tpm_st33_* function with tpm_stm_*Christophe Ricard1-25/+25
2015-01-17tpm/tpm_i2c_stm_st33: Replace err/rc/ret by ret for a function return codeChristophe Ricard1-31/+30
2015-01-17tpm/tpm_i2c_stm_st33: Remove reference to io_serirqChristophe Ricard2-11/+3
2015-01-17tpm/tpm_i2c_stm_st33: Add new tpm_stm_dev structure and remove tpm_i2c_buffer...Christophe Ricard2-119/+95
2015-01-17tpm/tpm_i2c_stm_st33: Move tpm registers to tpm_i2c_stm_st33.cChristophe Ricard2-17/+17
2015-01-17tpm/tpm_i2c_stm_st33: Fix few coding style error reported by scripts/checkpat...Christophe Ricard1-3/+5
2015-01-17tpm/tpm_i2c_stm_st33: Change License header to have up to date address inform...Christophe Ricard1-3/+2