Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-10 | Merge remote-tracking branch 'asoc/topic/wm8960' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/wm8955' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/wm8804' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/wm8770' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/wm8753' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/wm8750' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/wm8741' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/wm8510' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/wm8400' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/wm8350' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/wm2200' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/wm2000' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/wm0010' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/ux500' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/tlv320aic32x4' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/si476x' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/samsung' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/rt5631' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/omap' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/max98090' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/max9768' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/log' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/lm49453' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/kirkwood' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/jz4740' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/jack' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/hotplug' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/fsl' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/fsi' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/dmaengine' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/davinci' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/da9055' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/da7210' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/cs4271' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/atmel' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/arizona' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/ak4642' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/ak4535' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/ak4104' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/adsp' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/topic/ab8500' into asoc-next | Mark Brown | |
2012-12-10 | Merge remote-tracking branch 'asoc/fix/omap' into asoc-next | Mark Brown | |
2012-12-10 | ASoC: tpa6130a2: Use devm_* APIs | Sachin Kamat | |
Converted to use devm_gpio_request and devm_regulator_get APIs. These are device managed and make error handling and cleanup a bit simpler. Cc: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> | |||
2012-12-09 | kbuild: Do not remove vmlinux when cleaning external module | Pawel Moll | |
Since commit 1f2bfbd00e466ff3489b2ca5cc75b1cccd14c123 "kbuild: link of vmlinux moved to a script" make clean with M=<dir> argument (so cleaning external module) removes vmlinux, System.map and couple of other files from the *main* kernel build directory! This not what was happening before and almost certainly not what one would expect. This patch moves makes the clean target of the script called only when !KBUILD_EXTMOD. Signed-off-by: Pawel Moll <pawel.moll@arm.com> Cc: stable@vger.kernel.org [v3.5+] Signed-off-by: Michal Marek <mmarek@suse.cz> | |||
2012-12-09 | mfd: wm5102: Add readback of DSP status 3 register | Mark Brown | |
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> | |||
2012-12-09 | mfd: arizona: Log if we fail to create the primary IRQ domain | Mark Brown | |
This is the only thing in probe for which we don't log an error. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> | |||
2012-12-09 | scripts/coccinelle/misc/warn.cocci: use WARN | Julia Lawall | |
Use WARN(1,...) rather than printk followed by WARN(1). Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Michal Marek <mmarek@suse.cz> | |||
2012-12-09 | mfd: tps80031: MFD_TPS80031 needs to select REGMAP_IRQ | Axel Lin | |
This driver uses regmap_irq APIs, thus need to select REGMAP_IRQ. IRQ_DOMAIN will be selected if select REGMAP_IRQ, thus remove it here. This fixes below build errors: drivers/built-in.o: In function `tps80031_remove': drivers/mfd/tps80031.c:534: undefined reference to `regmap_del_irq_chip' drivers/built-in.o: In function `tps80031_irq_init': drivers/mfd/tps80031.c:305: undefined reference to `regmap_add_irq_chip' drivers/built-in.o: In function `tps80031_probe': drivers/mfd/tps80031.c:496: undefined reference to `regmap_irq_get_domain' drivers/mfd/tps80031.c:512: undefined reference to `regmap_del_irq_chip' make: *** [vmlinux] Error 1 Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> | |||
2012-12-09 | mfd: tps80031: Add terminating entry for tps80031_id_table | Axel Lin | |
The i2c_device_id table is supposed to be zero-terminated. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> | |||
2012-12-09 | cgroup: update Documentation/cgroups/00-INDEX | Namjae Jeon | |
There are new files added to cgroup documentation. Let's update the index file to include the new files. Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by: Amit Sahrawat <a.sahrawat@samsung.com> Signed-off-by: Tejun Heo <tj@kernel.org> |