index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
5
-19
/
+63
2020-07-26
Merge tag 'staging-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-19
/
+63
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
30
-1932
/
+1286
2020-07-22
Merge tag 'media/v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
29
-1929
/
+1279
2020-07-22
staging: wlan-ng: properly check endpoint types
Rustam Kovhaev
1
-1
/
+15
2020-07-20
Merge tag 'wireless-drivers-next-2020-07-20' of git://git.kernel.org/pub/scm/...
David S. Miller
20
-10657
/
+0
2020-07-20
staging: comedi: addi_apci_1564: check INSN_CONFIG_DIGITAL_TRIG shift
Ian Abbott
1
-6
/
+14
2020-07-20
staging: comedi: addi_apci_1500: check INSN_CONFIG_DIGITAL_TRIG shift
Ian Abbott
1
-5
/
+19
2020-07-20
staging: comedi: addi_apci_1032: check INSN_CONFIG_DIGITAL_TRIG shift
Ian Abbott
1
-6
/
+14
2020-07-20
staging: comedi: ni_6527: fix INSN_CONFIG_DIGITAL_TRIG support
Ian Abbott
1
-1
/
+1
2020-07-19
Revert "media: atomisp: keep the ISP powered on when setting it"
Mauro Carvalho Chehab
1
-6
/
+2
2020-07-19
media: atomisp: fix mask and shift operation on ISPSSPM0
Colin Ian King
1
-1
/
+1
2020-07-19
media: atomisp: move system_local consts into a C file
Mauro Carvalho Chehab
3
-121
/
+205
2020-07-19
media: atomisp: get rid of version-specific system_local.h
Mauro Carvalho Chehab
3
-350
/
+194
2020-07-19
media: atomisp: move global stuff into a common header
Mauro Carvalho Chehab
7
-714
/
+403
2020-07-19
media: atomisp: remove non-used 32-bits consts at system_local
Mauro Carvalho Chehab
5
-331
/
+3
2020-07-19
media: atomisp: get rid of some unused static vars
Mauro Carvalho Chehab
2
-68
/
+0
2020-07-19
media: atomisp: Fix error code in ov5693_probe()
Dan Carpenter
1
-2
/
+4
2020-07-19
media: atomisp: Replace trace_printk by pr_info
Nicolas Boichat
1
-5
/
+5
2020-07-19
media: atomisp: Fix __func__ style warnings
Baidyanath Kundu
1
-14
/
+14
2020-07-19
media: atomisp: fix help message for ISP2401 selection
Mauro Carvalho Chehab
1
-1
/
+1
2020-07-18
media: atomisp: i2c: atomisp-ov2680.c: fixed a brace coding style issue.
B K Karthik
1
-3
/
+3
2020-07-18
media: atomisp: make const arrays static, makes object smaller
Colin Ian King
1
-3
/
+3
2020-07-18
media: atomisp: Clean up non-existing folders from Makefile
Andy Shevchenko
1
-5
/
+0
2020-07-18
media: atomisp: Get rid of ACPI specifics in gmin_subdev_add()
Andy Shevchenko
1
-9
/
+5
2020-07-18
media: atomisp: Provide Gmin subdev as parameter to gmin_subdev_add()
Andy Shevchenko
1
-27
/
+24
2020-07-18
media: atomisp: Use temporary variable for device in gmin_subdev_add()
Andy Shevchenko
1
-15
/
+2
2020-07-18
media: atomisp: Refactor PMIC detection to a separate function
Andy Shevchenko
1
-23
/
+36
2020-07-18
media: atomisp: Deduplicate return ret in gmin_i2c_write()
Andy Shevchenko
1
-7
/
+3
2020-07-18
media: atomisp: Make pointer to PMIC client global
Andy Shevchenko
1
-2
/
+3
2020-07-18
media: atomisp: Don't try to parse unexpected ACPI object type
Andy Shevchenko
1
-0
/
+4
2020-07-18
media: atomisp: make platform data more readable
Andy Shevchenko
1
-0
/
+3
2020-07-18
media: atomisp: Drop global atomisp_dev variable (easy cases)
Andy Shevchenko
4
-18
/
+15
2020-07-18
media: atomisp: Replace direct access to MMIO with proper helpers
Andy Shevchenko
5
-40
/
+35
2020-07-18
media: atomisp: Unify pdev to be pointer to struct pci_device
Andy Shevchenko
3
-151
/
+127
2020-07-18
media: atomisp: Get rid of struct pci_dev in struct atomisp_device
Andy Shevchenko
5
-38
/
+43
2020-07-18
media: atomisp: don't pass struct device_driver as parameter
Andy Shevchenko
3
-3
/
+4
2020-07-18
media: atomisp: Use proper APIs to find I²C client device by ACPI HID
Andy Shevchenko
1
-25
/
+18
2020-07-18
media: atomisp: move CCK endpoint address to generic header
Andy Shevchenko
2
-4
/
+1
2020-07-18
media: atomisp: Replace last use of Intel MID APIs
Andy Shevchenko
2
-4
/
+2
2020-07-18
media: atomisp: place all gpio parsing together
Mauro Carvalho Chehab
1
-46
/
+40
2020-07-18
media: atomisp: split add from find subdev
Mauro Carvalho Chehab
1
-2
/
+4
2020-07-18
media: atomisp: print info if gpio0 and gpio2 were detected
Mauro Carvalho Chehab
1
-0
/
+4
2020-07-18
media: atomisp: fix call to g_frame_interval
Mauro Carvalho Chehab
1
-1
/
+1
2020-07-18
media: atomisp: properly parse CLK PMIC on newer devices
Mauro Carvalho Chehab
1
-2
/
+64
2020-07-18
media: atomisp: Prepare sensor support for ACPI PM
Mauro Carvalho Chehab
1
-6
/
+83
2020-07-18
media: atomisp: reorganize the code under gmin_subdev_add()
Mauro Carvalho Chehab
1
-59
/
+60
2020-07-17
media: atomisp: fix the handling of clock number
Mauro Carvalho Chehab
1
-7
/
+42
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
5
-19
/
+20
2020-07-10
staging: comedi: verify array index is correct before using it
Dan Carpenter
1
-3
/
+7
[next]