index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
media
/
atomisp
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-08
[media] atomisp: use correct dialect to disable warnings
Mauro Carvalho Chehab
3
-6
/
+12
2017-06-08
[media] staging: css2400/Makefile: don't include non-existing files
Mauro Carvalho Chehab
1
-2
/
+0
2017-06-07
[media] staging: atomisp: Fix endless recursion in hmm_init
Hans de Goede
1
-1
/
+5
2017-06-07
[media] staging: atomisp: lm3554: fix sparse warnings(was not declared. Shoul...
Chen Guanqiao
1
-2
/
+2
2017-06-07
[media] staging: atomisp: Make ov2680 driver less chatty
Hans de Goede
1
-5
/
+2
2017-06-07
[media] staging: atomisp: Ignore errors from second gpio in ov2680 driver
Hans de Goede
1
-3
/
+4
2017-06-07
[media] staging: atomisp: Add OVTI2680 ACPI id to ov2680 driver
Hans de Goede
1
-0
/
+1
2017-06-07
[media] staging: atomisp: Add INT0310 ACPI id to gc0310 driver
Hans de Goede
1
-0
/
+1
2017-06-07
[media] staging: atomisp: Set step to 0 for mt9m114 menu control
Hans de Goede
1
-1
/
+1
2017-06-07
[media] staging: atomisp: Do not call dev_warn with a NULL device
Hans de Goede
1
-1
/
+1
2017-06-07
[media] staging: atomisp: Fix calling efivar_entry_get() with unaligned argum...
Hans de Goede
1
-8
/
+9
2017-06-07
[media] atomisp: de-duplicate sh_css_mmu_set_page_table_base_index
Alan Cox
3
-31
/
+1
2017-06-07
[media] atomisp: remove sh_css_irq - it contains nothing
Alan Cox
2
-17
/
+0
2017-06-07
[media] atomisp: Unify lut free logic
Alan Cox
2
-21
/
+0
2017-06-07
[media] atomisp: Unify load_preview_binaries for the most part
Alan Cox
1
-39
/
+1
2017-06-07
[media] atomisp: unify sh_css_hmm_buffer_record_acquire
Alan Cox
1
-37
/
+3
2017-06-07
[media] atomisp: eliminate dead code under HAS_RES_MGR
Alan Cox
4
-103
/
+0
2017-06-07
[media] atomisp2: off by one in atomisp_s_input()
Dan Carpenter
1
-1
/
+1
2017-06-07
[media] atomisp2: tidy up confused ifdefs
Alan Cox
1
-21
/
+5
2017-06-07
[media] atomisp2: remove HRT_UNSCHED
Alan Cox
4
-27
/
+3
2017-06-07
[media] atomisp: remove NUM_OF_BLS
Alan Cox
1
-5
/
+5
2017-06-07
[media] atompisp: HAS_BL is never defined so lose it
Alan Cox
3
-126
/
+1
2017-06-07
[media] staging: media: atomisp: fix non static symbol warnings
Juan Antonio Pedreira Martos
1
-2
/
+2
2017-06-07
[media] atomisp: use NULL instead of 0 for pointers
Paolo Cretaro
5
-6
/
+6
2017-05-19
[media] atomisp: disable several warnings when W=1
Mauro Carvalho Chehab
4
-0
/
+20
2017-05-19
[media] atomisp: fix missing blank line coding style issue in atomisp_tpg.c
Manny Vindiola
1
-0
/
+1
2017-05-19
[media] atomisp: putting NULs in the wrong place
Dan Carpenter
1
-2
/
+2
2017-05-19
[media] atomisp: one char read beyond end of string
Dan Carpenter
1
-3
/
+2
2017-05-19
[media] atomisp: Fix -Werror=int-in-bool-context compile errors
Hans de Goede
2
-4
/
+3
2017-05-19
[media] atomisp: Make undeclared symbols static
Guru Das Srinagesh
1
-7
/
+7
2017-05-19
[media] atomisp: fix coding style warnings
Avraham Shukron
2
-19
/
+35
2017-05-19
[media] atomisp: fixed coding style errors
Avraham Shukron
2
-79
/
+79
2017-05-19
[media] atomisp: drop unused qos variable
Valentin Vidic
1
-1
/
+0
2017-05-19
[media] atomisp: fixed sparse warnings
Avraham Shukron
1
-4
/
+5
2017-05-19
[media] atomisp: Fix unnecessary initialization of static
Fabrizio Perria
1
-1
/
+1
2017-05-19
[media] atomisp: use logical AND, not bitwise
Guru Das Srinagesh
1
-1
/
+1
2017-05-19
[media] atomisp: Add __printf validation and fix fallout
Joe Perches
8
-23
/
+25
2017-05-18
[media] atomisp: don't treat warnings as errors
Mauro Carvalho Chehab
4
-7
/
+1
2017-05-08
drivers/staging/media/atomisp/pci/atomisp2: use set_memory.h
Andrew Morton
4
-4
/
+9
2017-04-28
staging: media: atomisp: fix range checking on clk_num
Colin Ian King
1
-4
/
+4
2017-04-28
staging: media: atomisp: fix misspelled word in comment
Luis Oliveira
1
-1
/
+1
2017-04-28
staging: media: atomisp: kmap() can't fail
Fabian Frederick
1
-17
/
+2
2017-04-28
staging: atomisp: remove #ifdef for runtime PM functions
Arnd Bergmann
1
-11
/
+3
2017-04-28
staging: atomisp: satm include directory is gone
Arnd Bergmann
1
-1
/
+0
2017-04-28
atomisp: remove some more unused files
Alan Cox
4
-563
/
+0
2017-04-28
atomisp: remove hmm_load/store/clear indirections
Alan Cox
6
-61
/
+15
2017-04-28
atomisp: kill off mmgr_free
Alan Cox
14
-49
/
+30
2017-04-28
atomisp: clean up the hmm init/cleanup indirections
Alan Cox
6
-39
/
+8
2017-04-28
atomisp: handle allocation calls before init in the hmm layer
Alan Cox
1
-0
/
+5
2017-04-18
staging/media: make atomisp vlv2_plat_clock explicitly non-modular
Paul Gortmaker
1
-20
/
+1
[next]