- 24 Apr, 2017 1 commit
-
-
Vikram Narayanan authored
Timers can't run inside LCD as there is no support. So, start a timer in KLCD (but with a lower frequency compared to the original one) and trigger a handler inside LCD when the timer expires. In case of ixgbe driver, a service_event is triggered by the timer. Also add support for asynchronous register dump via sysfs module params. Signed-off-by:
Vikram Narayanan <vikram186@gmail.com>
-
- 02 Apr, 2017 1 commit
-
-
Vikram Narayanan authored
A module parameter is added to the KLCD module, which is exposed by the kernel in sysfs. The dispatch loop monitors for a change in this variable and sends a message to LCD to exit, thereby paving way for LCD to gracefully exit. Signed-off-by:
Vikram Narayanan <vikram186@gmail.com>
-
- 19 Mar, 2017 1 commit
-
-
Vikram Narayanan authored
Populate boot, lcd, klcd modules of ixgbe and add a minimal ixgbe_main.c file which tries to do pci_register_driver during load and unregister during exit. Functions supported: * probe Signed-off-by:
Vikram Narayanan <vikram186@gmail.com>
-
- 17 Mar, 2017 1 commit
-
-
Vikram Narayanan authored
Update build scripts to build ixgbe test_module as well Signed-off-by:
Vikram Narayanan <vikram186@gmail.com>
-
- 06 Jul, 2016 1 commit
-
-
Alexander Shiyan authored
Any CLPS711X-based board can be replaced with devicetree equivalent. Remove the board files. Signed-off-by:
Alexander Shiyan <shc_work@mail.ru> Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
-
- 21 Nov, 2012 1 commit
-
-
Alexander Shiyan authored
Signed-off-by:
Alexander Shiyan <shc_work@mail.ru> Signed-off-by:
Olof Johansson <olof@lixom.net>
-
- 17 Oct, 2011 1 commit
-
-
Sascha Hauer authored
Boards used to specify zreladdr in their Makefile.boot with zreladdr-y := x, so conflicting zreladdrs were silently overwritten. This patch changes this to zreladdr-y += x, so that we end up with multiple words in zreladdr in such a case. We can detect this later and complain if necessary. Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 24 May, 2010 1 commit
-
-
Andrea Gelmini authored
arch/arm/mach-clps711x/Makefile.boot:2: ERROR: trailing whitespace Signed-off-by:
Andrea Gelmini <andrea.gelmini@gelma.net> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 16 Apr, 2005 1 commit
-
-
Linus Torvalds authored
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
-