Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-01 | Merge remote-tracking branch 'regulator/topic/helpers' into regulator-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'regulator/topic/fan53555' into regulator-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'regulator/topic/da9063' into regulator-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'regulator/topic/core' into regulator-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'regulator/topic/as3711' into regulator-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'regulator/topic/88pm800' into regulator-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/txx9' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/topcliff' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/tle62x0' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/tel62x0' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/tegra' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/sirf' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/sh-msiof' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/sh-hspi' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/s3c64xx' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/rspi' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/quad' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/qspi' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/pxa' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/pl022' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/pdata' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/orion' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/omap-100k' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/octeon' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/nuc900' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/mxs' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/msglen' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/mpc512x' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/ioremap' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/imx' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/ep93xx' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/efm32' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/dspi' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/doc' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/davinci' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/core' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/clps711x' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/checks' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/build' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/bpw' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/blackfin-v3' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/bitbang' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/bcm2835' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/atmel' into spi-next | Mark Brown | |
2013-09-01 | spi/qspi: fix missing unlock on error in ti_qspi_start_transfer_one() | Wei Yongjun | |
Add the missing unlock before return from function ti_qspi_start_transfer_one() in the error handling case. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Mark Brown <broonie@linaro.org> | |||
2013-09-01 | spi: quad: fix the name of DT property | wangyuhang | |
spi: quad: fix the name of DT property in patch The previous property name spi-tx-nbits and spi-rx-nbits looks not human-readable. To make it consistent with other devices, using property name spi-tx-bus-width and spi-rx-bus-width instead of the previous one specify the number of data wires that spi controller will work in. Add the specification in spi-bus.txt. Signed-off-by: wangyuhang <wangyuhang2014@gmail.com> Signed-off-by: Mark Brown <broonie@linaro.org> | |||
2013-09-01 | regulator: da9063: Statize da9063_ldo_lim_event | Axel Lin | |
da9063_ldo_lim_event() is only referenced in this driver, make it static. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@linaro.org> | |||
2013-09-01 | ASoC: fsl_spdif: Staticse non-exported symbols | Mark Brown | |
Signed-off-by: Mark Brown <broonie@linaro.org> Acked-by: Nicolin Chen <B42378@freescale.com> | |||
2013-09-01 | Merge tag 'kvm-arm-for-3.12' of ↵ | Gleb Natapov | |
git://git.linaro.org/people/cdall/linux-kvm-arm into queue KVM/ARM Updates for Linux 3.12 * tag 'kvm-arm-for-3.12' of git://git.linaro.org/people/cdall/linux-kvm-arm: ARM: KVM: Add newlines to panic strings ARM: KVM: Work around older compiler bug ARM: KVM: Simplify tracepoint text ARM: KVM: Fix kvm_set_pte assignment | |||
2013-08-31 | target: Fix se_cmd->state_list leak regression during WRITE failure | Nicholas Bellinger | |
This patch addresses a v3.11 specific regression where se_cmd->state_list was being leaked during a fabric WRITE failure, when the fabric releases an associated se_cmd descriptor before I/O submission occurs, and normal fast path callbacks have a chance to call target_remove_from_state_list(). It was manifesting with Poison overwritten messages with iscsi-target once an ImmediateData payload CRC32C failure occured. This bug was originally introduced during v3.11-rc1 with the following commit: commit 0b66818ac6de67a6125ae203272fb76e79b3a20f Author: Nicholas Bellinger <nab@linux-iscsi.org> Date: Thu Jun 6 01:36:41 2013 -0700 target: Drop unnecessary CMD_T_DEV_ACTIVE check from transport_lun_remove_cmd Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org> |