index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
2012-01-12
lguest: switch segment-voodoo-numbers to readable symbols
Jacek Galowicz
2012-01-12
virtio: balloon: Add freeze, restore handlers to support S4
Amit Shah
2012-01-12
virtio: balloon: Move vq initialization into separate function
Amit Shah
2012-01-12
virtio: net: Add freeze, restore handlers to support S4
Amit Shah
2012-01-12
virtio: net: Move vq and vq buf removal into separate function
Amit Shah
2012-01-12
virtio: net: Move vq initialization into separate function
Amit Shah
2012-01-12
virtio: blk: Add freeze, restore handlers to support S4
Amit Shah
2012-01-12
virtio: blk: Move vq initialization to separate function
Amit Shah
2012-01-12
virtio: console: Disable callbacks for virtqueues at start of S4 freeze
Amit Shah
2012-01-12
virtio: console: Add freeze and restore handlers to support S4
Amit Shah
2012-01-12
virtio: console: Move vq and vq buf removal into separate functions
Amit Shah
2012-01-12
virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroff
Amit Shah
2012-01-12
virtio: pci: switch to new PM API
Amit Shah
2012-01-12
virtio_blk: fix config handler race
Michael S. Tsirkin
2012-01-12
virtio: add debugging if driver doesn't kick.
Rusty Russell
2012-01-12
virtio: expose added descriptors immediately.
Rusty Russell
2012-01-12
virtio: avoid modulus operation.
Rusty Russell
2012-01-12
virtio: support unlocked queue kick
Rusty Russell
2012-01-12
virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf
Rusty Russell
2012-01-12
virtio: document functions better.
Rusty Russell
2012-01-12
virtio-balloon: Trivial cleanups
Sasha Levin
2012-01-12
virtio: harsher barriers for rpmsg.
Rusty Russell
2012-01-10
Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
2012-01-10
Merge branch 'unicore32' of git://github.com/gxt/linux
Linus Torvalds
2012-01-10
Merge branch 'akpm' (aka "Andrew's patch-bomb")
Linus Torvalds
2012-01-10
drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-range
Ben Hutchings
2012-01-10
drivers/rtc/rtc-twl.c: add DT support for RTC inside twl4030/twl6030
Benoit Cousson
2012-01-10
drivers/rtc/: remove redundant spi driver bus initialization
Lars-Peter Clausen
2012-01-10
drivers/rtc/rtc-jz4740.c: make jz4740_rtc_driver static
Axel Lin
2012-01-10
drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable static
Axel Lin
2012-01-10
rtc: convert drivers/rtc/* to use module_platform_driver()
Axel Lin
2012-01-10
drivers/rtc/rtc-wm831x.c: convert to devm_kzalloc()
Mark Brown
2012-01-10
drivers/rtc/rtc-wm831x.c: remove unused period IRQ handler
Mark Brown
2012-01-10
rtc/ab8500: add calibration attribute to AB8500 RTC
Mark Godfrey
2012-01-10
drivers/rtc/rtc-ab8500.c: change msleep() to usleep_range()
Linus Walleij
2012-01-10
rtc/ab8500: set can_wake flag
Andrew Lynn
2012-01-10
rtc/ab8500: don't disable IRQ:s when suspending
Robert Marklund
2012-01-10
drivers/rtc/rtc-mxc.c: make alarm work
Yauhen Kharuzhy
2012-01-10
drivers/rtc/rtc-mxc.c: fix setting time for MX1 SoC
Yauhen Kharuzhy
2012-01-10
drivers/rtc/rtc-cmos.c: fix broken NVRAM bank 2 writing
Ondrej Zary
2012-01-10
leds: convert wm8350 driver to devm_kzalloc()
Mark Brown
2012-01-10
leds: convert wm831x status driver to devm_kzalloc()
Mark Brown
2012-01-10
drivers/leds/leds-mc13783.c: fix off-by-one for checking num_leds
Axel Lin
2012-01-10
leds: add driver for TCA6507 LED controller
NeilBrown
2012-01-10
drivers/leds/leds-netxbig.c: use gpio_request_one()
Axel Lin
2012-01-10
drivers/leds/leds-bd2802.c: use gpio_request_one()
Axel Lin
2012-01-10
drivers/leds/leds-lp5523.c: remove unneeded forward declaration
Axel Lin
2012-01-10
leds: convert leds-dac124s085 to module_spi_driver
Axel Lin
2012-01-10
leds: convert led i2c drivers to module_i2c_driver
Axel Lin
2012-01-10
leds: convert led platform drivers to module_platform_driver
Axel Lin
[next]