summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 86433aa272ce221092b7dccdebf9752bf3c5c635 (plain)
1
2
3
4
5
6
7
8
9
10
11
astraceroute/.gitignore export-ignore
bpfc/.gitignore export-ignore
curvetun/.gitignore export-ignore
flowtop/.gitignore export-ignore
ifpps/.gitignore export-ignore
mausezahn/.gitignore export-ignore
netsniff-ng/.gitignore export-ignore
trafgen/.gitignore export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
elect name='ignorews' onchange='this.form.submit();'>mode:
authorShawn Guo <shawn.guo@linaro.org>2012-05-05 20:24:01 +0800
committerShawn Guo <shawn.guo@linaro.org>2012-05-13 08:05:31 +0800
commitef9b4d3996624f65ffa928bd7767f0e186687c15 (patch)
treea0172896d66edf625d7c600e78525ee91401c25e /drivers/clk
parente0bf141db2e649830a1851f7c5c01f3b9b410778 (diff)
mmc: mxs-mmc: get rid of the use of cpu_is_xxx
The register HW_SSP_VERSION is broken for ssp version detection, as the address of the register is different between imx23 and imx28. Let's use platform_device_id to detect the device, so that the use of cpu_is_xxx can be removed. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/clk')