messages from 2021-11-10 02:30:56 to 2021-11-16 11:29:13 UTC [more...]
[PATCH 00/23] Make the code closer to candrpv_0415 firmware
2021-11-16 11:29 UTC (24+ messages)
` [PATCH 01/23] media: atomisp: get rid of phys event abstractions
` [PATCH 02/23] media: atomisp: get rid of if CONFIG_ON_FRAME_ENQUEUE
` [PATCH 03/23] media: atomisp: shift some structs from input_system_local
` [PATCH 04/23] media: atomisp: ia_css_stream.h: remove ifdefs from the header
` [PATCH 05/23] media: atomisp: fix comments coding style at sh_css.c
` [PATCH 06/23] media: atomisp: Avoid some {} just to define new vars
` [PATCH 07/23] media: atomisp: drop two vars that are currently ignored
` [PATCH 08/23] media: atomisp: drop an useless #ifdef ISP2401
` [PATCH 09/23] media: atomisp: remove #ifdef HAS_OUTPUT_SYSTEM
` [PATCH 10/23] media: atomisp: drop #ifdef SH_CSS_ENABLE_PER_FRAME_PARAMS
` [PATCH 11/23] media: atomisp: drop #ifdef WITH_PC_MONITORING
` [PATCH 12/23] media: atomisp: remove #ifdef SH_CSS_ENABLE_METADATA
` [PATCH 13/23] media: atomisp: solve #ifdef HAS_NO_PACKED_RAW_PIXELS
` [PATCH 14/23] media: atomisp: drop crop code at stream create function
` [PATCH 15/23] media: atomisp: get rid of ia_css_stream_load()
` [PATCH 16/23] media: atomisp: unify ia_css_stream stop logic
` [PATCH 17/23] media: atomisp: drop ia_css_pipe_update_qos_ext_mapped_arg
` [PATCH 18/23] media: atomisp: drop a dead code
` [PATCH 19/23] media: atomisp: get rid of some weird warn-suppress logic
` [PATCH 20/23] media: atomisp: drop check_pipe_resolutions() logic
` [PATCH 21/23] media: atomisp: warn if mipi de-allocation failed
` [PATCH 22/23] media: atomisp: make sh_css similar to Intel Aero driver
` [PATCH 23/23] media: atomisp: get rid of #ifdef ISP_VEC_NELEMS
Fotowoltaika dla firm
2021-11-16 8:46 UTC
[PATCH v7 00/11] VP9 codec V4L2 control interface
2021-11-16 8:21 UTC (10+ messages)
[PATCH] staging: r8188eu: fix array_size.cocci warning
2021-11-16 6:54 UTC (3+ messages)
[PATCH] staging: r8188eu: remove unused defines in wifi.h
2021-11-16 4:56 UTC (2+ messages)
[PATCH 00/11] dmaengine: kill off dma_slave_config->slave_id
2021-11-16 4:28 UTC (32+ messages)
` [PATCH 01/11] ASoC: dai_dma: remove slave_id field
` [PATCH 02/11] spi: pic32: stop setting dma_config->slave_id
` [PATCH 03/11] mmc: bcm2835: stop setting chan_config->slave_id
` [PATCH 04/11] dmaengine: shdma: remove legacy slave_id parsing
` [PATCH 05/11] dmaengine: pxa/mmp: stop referencing config->slave_id
` [PATCH 06/11] dmaengine: sprd: "
` [PATCH 07/11] dmaengine: qcom-adm: stop abusing slave_id config
` [PATCH 08/11] dmaengine: xilinx_dpdma: stop using slave_id field
` [PATCH 09/11] dmaengine: tegra20-apb: stop checking config->slave_id
` [PATCH 10/11] staging: ralink-gdma: stop using slave_id config
` [PATCH 11/11] dmaengine: remove slave_id config field
[PATCH 0/3] Fix some W=1 clang Werror at staging/media
2021-11-15 17:55 UTC (10+ messages)
` [PATCH 1/3] media: ipu3: drop an unused variable
` [PATCH 2/3] media: atomisp-gc2235: drop an unused var
` [PATCH 3/3] media: atomisp: handle errors at sh_css_create_isp_params()
[PATCH v1 0/3] Add NVIDIA Tegra114 support to video decoder driver
2021-11-15 15:48 UTC (8+ messages)
` [PATCH v1 1/3] media: staging: tegra-vde: Support reference picture marking
` [PATCH v1 2/3] media: staging: tegra-vde: Properly mark invalid entries
` [PATCH v1 3/3] media: staging: tegra-vde: Reorder misc device registration
[PATCH v3 0/8] staging: vt6655: Fix line wrapping in `RFvWriteWakeProgSyn`
2021-11-15 15:47 UTC (10+ messages)
` [PATCH v3 1/8] staging: vt6655: Remove unnecessary type casts
` [PATCH v3 2/8] staging: vt6655: Introduce `idx` variable
` [PATCH v3 3/8] staging: vt6655: Use incrementation in `idx`
` [PATCH v3 4/8] staging: vt6655: Rewrite conditional in AL7320 initialization
` [PATCH v3 5/8] staging: vt6655: Rename `RFvWriteWakeProgSyn` function
` [PATCH v3 6/8] staging: vt6655: Update comment for `rf_write_wake_prog_syn`
` [PATCH v3 7/8] staging: vt6655: Delete bogus check for `init_count` in AL2230
` [PATCH v3 8/8] staging: vt6655: Delete bogus check for `init_count` in AL7230
[PATCH 00/15] staging: r8188eu: more efuse cleanup
2021-11-15 15:43 UTC (19+ messages)
` [PATCH 01/15] staging: r8188eu: remove efuse type from definition functions
` [PATCH 02/15] staging: r8188eu: remove efuse type from read functions
` [PATCH 03/15] staging: r8188eu: remove test code for efuse shadow map
` [PATCH 04/15] staging: r8188eu: merge small adapter info helpers
` [PATCH 05/15] staging: r8188eu: rtl8188e_EfuseGetCurrentSize is now unused
` [PATCH 06/15] staging: r8188eu: rtl8188e_Efuse_PgPacketRead "
` [PATCH 07/15] staging: r8188eu: merge Efuse_ReadAllMap into EFUSE_ShadowMapUpdate
` [PATCH 08/15] staging: r8188eu: use efuse map length define directly
` [PATCH 09/15] staging: r8188eu: rtl8188e_EFUSE_GetEfuseDefinition is unused
` [PATCH 10/15] staging: r8188eu: remove defines for efuse type
` [PATCH 11/15] staging: r8188eu: efuse_OneByteRead is unused
` [PATCH 12/15] staging: r8188eu: efuse_OneByteWrite "
` [PATCH 13/15] staging: r8188eu: remove bt efuse definitions
` [PATCH 14/15] staging: r8188eu: remove fake efuse variables
` [PATCH 15/15] staging: r8188eu: remove the efuse_hal structure
[PATCH v2 0/3] Add NVIDIA Tegra114 support to video decoder driver
2021-11-15 15:12 UTC (7+ messages)
` [PATCH v2 1/3] media: staging: tegra-vde: Support reference picture marking
` [PATCH v2 2/3] media: staging: tegra-vde: Properly mark invalid entries
` [PATCH v2 3/3] media: staging: tegra-vde: Reorder misc device registration
[PATCH v4 1/5] media: imx: Remove unused functions
2021-11-15 14:14 UTC (3+ messages)
` [PATCH v4 2/5] media: imx: Store the type of hardware implementation
[PATCH v4] staging: mt7621-dma: reindent to avoid '(' at the end of line
2021-11-15 9:29 UTC (2+ messages)
[PATCH] media: imx: fix boolreturn.cocci warning:
2021-11-15 6:54 UTC
[PATCH v13 0/5] clk: clocking-wizard: Driver updates
2021-11-15 5:31 UTC (2+ messages)
[PATCH 0/3] staging: mt7621-dma: remove dma related drivers from tree
2021-11-13 19:20 UTC (4+ messages)
` [PATCH 1/3] staging: ralink-gdma: remove driver "
` [PATCH 2/3] staging: mt7621-dma: "
` [PATCH 3/3] staging: mt7621-dts: remove 'gdma' and 'hsdma' nodes
[PATCH] Staging: mt7621-dma: reindent to avoid '(' at the end of line
2021-11-13 8:19 UTC (3+ messages)
[PATCH 1/7] staging: r8188eu: remove haldata's EEPROMVID / PID
2021-11-13 16:21 UTC (10+ messages)
` [PATCH 2/7] staging: r8188eu: remove haldata's EEPROMCustomerID
` [PATCH 3/7] staging: r8188eu: remove haldata's EEPROMSubCustomerID
` [PATCH 4/7] staging: r8188eu: remove autoload check
` [PATCH 5/7] staging: r8188eu: rf_chip is constant
` [PATCH 6/7] staging: r8188eu: merge three small functions
` [PATCH 7/7] staging: r8188eu: simplify two boolean assignments
[PATCH v3] staging: mt7621-dma: reindent to avoid '(' at the end of line
2021-11-13 14:11 UTC (2+ messages)
[PATCH v2] staging: mt7621-dma: reindent to avoid '(' at the end of line
2021-11-13 13:36 UTC (2+ messages)
[PATCH] staging: r8188eu: remove unneeded variable
2021-11-13 11:14 UTC (2+ messages)
[PATCH] staging: vt6655: fix camelcase in bRadioOff
2021-11-13 10:21 UTC
[PATCH v3] staging: vt6655: fix camelcase byData in card.c
2021-11-13 9:16 UTC (3+ messages)
[PATCH] staging: r8188eu: core: remove goto statement
2021-11-13 5:15 UTC (3+ messages)
[PATCH] staging: wlan-ng: Removed unused comments
2021-11-12 20:35 UTC
[PATCH] staging: r8188eu: remove unneeded variable
2021-11-12 16:31 UTC (2+ messages)
[BUG] media: imx: imx7-media-csi issue with vb2 is hanging / freezing the system
2021-11-12 14:49 UTC (3+ messages)
` (EXT) "
[PATCH v3 0/6] staging: media: wave5: add wave5 codec driver
2021-11-12 12:10 UTC (10+ messages)
` [PATCH v3 1/6] staging: media: wave5: Add vpuapi layer
` [PATCH v3 2/6] staging: media: wave5: Add the vdi layer
` [PATCH v3 3/6] staging: media: wave5: Add the v4l2 layer
` [PATCH v3 4/6] staging: media: wave5: Add TODO file
` [PATCH v3 5/6] dt-bindings: media: staging: wave5: add yaml devicetree bindings
` [PATCH v3 6/6] media: wave5: Add wave5 driver to maintainers file
[PATCH 0/3] atomisp: add support for enum frame rate and sizes
2021-11-12 12:03 UTC (5+ messages)
` [PATCH 1/3] media: atomisp-ov2680: implement enum frame intervals
` [PATCH 2/3] media: atomisp-ov2680: adjust the maximum frame rate
` [PATCH 3/3] media: atomisp: implement enum framesize/frameinterval
[PATCH] media: hantro: Avoid global variable for jpeg quantization tables
2021-11-11 22:01 UTC
[PATCH 00/17] various fixes for atomisp to make it work
2021-11-11 20:39 UTC (12+ messages)
` [PATCH 04/17] media: atomisp: pci: do not use err var when checking port validity for ISP2400
Undelivered Mail Returned to Sender
2021-11-11 12:18 UTC
[PATCH 1/2] media: atomisp-ov2680: uncomment other resolutions
2021-11-11 10:03 UTC (3+ messages)
` [PATCH 2/2] media: atomisp-ov2680: remove some unused fields
[BUG 0/5] bug reports for atomisp to make it work
2021-11-11 8:00 UTC (4+ messages)
` [BUG/RFC PATCH 1/5] [BUG][RFC] media: atomisp: pci: assume run_mode is PREVIEW
[PATCH v2 0/4] media: HEVC: RPS clean up
2021-11-10 19:26 UTC (3+ messages)
` [PATCH v2 1/4] media: hevc: Remove RPS named flags
[PATCH 1/2] media: atomisp-ov2680: initialize return var
2021-11-10 13:13 UTC (3+ messages)
` [PATCH 2/2] media: atomisp-ov2680: properly set the vts value
[PATCH] media: atomisp: get rid of atomisp_get_frame_pgnr() abstraction
2021-11-10 11:43 UTC
[PATCH] media: atomisp: Remove unneeded null check
2021-11-10 9:49 UTC
[PATCH 0/4] staging: r8188eu: clean up the calibration code
2021-11-10 8:15 UTC (3+ messages)
[PATCH] staging: r8188eu: remove unneeded variable
2021-11-10 8:12 UTC (2+ messages)
[PATCH] staging: fieldbus: Replace snprintf in show functions with sysfs_emit
2021-11-10 8:09 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).