summaryrefslogtreecommitdiff
path: root/package/kernel/modules/i2c.mk
Commit message (Collapse)AuthorAgeFilesLines
* packages: clean up the package folderJohn Crispin2013-06-211-269/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007
* package/kernel: only include i2c-of if CONFIG_OF enabledGabor Juhos2013-04-061-1/+4
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36227
* unbreak i2c-mv64xxx dependenciesJohn Crispin2013-04-031-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36192
* fix borken of-i2c dependenciesJohn Crispin2013-04-031-4/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36191
* make OF_I2C build as part of i2c-coreJohn Crispin2013-04-031-17/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36179
* package/kernel: i2c: don't skip built-in modulesJonas Gorski2013-02-231-1/+1
| | | | | | | | | | | Don't skip build-in modules when generating i2c kmod packages, to allow empty packages to be generated for satisfying dependencies. Closes #12259. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35755
* kernel: avoid recursive dependency caused by kmod-i2c-mv64xxxFlorian Fainelli2013-01-141-1/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35157
* kernel: make kmod-of-i2c available for the mvebu targetFlorian Fainelli2013-01-081-2/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35060
* kernel: adjust orion/kirkwood packages to also build for mvebu targetFlorian Fainelli2013-01-081-2/+2
| | | | | | | | | Armada XP/370 boards share these hardware blocks with Orion and Kirkwood SoCs. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35059
* Remove remaining etrax referencesJohn Crispin2013-01-021-1/+0
| | | | SVN-Revision: 34968
* i2c-gpio-mux: fix build for 3.6+ kernelsFlorian Fainelli2012-11-111-0/+5
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34152
* i2c muxes modules have a different prefix since 3.5Florian Fainelli2012-10-241-2/+6
| | | | | | Kernel 3.5 started prefixing i2c muxes modules with i2c-mux-, account for that SVN-Revision: 33904
* partially revert r32855Florian Fainelli2012-07-291-0/+114
| | | | | | | Too many modules were removed, while only the octeon module was meant to be removed, fix that. SVN-Revision: 32909
* move i2c driver to target modules.mkFlorian Fainelli2012-07-251-145/+0
| | | | SVN-Revision: 32855
* move i2c modules back to target modules.mkFlorian Fainelli2012-07-251-35/+0
| | | | SVN-Revision: 32850
* kernel: remove a few more obsolete CompareKernelPatchVer calls, add ↵Felix Fietkau2012-05-271-10/+0
| | | | | | dependencies on @TARGET_x86 for a few network drivers that are typically not found in non-PC equipment SVN-Revision: 31870
* package/kernel: add i2c module support for Freescale MPC processorsGabor Juhos2012-04-291-1/+17
| | | | | | Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 31524
* modules: fixes ko files that were renamed in 3.1John Crispin2011-11-031-0/+10
| | | | SVN-Revision: 28724
* kernel: fix i2c section after r28334Florian Fainelli2011-10-101-1/+2
| | | | SVN-Revision: 28399
* package I2C_MUX_GPIOJohn Crispin2011-10-011-0/+15
| | | | | | | | this module was missing from [28334] buildbots timed out as the symbol was not defined SVN-Revision: 28352
* add support for more i2c muxesFlorian Fainelli2011-09-301-0/+92
| | | | | | | | | | | | | | | | This patch should bring support for several kernel modules related to I2C to openwrt, which are existing for several years now. Namely there is the i2c-tiny-usb bus driver, to hook up an I2C bus on any device with usb support (prevent voiding warranty when opening and soldering). Second, there is support for the i2c-mux driver and pca954x as a I2C switch driver. Finally there is support for common I2C gpio expander driver modules pca953x and pcf857x. They work without providing platform data recently (can be instantiated at runtime). Signed-off-by: Hartmut Knaack <knaack.h@gmx.de> SVN-Revision: 28334
* package i2c master driverFlorian Fainelli2011-03-301-0/+15
| | | | SVN-Revision: 26373
* use i2c_defaults for kmod-i2c-at91Florian Fainelli2011-02-111-5/+6
| | | | SVN-Revision: 25468
* Fix i2c driver and package itClaudio Mignanti2011-01-131-0/+15
| | | | SVN-Revision: 24975
* kernel: kirkwood/orion I2C module supportLars-Peter Clausen2010-10-041-0/+16
| | | | | | | | This patch adds support for configuring kirkwood/orion i2c module. Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 23215
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-121-1/+1
| | | | SVN-Revision: 22145
* remove obsolete kernel dependencies and version checksFelix Fietkau2010-06-261-1/+1
| | | | SVN-Revision: 21956
* fix kernel modules dependences for i2c and ata-coreClaudio Mignanti2010-03-111-1/+1
| | | | SVN-Revision: 20146
* Fix broken i2c module loading in R17269Gabor Juhos2009-08-161-2/+2
| | | | | | | | | | | | Strip .ko suffix from module name. Fix typo in name of i2c-scx200-acb module to be loaded. Steve Signed-off-by: Steve Brown <sbrown@cortland.com> SVN-Revision: 17288
* kernel/modules: allow I2C modules to be compiled into the kernel (closes #5702)Gabor Juhos2009-08-151-41/+52
| | | | SVN-Revision: 17269
* kernel/modules: package module for OpenFirmware I2C accessorsGabor Juhos2009-07-191-3/+17
| | | | SVN-Revision: 16921
* kernel/modules: package I2C bus driver for PPC4xx based systemsGabor Juhos2009-07-191-0/+16
| | | | SVN-Revision: 16919
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* Some symbols were missing or wrong. Tested with x86.Hauke Mehrtens2009-03-051-1/+3
| | | | SVN-Revision: 14751
* correct kernel modules dependencies against kmod-i2c-core, they already ↵Florian Fainelli2009-02-041-3/+3
| | | | | | depend on kmod-i2c-algo-bit, which depends on kmod-i2c-core (#4330) SVN-Revision: 14401
* kernel/modules: make use the new GPIO_SUPPORT optionGabor Juhos2008-04-291-1/+1
| | | | SVN-Revision: 10980
* remove the i2c-gpio-custom driver from adm5120, and make it available on all ↵Gabor Juhos2008-04-291-17/+1
| | | | | | platforms SVN-Revision: 10979
* add custom GPIO-based I2C driverGabor Juhos2007-10-091-0/+16
| | | | SVN-Revision: 9218
* add back scx200 gpio i2c module removed in [8825] (too early for generic ↵Nicolas Thill2007-09-221-3/+20
| | | | | | gpio), rename scx200 access bus i2c module to scx200-acb SVN-Revision: 8944
* i2c changes: * split i2c algos in separate packages * remove deprecated ↵Nicolas Thill2007-09-171-26/+65
| | | | | | i2c-sc2x00 and add i2c-gpio & i2c-sc2x00_acb instead SVN-Revision: 8825
* cosmetic changes: rename submenu vars, add missing copyright headersNicolas Thill2007-09-161-4/+4
| | | | SVN-Revision: 8808
* fix target names in DEPENDS (closes: #2341)Nicolas Thill2007-09-111-2/+2
| | | | SVN-Revision: 8748
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-071-3/+12
| | | | | | DESCRIPTION=TITLE SVN-Revision: 8659
* require all CONFIG_* symbols listed in its KCONFIG to be set to m in order ↵Nicolas Thill2007-09-031-7/+19
| | | | | | to actually build a kmod package, tweak and fix kernel package definitions. SVN-Revision: 8591
* cosmetic fixes: rearrange KernelPackage definitionsNicolas Thill2007-08-281-4/+10
| | | | SVN-Revision: 8520
* Remove buggy i2c-gpio driverFlorian Fainelli2007-08-011-12/+0
| | | | SVN-Revision: 8305
* add missing dependencies and kernel config optionsFelix Fietkau2007-07-231-0/+1
| | | | SVN-Revision: 8112
* dynamically enable/disable kernel config options for kmod packages based on ↵Felix Fietkau2007-07-181-4/+4
| | | | | | build system config SVN-Revision: 8026
* Fix the scx200 gpio kernel module (#1072)Florian Fainelli2007-05-281-2/+2
| | | | SVN-Revision: 7364
* Improved autorebuild for kernel related stuff. - make modules_install in the ↵Felix Fietkau2007-04-181-5/+5
| | | | | | kernel tree is no longer called - make modules is called on every target/compile run - kmod packages pull the kernel modules directly out of the kernel tree and have proper file depends on them SVN-Revision: 6998