openwrt/target/linux/generic
Hauke Mehrtens fd5c168701 kernel: Build: Split kmod-regmap
This reduces the needed modifications to the mainline Linux kernel and
also makes the regmap package work with an out of tree kernel which
does not have these modifications.

The regmap-core is only added when it is really build as a module.
The regmap-core is normally bool so it cannot be built as a module in an
unmodified kernel. When it is selected by on other kernel module it will
always be selected as build in and it also does not show up in
$(LINUX_DIR)/modules.builtin as it is not supposed to be a kernel module.
When it is not in $(LINUX_DIR)/modules.builtin the build system expects
it to be built as a .ko file.
Just check if the module is really there and only add it in that case.

This splits the regmap package into multiple packages, one for each bus type.
This way only the bus maps which are really needed have to be added.
This also splits the I2C, SPI and MMIO regmap into separate packages to not
require all these subsystems to build them, on an unmodified upstream kernel
this also causes problems in some situations.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
2019-01-27 00:16:13 +01:00
..
backport-4.9 kernel: N_BADCLASS: fix macro to actually work - class e support 2019-01-19 20:45:49 +00:00
backport-4.14 kernel: fix sdhci-msm build error 2019-01-25 09:23:33 +01:00
backport-4.19 kernel: 4.19: use upstream usbport led trigger fix 2019-01-24 15:53:03 +01:00
files kernel: add DT binding support to the Edimax uImage parser 2019-01-19 12:51:04 +01:00
hack-4.9 kernel: Build: Split kmod-regmap 2019-01-27 00:16:13 +01:00
hack-4.14 kernel: Build: Split kmod-regmap 2019-01-27 00:16:13 +01:00
hack-4.19 kernel: Build: Split kmod-regmap 2019-01-27 00:16:13 +01:00
image treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
other-files kernel: move initramfs's init script out of base-files 2017-04-04 14:06:40 +02:00
pending-3.18 kernel: Build: Split kmod-regmap 2019-01-27 00:16:13 +01:00
pending-4.9 kernel: bump 4.9 to 4.9.150 2019-01-16 12:56:30 +01:00
pending-4.14 kernel: bump 4.14 to 4.14.93 2019-01-14 02:20:40 +02:00
pending-4.19 kernel: bump 4.19 to 4.19.16 2019-01-17 03:04:13 +02:00
PATCHES
config-3.18 kernel/modules: add kmod-pmbus-zl6100 module 2019-01-13 11:07:37 +01:00
config-4.9 kernel/modules: Fix build of kmod-pmbus 2019-01-13 13:16:02 +01:00
config-4.14 kernel/modules: add kmod-pmbus-zl6100 module 2019-01-13 11:07:37 +01:00
config-4.19 kernel: drop old symbol from 4.19 2019-01-17 03:09:47 +02:00