summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i2c: piix4: Add support for secondary SMBus on AMD SB800 and AMD FCH chipsetsRudolf Marek2013-08-152-13/+35
* i2c: Improve logging on failure to probe for ->class devicesAndy Lutomirski2013-08-151-1/+2
* i2c: davinci: Allow i2c driver available for keystone platformsSantosh Shilimkar2013-08-151-1/+1
* i2c: davinci: remove useless mach/hardware includeSantosh Shilimkar2013-08-151-2/+0
* i2c: i2c-bfin-twi: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-08-151-1/+6
* i2c: puv3: add CONFIG_PM_SLEEP to suspend functionJingoo Han2013-08-151-1/+1
* i2c: pnx: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-08-151-1/+1
* i2c: stu300: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-08-151-1/+1
* i2c: ocores: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-08-151-1/+1
* i2c: designware: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-08-151-3/+6
* i2c: i2c-mpc: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-08-151-6/+7
* i2c: mxs: Check the return value from stmp_reset_block()Fabio Estevam2013-08-151-7/+19
* drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang2013-08-071-3/+0
* drivers/i2c/busses: don't use devm_pinctrl_get_select_default() in probeWolfram Sang2013-08-071-13/+0
* i2c: mpc: Define unique I2C adapter namesGuenter Roeck2013-08-071-1/+4
* i2c: add sanity check to i2c_put_adapterSebastian Hesselbarth2013-08-071-1/+2
* i2c: reduce parent checking to a NOOP in non-I2C_MUX casePhil Carmody2013-08-071-0/+2
* i2c: designware: Manually set RESTART bit between messagesChew, Chiau Ee2013-08-071-0/+14
* i2c: pxa: enable high speed mode for i2c busLeilei Shang2013-08-072-1/+66
* i2c: mv64xxx: Document the newly introduced allwinner compatibleMaxime Ripard2013-08-071-1/+1
* i2c: Fix Kontron PLD prescaler calculationMichael Brunner2013-08-051-2/+2
* i2c: i2c-mxs: Use DMA mode even for small transfersFabio Estevam2013-08-051-1/+1
* Linux 3.11-rc4v3.11-rc4Linus Torvalds2013-08-041-1/+1
* Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-08-042-26/+68
|\
| * dma: pl330: Fix cyclic transfersLars-Peter Clausen2013-07-281-26/+67
| * pch_dma: fix error return code in pch_dma_probe()Wei Yongjun2013-07-221-0/+1
* | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-08-041-1/+1
|\ \
| * | drm/radeon: fix 64 bit divide in SI spm codeAlex Deucher2013-08-041-1/+1
* | | tmpfs: fix SEEK_DATA/SEEK_HOLE regressionHugh Dickins2013-08-041-1/+2
* | | Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2013-08-048-21/+21
|\ \ \ | |/ / |/| |
| * | ALSA: hda - Fix missing fixup for Mac Mini with STAC9221Takashi Iwai2013-08-022-1/+2
| * | Merge tag 'asoc-v3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Takashi Iwai2013-08-01334-4751/+6871
| |\ \
| | * \ Merge remote-tracking branch 'asoc/fix/wm0010' into asoc-linusMark Brown2013-07-311-12/+12
| | |\ \
| | | * | ASoC: wm0010: Fix resource leakDimitris Papastamos2013-07-311-12/+12
| | * | | Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linusMark Brown2013-07-311-3/+2
| | |\ \ \
| | | * | | ASoC: dapm: Fix return value of snd_soc_dapm_put_{volsw,enum_virt}()Lars-Peter Clausen2013-07-241-3/+2
| | * | | | Merge remote-tracking branch 'asoc/fix/blackfin' into asoc-linusMark Brown2013-07-312-3/+3
| | |\ \ \ \
| | | * | | | ASoC: bf5xx-ac97: Fix compile error with SND_BF5XX_HAVE_COLD_RESETLars-Peter Clausen2013-07-301-2/+3
| | | * | | | ASoC: bfin-ac97: Fix prototype error following AC'97 refactoringMark Brown2013-07-291-1/+0
| | | | |/ / | | | |/| |
| | * / | | ASoC: au1x: Fix buildRalf Baechle2013-07-311-1/+1
| | |/ / /
| * | | | ALSA: compress: fix the return value for SNDRV_COMPRESS_VERSIONVinod Koul2013-07-291-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-08-0392-678/+995
|\ \ \ \ \
| * | | | | qlcnic: Fix for flash update failure on 83xx adapterHimanshu Madhani2013-08-0310-132/+231
| * | | | | qlcnic: Fix link speed and duplex display for 83xx adapterRajesh Borundia2013-08-031-9/+16
| * | | | | qlcnic: Fix link speed display for 82xx adapterRajesh Borundia2013-08-031-3/+7
| * | | | | qlcnic: Fix external loopback test.Shahed Shaikh2013-08-031-2/+10
| * | | | | qlcnic: Removed adapter series name from warning messages.Pratik Pujar2013-08-032-2/+2
| * | | | | qlcnic: Free up memory in error path.Himanshu Madhani2013-08-031-3/+3
| * | | | | qlcnic: Fix ingress MAC learningShahed Shaikh2013-08-031-33/+66
| * | | | | qlcnic: Fix MAC address filter issue on 82xx adapterShahed Shaikh2013-08-031-1/+1