aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.9/259-regmap_dynamic.patch
Commit message (Collapse)AuthorAgeFilesLines
* refresh against -rc7Imre Kaloz2013-04-151-1/+1
| | | | SVN-Revision: 36340
* kernel: refresh patches against 3.9-rc6Florian Fainelli2013-04-091-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36297
* kernel: REGMAP_SPI should only be selectable when SPI_MASTER is selectedHauke Mehrtens2013-03-211-1/+2
| | | | | | | | | This was turned from a silent confg option without a text to a normal config option which could be selected without any other option depending on this. This could cause the situation where REGMAP_SPI was selected without SPI_MASTER being selected. SVN-Revision: 36101
* kernel: add some fixes for kernel 3.9Hauke Mehrtens2013-03-201-0/+14
| | | | | | This patch fixes some compile problems with kernel 3.9 and adds some missing linux 3.9 handling into kernel packages. SVN-Revision: 36098
* kernel: set regmap-core module licenseFlorian Fainelli2013-03-171-0/+16
| | | | | | | | | | | | | | | | | | | | Fixes the following issues: [ 7.660000] regmap_core: module license 'unspecified' taints kernel [ 7.690000] Disabling lock debugging due to kernel [ 7.700000] regmap_core: Unknown symbol lzo1x_decompress_safe (err 0 [ 7.710000] regmap_core: Unknown symbol lzo1x_1_compress (err 0 [ 7.720000] regmap_core: Unknown symbol devres_add (err 0 [ 7.730000] regmap_core: Unknown symbol debugfs_create_bool (err 0 [ 7.750000] regmap_core: Unknown symbol devres_alloc (err 0 [ 7.760000] regmap_core: Unknown symbol debugfs_remove_recursive (err 0 [ 7.770000] regmap_core: Unknown symbol debugfs_create_file (err 0 [ 7.780000] regmap_core: Unknown symbol devres_free (err 0 [ 7.800000] regmap_core: Unknown symbol devres_find (err 0 [ 7.810000] regmap_core: Unknown symbol debugfs_create_dir (err 0) Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36070
* kernel: add support for 3.9-rc2Florian Fainelli2013-03-141-0/+41
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36008