summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drivers/video/mx3fb.c: use NULL for pointerFabio Estevam2013-02-211-1/+1
* video: exynos_dp: move disable_irq() to exynos_dp_suspend()Ajay Kumar2013-02-211-2/+2
* video: exynos_dp: add missing of_node_put()Jingoo Han2013-02-211-6/+13
* video: s3c-fb: use ARCH_ dependancyJingoo Han2013-02-211-1/+2
* drivers/video/exynos/exynos_mipi_dsi.c: use devm_* APIsSachin Kamat2013-02-211-51/+17
* drivers/video/exynos/exynos_mipi_dsi.c: fix an error check conditionSachin Kamat2013-02-211-1/+1
* drivers/video/exynos/s6e8ax0.c: use devm_* APIs in s6e8ax0.cSachin Kamat2013-02-211-10/+4
* drivers/video/Kconfig: specify the SoCs that make use of FB_IMXFabio Estevam2013-02-211-1/+1
* video: mmpdisp: add spi port in display controllerZhou Zhu2013-02-215-0/+199
* video: mmp: add tpo hvga panel supportedLisa Du2013-02-215-1/+195
* video: mmp display controller supportGuoqing Li2013-02-216-1/+2570
* fb: mmp: include linux/platform_device.hArnd Bergmann2013-02-211-0/+1
* video: mmp fb supportZhou Zhu2013-02-216-1/+757
* video: mmp display subsystemZhou Zhu2013-02-215-0/+266
* goldfish: framebuffer driverArve Hjønnevåg2013-02-213-0/+328
* fbcon: clear the logo bitmap from the margin areaKamal Mostafa2013-02-211-1/+9
* pcmcia: move unbind/rebind into dev_pm_ops.completeChristian Lamparter2013-02-211-7/+30
* Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-02-211-47/+133
|\
| * efi_pstore: Introducing workqueue updating sysfsSeiji Aguchi2013-02-121-5/+80
| * efivars: Disable external interrupt while holding efivars->lockSeiji Aguchi2013-02-121-42/+44
| * efi_pstore: Avoid deadlock in non-blocking pathsSeiji Aguchi2013-01-111-1/+10
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2013-02-2112-80/+1155
|\ \
| * | tpm/ibmvtpm: build only when IBM pseries is configuredKent Yoder2013-02-141-1/+1
| * | tpm_tis: check pnp_acpi_device return codeKent Yoder2013-02-051-0/+3
| * | char/tpm/tpm_i2c_stm_st33: drop temporary variable for return valuePeter Huewe2013-02-051-3/+1
| * | char/tpm/tpm_i2c_stm_st33: remove dead assignment in tpm_st33_i2c_probePeter Huewe2013-02-051-2/+0
| * | char/tpm/tpm_i2c_stm_st33: Remove __devexit attributePeter Huewe2013-02-051-1/+1
| * | char/tpm/tpm_i2c_stm_st33: Don't use memcpy for one byte assignmentPeter Huewe2013-02-051-4/+2
| * | tpm_i2c_stm_st33: removed unused variables/codeKent Yoder2013-02-051-17/+1
| * | TPM: Wait for TPM_ACCESS tpmRegValidSts to go high at startupJason Gunthorpe2013-02-051-0/+21
| * | tpm: Fix cancellation of TPM commands (interrupt mode)Stefan Berger2013-02-053-12/+31
| * | tpm: Fix cancellation of TPM commands (polling mode)Stefan Berger2013-02-058-8/+48
| * | tpm: Store TPM vendor IDStefan Berger2013-02-052-0/+3
| * | TPM: Work around buggy TPMs that block during continue self testJason Gunthorpe2013-02-051-1/+9
| * | tpm_i2c_stm_st33: fix oops when i2c client is unavailableKent Yoder2013-02-052-6/+11
| * | char/tpm: Use struct dev_pm_ops for power managementPeter Huewe2013-02-051-16/+12
| * | TPM: STMicroelectronics ST33 I2C BUILD STUFFMathias Leblanc2013-02-052-0/+11
| * | tpm: rename STM driver to match other i2c driversKent Yoder2013-02-052-1/+1
| * | tpm: STM i2c driver fixesKent Yoder2013-02-052-89/+69
| * | tpm: rename vendor data to priv and provide an accessorKent Yoder2013-02-052-5/+7
| * | TPM: STMicroelectronics ST33 I2C KERNEL 3.xMathias Leblanc2013-02-052-0/+984
| * | char/tpm: Use true and false for boolsPeter Huewe2013-02-051-6/+6
| * | TPM: Switch to __packed instead of __attribute__((packed))Jason Gunthorpe2013-02-052-21/+21
| * | TPM: Issue TPM_STARTUP at driver load if the TPM has not been startedJason Gunthorpe2013-02-052-4/+46
| * | char/tpm: simplify duration calculation and eliminate smatch warning.Peter Huewe2013-02-051-7/+6
| * | char/tpm: Remove duplicated lookup tablePeter Huewe2013-02-051-17/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-02-20844-49252/+73682
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-1930-110/+988
| |\ \
| | * | net: wireless: hostap: hostap_ap.c: Return -ENOMEM instead of -1 for if kmall...Kumar Amit Mehta2013-02-181-1/+1
| | * | net: wireless: orinoco: orinoco_usb.c: fix DMA buffers on stackKumar Amit Mehta2013-02-181-2/+9