index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
drivers/gpio: include <module.h> for modular crystalcove code
Paul Gortmaker
2015-06-16
1
-0
/
+1
|
*
|
drivers/clk: include <module.h> for clk-max77xxx modular code
Paul Gortmaker
2015-06-16
2
-0
/
+2
|
|
/
*
|
Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2015-07-02
9
-25
/
+50
|
\
\
|
*
|
of/irq: Rename "intc_desc" to "of_intc_desc" to fix OF on sh
Geert Uytterhoeven
2015-06-30
1
-3
/
+3
|
*
|
of/irq: Fix pSeries boot failure
Jeremy Linton
2015-06-30
1
-2
/
+1
|
*
|
Merge remote-tracking branch 'robh/for-next' into devicetree/next
Grant Likely
2015-06-30
7
-18
/
+41
|
|
\
\
|
|
*
|
of/address: use atomic allocation in pci_register_io_range()
Jingoo Han
2015-06-23
1
-1
/
+1
|
|
*
|
dt/fdt: add empty versions of early_init_dt_*_memory_arch
Rob Herring
2015-06-19
1
-0
/
+11
|
|
*
|
of: clean-up unnecessary libfdt include paths
Rob Herring
2015-06-05
2
-5
/
+0
|
|
*
|
of: make unittest select OF_EARLY_FLATTREE instead of depend on it
Rob Herring
2015-06-05
1
-1
/
+2
|
|
*
|
of: make CONFIG_OF user selectable
Rob Herring
2015-06-05
1
-5
/
+9
|
|
*
|
of/overlay: Grammar s/an negative/a negative/
Geert Uytterhoeven
2015-05-28
1
-3
/
+3
|
|
*
|
of/fdt: Make fdt blob input parameters of unflatten functions const
Geert Uytterhoeven
2015-05-28
1
-3
/
+3
|
|
*
|
of: add helper function to retrive match data
Joachim Eastwood
2015-05-28
1
-0
/
+12
|
*
|
|
of/fdt: fix argument name and add comments of unflatten_dt_node()
Masahiro Yamada
2015-06-04
1
-1
/
+4
|
*
|
|
of: return NUMA_NO_NODE from fallback of_node_to_nid()
Konstantin Khlebnikov
2015-06-04
1
-1
/
+1
*
|
|
|
Merge git://www.linux-watchdog.org/linux-watchdog
Linus Torvalds
2015-07-02
16
-155
/
+870
|
\
\
\
\
|
*
|
|
|
watchdog: omap_wdt: early_enable module parameter
Lars Poeschel
2015-07-01
1
-0
/
+8
|
*
|
|
|
watchdog: gpio_wdt: Add option for early registration
Jean-Baptiste Theou
2015-06-29
2
-0
/
+21
|
*
|
|
|
watchdog: watchdog_core: Add watchdog registration deferral mechanism
Jean-Baptiste Theou
2015-06-29
1
-18
/
+100
|
*
|
|
|
watchdog: max63xx: dynamically allocate device
Vivien Didelot
2015-06-29
1
-66
/
+104
|
*
|
|
|
watchdog: imx2_wdt: Disable previously acquired clock on error path
Fabio Estevam
2015-06-26
1
-1
/
+5
|
*
|
|
|
watchdog: imx2_wdt: Check for clk_prepare_enable() error
Fabio Estevam
2015-06-26
1
-2
/
+7
|
*
|
|
|
watchdog: hpwdt: Add support for WDIOC_SETOPTIONS
Jean Delvare
2015-06-22
1
-1
/
+15
|
*
|
|
|
watchdog: omap_wdt: implement get_timeleft
Lars Poeschel
2015-06-22
2
-0
/
+12
|
*
|
|
|
watchdog: da9062: DA9062 watchdog driver
S Twiss
2015-06-22
3
-0
/
+263
|
*
|
|
|
watchdog: imx2_wdt: set watchdog parent device
Vladimir Zapolskiy
2015-06-22
1
-0
/
+1
|
*
|
|
|
watchdog: mena21_wdt: Fix possible NULL pointer dereference
Johannes Thumshirn
2015-06-22
1
-2
/
+3
|
*
|
|
|
watchdog: dw_wdt: keepalive the watchdog at write time
Doug Anderson
2015-06-22
1
-0
/
+1
|
*
|
|
|
watchdog: dw_wdt: No need for a spinlock
Doug Anderson
2015-06-22
1
-7
/
+0
|
*
|
|
|
watchdog: imx2_wdt: also set wdog->timeout to new_timeout
Michael Grzeschik
2015-06-22
1
-0
/
+2
|
*
|
|
|
watchdog: Allow compile test of GPIO consumers if !GPIOLIB
Geert Uytterhoeven
2015-06-22
1
-1
/
+1
|
*
|
|
|
watchdog: cadence: Add dependency on HAS_IOMEM
Richard Weinberger
2015-06-22
1
-0
/
+1
|
*
|
|
|
watchdog: max63xx_wdt: Constify platform_device_id
Krzysztof Kozlowski
2015-06-22
1
-1
/
+1
|
*
|
|
|
watchdog: MAX63XX_WATCHDOG does not depend on ARM
Vivien Didelot
2015-06-22
1
-1
/
+1
|
*
|
|
|
watchdog: imgpdc: Add some documentation about the timeout
Ezequiel Garcia
2015-06-22
1
-0
/
+29
|
*
|
|
|
watchdog: imgpdc: Fix max timeout
Ezequiel Garcia
2015-06-22
1
-1
/
+5
|
*
|
|
|
watchdog: imgpdc: Add reboot support
Andrew Bresticker
2015-06-22
1
-0
/
+21
|
*
|
|
|
watchdog: imgpdc: Set timeout before starting watchdog
Andrew Bresticker
2015-06-22
1
-5
/
+13
|
*
|
|
|
watchdog: imgpdc: Allow timeout to be set in device-tree
Andrew Bresticker
2015-06-22
1
-7
/
+3
|
*
|
|
|
watchdog: omap: assert the counter being stopped before reprogramming
Uwe Kleine-König
2015-06-22
1
-0
/
+7
|
*
|
|
|
watchdog: omap: simplify assignment of bootstatus
Uwe Kleine-König
2015-06-22
1
-7
/
+5
|
*
|
|
|
watchdog: omap: put struct watchdog_device into driver data
Uwe Kleine-König
2015-06-22
1
-31
/
+24
|
*
|
|
|
watchdog: omap: use watchdog_init_timeout instead of open coding it
Uwe Kleine-König
2015-06-22
1
-4
/
+1
|
*
|
|
|
watchdog: digicolor: driver for Conexant Digicolor CX92755 SoC
Baruch Siach
2015-06-22
3
-0
/
+216
|
*
|
|
|
watchdog: at91sam9: use endian agnostic IO
Ben Dooks
2015-06-22
1
-2
/
+2
|
*
|
|
|
watchdog: st_wdt: Update IP layout information to include Clocksource
Lee Jones
2015-06-22
1
-1
/
+1
|
*
|
|
|
watchdog: st_wdt: Add new driver for ST's LPC Watchdog
Lee Jones
2015-06-22
3
-0
/
+357
*
|
|
|
|
Merge tag 'clk-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-07-02
141
-1493
/
+12642
|
\
\
\
\
\
|
*
|
|
|
|
clk: stm32: Add clock driver for STM32F4[23]xxx devices
Daniel Thompson
2015-06-23
2
-0
/
+381
[prev]
[next]