index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-07
mtd: rawnand: Move the ->exec_op() method to nand_controller_ops
Boris Brezillon
9
-38
/
+51
2018-12-07
mtd: rawnand: Deprecate the ->select_chip() hook
Boris Brezillon
27
-36
/
+37
2018-12-07
mtd: rawnand: ams-delta: Stop implementing ->select_chip()
Boris Brezillon
1
-8
/
+6
2018-12-07
mtd: rawnand: vf610: Stop implementing ->select_chip()
Boris Brezillon
1
-16
/
+18
2018-12-07
mtd: rawnand: tegra: Stop implementing ->select_chip()
Boris Brezillon
1
-16
/
+12
2018-12-07
mtd: rawnand: marvell: Stop implementing ->select_chip()
Boris Brezillon
1
-9
/
+18
2018-12-07
mtd: rawnand: fsmc: Stop implementing ->select_chip()
Boris Brezillon
1
-11
/
+12
2018-12-07
mtd: rawnand: Make ->select_chip() optional when ->exec_op() is implemented
Boris Brezillon
1
-7
/
+6
2018-12-07
mtd: rawnand: Pass the CS line to be selected in struct nand_operation
Boris Brezillon
3
-19
/
+27
2018-12-07
mtd: rawnand: Add nand_[de]select_target() helpers
Boris Brezillon
4
-51
/
+100
2018-12-07
mtd: rawnand: ams-delta: Explicitly inherit from nand_controller
Boris Brezillon
1
-0
/
+5
2018-12-07
mtd: rawnand: ams-delta: Check mtd_device_register() return code
Boris Brezillon
1
-1
/
+7
2018-12-07
mtd: rawnand: ams-delta: cleanup ams_delta_init() error path
Boris Brezillon
1
-14
/
+12
2018-12-07
mtd: rawnand: ams-delta: Fix various coding style issues
Boris Brezillon
1
-15
/
+8
2018-12-07
mtd: rawnand: ams-delta: Add an SPDX tag to replace the license text
Boris Brezillon
1
-5
/
+2
2018-12-07
mtd: rawnand: ams-delta: Allow this driver to be compiled when COMPILE_TEST=y
Boris Brezillon
2
-6
/
+3
2018-12-07
mtd: rawnand: Move nand_exec_op() to internal.h
Boris Brezillon
1
-0
/
+9
2018-12-07
mtd: rawnand: legacy: Drop useless test in nand_legacy_set_defaults()
Boris Brezillon
1
-1
/
+1
2018-12-07
mtd: rawnand: Reorganize code to avoid forward declarations
Boris Brezillon
2
-254
/
+246
2018-12-07
mtd: rawnand: Stop passing mtd_info objects to internal functions
Boris Brezillon
3
-190
/
+184
2018-12-07
mtd: spinand: Add initial support for Toshiba TC58CVG2S0H
Schrempf Frieder
3
-1
/
+139
2018-11-13
mtd: rawnand: sh_flctl: convert to SPDX identifiers
Kuninori Morimoto
1
-15
/
+2
2018-11-13
Merge tag 'v4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Miquel Raynal
148
-835
/
+1772
2018-11-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
48
-168
/
+391
2018-11-12
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-4
/
+18
2018-11-11
net: dsa: mv88e6xxx: Fix clearing of stats counters
Andrew Lunn
1
-0
/
+2
2018-11-10
Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
3
-7
/
+7
2018-11-10
Merge tag 'drm-fixes-2018-11-11' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
42
-288
/
+249
2018-11-10
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-1
/
+27
2018-11-10
Merge branch 'drm-fixes-4.20' of git://people.freedesktop.org/~agd5f/linux in...
Dave Airlie
16
-121
/
+84
2018-11-10
Merge tag 'drm-misc-fixes-2018-11-07' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
3
-6
/
+7
2018-11-10
Merge tag 'drm-intel-fixes-2018-11-08' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
17
-135
/
+145
2018-11-10
Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-19
/
+6
2018-11-10
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
7
-8
/
+706
2018-11-10
net: mvneta: correct typo
Alexandre Belloni
1
-2
/
+2
2018-11-10
net: qualcomm: rmnet: Fix incorrect assignment of real_dev
Subash Abhinov Kasiviswanathan
1
-3
/
+3
2018-11-10
net: aquantia: allow rx checksum offload configuration
Dmitry Bogdanov
5
-6
/
+18
2018-11-10
net: aquantia: invalid checksumm offload implementation
Dmitry Bogdanov
2
-30
/
+41
2018-11-10
net: aquantia: fixed enable unicast on 32 macvlan
Igor Russkikh
1
-1
/
+1
2018-11-10
net: aquantia: fix potential IOMMU fault after driver unbind
Dmitry Bogdanov
4
-0
/
+35
2018-11-10
net: aquantia: synchronized flow control between mac/phy
Igor Russkikh
5
-8
/
+50
2018-11-10
Merge tag 'devicetree-fixes-for-4.20-2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-3
/
+10
2018-11-10
Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-22
/
+10
2018-11-10
clk: qcom: gcc: Fix board clock node name
Vinod Koul
1
-1
/
+1
2018-11-09
usb: typec: ucsi: add support for Cypress CCGx
Ajay Gupta
3
-0
/
+319
2018-11-09
serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeout
Yoshihiro Shimoda
1
-2
/
+2
2018-11-09
i2c: nvidia-gpu: make pm_ops static
Wolfram Sang
1
-1
/
+1
2018-11-09
i2c: add i2c bus driver for NVIDIA GPU
Ajay Gupta
3
-0
/
+378
2018-11-09
i2c: qcom-geni: Fix runtime PM mismatch with child devices
Stephen Boyd
1
-7
/
+8
2018-11-09
i2c: omap: Enable for ARCH_K3
Vignesh R
1
-1
/
+1
[next]