summaryrefslogtreecommitdiff
path: root/patches/collateral-evolutions/nfc
AgeCommit message (Collapse)Author
2013-05-17backports: refresh patches for next-20130430Luis R. Rodriguez
1 2.6.24 [ OK ] 2 2.6.25 [ OK ] 3 2.6.26 [ OK ] 4 2.6.27 [ OK ] 5 2.6.28 [ OK ] 6 2.6.29 [ OK ] 7 2.6.30 [ OK ] 8 2.6.31 [ OK ] 9 2.6.32 [ OK ] 10 2.6.33 [ OK ] 11 2.6.34 [ OK ] 12 2.6.35 [ OK ] 13 2.6.36 [ OK ] 14 2.6.37 [ OK ] 15 2.6.38 [ OK ] 16 2.6.39 [ OK ] 17 3.0.76 [ OK ] 18 3.1.10 [ OK ] 19 3.2.44 [ OK ] 20 3.3.8 [ OK ] 21 3.4.43 [ OK ] 22 3.5.7 [ OK ] 23 3.6.11 [ OK ] 24 3.7.10 [ OK ] 25 3.8.11 [ OK ] 26 3.9.0 [ OK ] real 30m45.327s user 814m25.678s sys 128m22.341s Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2013-04-15backports: backport class_find_device properlyJohannes Berg
Instead of patching, make a macro that casts the const out from the function pointer arguments to avoid the warning. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2013-04-15backports: dissolve backport.hJohannes Berg
We'll resolve all the other compat-*.h files next. To keep it compiling, we now also need to remove all the pr_fmt patches (they add printk.h which can't be included as the first header file any more.) I attempted to simply not include anything from the command line, but very old kernels (e.g. 2.6.24) don't include kconfig.h from the command line but include/linux/autoconf.h directly, and thus won't get our override. Thus we need to keep a very small backport.h. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2013-04-08backports: add NFC patchesThierry Escande
These are NFC patches refreshed on next-20130404 Signed-off-by: Thierry Escande <thierry.escande@linux.intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>