summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* of/gpio: export of_gpio_simple_xlateJamie Iles2011-07-281-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-07-274-55/+250
|\
| * tpm_nsc: Fix bug when loading multiple TPM driversStefan Berger2011-07-261-7/+7
| * tpm: Move tpm_tis_reenable_interrupts out of CONFIG_PNP blockStefan Berger2011-07-221-22/+23
| * tpm: Fix compilation warning when CONFIG_PNP is not definedStefan Berger2011-07-211-6/+1
| * tpm: Fix a typoStefan Berger2011-07-121-1/+1
| * tpm_tis: Probing function for Intel iTPM bugStefan Berger2011-07-121-4/+73
| * tpm_tis: Fix the probing for interruptsStefan Berger2011-07-122-6/+28
| * tpm_tis: Delay ACPI S3 suspend while the TPM is busyStefan Berger2011-07-121-5/+23
| * tpm_tis: Re-enable interrupts upon (S3) resumeStefan Berger2011-07-121-0/+30
| * tpm: Fix display of data in pubek sysfs entryStefan Berger2011-07-121-10/+16
| * tpm_tis: Add timeouts sysfs entryStefan Berger2011-07-123-1/+22
| * tpm: Adjust interface timeouts if they are too smallStefan Berger2011-07-121-4/+9
| * tpm: Use interface timeouts returned from the TPMStefan Berger2011-07-121-3/+4
| * tpm_tis: Introduce durations sysfs entryStefan Berger2011-07-123-1/+21
| * tpm: Adjust the durations if they are too smallStefan Berger2011-07-121-6/+11
| * tpm: Use durations returned from TPMStefan Berger2011-07-121-2/+4
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2011-07-2747-32/+22113
|\ \
| * | target: Convert to DIV_ROUND_UP_SECTOR_T usage for sectors / dev_max_sectorsNicholas Bellinger2011-07-261-4/+3
| * | iscsi-target: Add iSCSI fabric support for target v4.1Nicholas Bellinger2011-07-2641-1/+22099
| * | iscsi: Add Serial Number Arithmetic LT and GT into iscsi_proto.hNicholas Bellinger2011-07-251-16/+0
| * | iscsi: Use struct scsi_lun in iscsi structs instead of u8[8]Andy Grover2011-07-253-14/+13
| * | iscsi: Resolve iscsi_proto.h naming conflicts with drivers/target/iscsiNicholas Bellinger2011-07-255-11/+11
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-07-2740-306/+1829
|\ \ \
| * \ \ Merge branch 'next' into for-linusDmitry Torokhov2011-07-273654-241218/+287041
| |\ \ \
| | * | | Input: synaptics - fix reporting of min coordinatesDmitry Torokhov2011-07-251-1/+1
| | * | | Input: tegra-kbc - enable key autorepeatRakesh Iyer2011-07-251-1/+1
| | * | | Input: kxtj9 - fix locking typo in kxtj9_set_poll()Dan Carpenter2011-07-191-1/+1
| | * | | Input: kxtj9 - fix bug in probe()Dan Carpenter2011-07-191-1/+1
| | * | | Input: intel-mid-touch - remove pointless checking for variable 'found'Axel Lin2011-07-181-10/+5
| | * | | Input: hp_sdc - staticize hp_sdc_kicker()Axel Lin2011-07-181-1/+1
| | * | | Input: pmic8xxx-keypad - fix a leak of the IRQ during init failureAxel Lin2011-07-181-4/+4
| | * | | Input: cy8ctmg110_ts - set reset_pin and irq_pin from platform dataAxel Lin2011-07-181-0/+2
| | * | | Input: cy8ctmg110_ts - constify i2c_device_id tableAxel Lin2011-07-131-1/+1
| | * | | Input: cy8ctmg110_ts - fix checking return value of i2c_master_sendAxel Lin2011-07-131-2/+2
| | * | | Input: lifebook - make dmi callback functions return 1Axel Lin2011-07-131-2/+2
| | * | | Input: atkbd - make dmi callback functions return 1Axel Lin2011-07-131-2/+2
| | * | | Input: gpio_keys - switch to using SIMPLE_DEV_PM_OPSDmitry Torokhov2011-07-101-8/+3
| | * | | Input: gpio_keys - add support for device-tree platform dataDavid Jander2011-07-101-16/+132
| | * | | Input: aiptek - remove double defineEdwin van Vliet2011-07-101-1/+0
| | * | | Input: synaptics - set minimum coordinates as reported by firmwareDmitry Torokhov2011-07-092-21/+43
| | * | | Input: synaptics - process button bits in AGM packetsDaniel Kurtz2011-07-061-16/+16
| | * | | Input: synaptics - rename set_slot to be more descriptiveDaniel Kurtz2011-07-061-7/+10
| | * | | Input: synaptics - fuzz position for touchpad with reduced filteringDaniel Kurtz2011-07-062-10/+15
| | * | | Input: synaptics - set resolution for MT_POSITION_X/Y axesDaniel Kurtz2011-07-061-0/+3
| | * | | Input: wacom - cleanup a return value for the old BambooPing Cheng2011-07-061-1/+1
| | * | | Input: wacom - update Graphire4 and old Bamboo tablet buttonsPing Cheng2011-07-061-11/+8
| | * | | Input: wacom - add serial number for Graphire4 and old BambooPing Cheng2011-07-061-0/+1
| | * | | Input: wacom - remove BTN_TOOL_FINGER for padPing Cheng2011-07-061-11/+0
| | * | | Input: add support for Kionix KXTJ9 accelerometerChris Hudson2011-07-063-0/+689