summaryrefslogtreecommitdiff
path: root/drivers/media/i2c/adv748x
AgeCommit message (Expand)AuthorFilesLines
2023-04-11media: i2c: adv748x: Report correct DV timings for pattern generatorNiklas Söderlund1-0/+10
2023-04-11media: i2c: adv748x: Write initial DV timings to deviceNiklas Söderlund1-3/+2
2023-04-11media: i2c: adv748x: Fix lookup of DV timingsNiklas Söderlund1-3/+3
2022-10-24media: adv748x: afe: Select input port when initializing AFENiklas Söderlund1-0/+4
2022-10-24media: adv748x: Remove dead function declarationNiklas Söderlund1-3/+0
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-07-17media: mc-entity: Rename media_entity_remote_pad() to media_pad_remote_pad_fi...Laurent Pinchart1-1/+1
2022-02-17media: v4l2-mediabus: Use structures to describe bus configurationLaurent Pinchart1-17/+1
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen3-19/+21
2021-03-22media: media/i2c: fix kerneldoc issues for media i2c headersHans Verkuil1-5/+5
2020-12-03media: adv748x: Configure device when resuming from sleepNiklas Söderlund1-0/+17
2020-12-03media: adv748x: csi2: Set virtual channel when device is resetNiklas Söderlund3-7/+8
2020-12-03media: adv748x: afe: Select input port when device is resetNiklas Söderlund3-5/+6
2020-12-03media: adv748x: Only set i2c addresses once during probeNiklas Söderlund1-1/+1
2020-11-16media: adv748x: Zero entire struct v4l2_fwnode_endpointSakari Ailus1-2/+1
2020-08-18media: i2c: adv748x: Implement get_mbus_configJacopo Mondi1-0/+31
2020-08-18media: i2c: adv748x: Adjust TXA data lanes numberJacopo Mondi2-7/+25
2019-12-13media: i2c: adv748x: Fix unsafe macrosGustavo A. R. Silva1-4/+4
2019-09-25Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds1-3/+3
2019-08-14i2c: replace i2c_new_secondary_device with an ERR_PTR variantWolfram Sang1-3/+3
2019-08-13media: i2c: adv748x: Convert to new i2c device probe()Kieran Bingham1-11/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-02-18media: i2c: adv748x: Remove PAGE_WAITKieran Bingham2-14/+6
2019-02-18media: i2c: adv748x: Convert SW reset routine to functionKieran Bingham2-10/+38
2019-02-18media: adv748x: Implement TX link_setup callbackJacopo Mondi2-1/+49
2019-02-18media: adv748x: Store the TX sink in HDMI/AFEJacopo Mondi4-4/+19
2019-02-18media: adv748x: Store the source subdevice in TXJacopo Mondi3-4/+12
2019-02-18media: adv748x: csi2: Link AFE with TXA and TXBJacopo Mondi1-21/+23
2019-02-18media: adv748x: Rename reset proceduresJacopo Mondi1-14/+10
2019-02-18media: adv748x: Add is_txb()Jacopo Mondi2-1/+4
2019-01-21media: i2c: adv748x: Use devm to allocate the device structSteve Longerbeam1-4/+1
2019-01-16media: i2c: adv748x: configure number of lanes used for TXA CSI-2 transmitterNiklas Söderlund1-69/+70
2019-01-16media: i2c: adv748x: store number of CSI-2 lanes described in device treeNiklas Söderlund2-0/+51
2019-01-16media: i2c: adv748x: reuse power up sequence when initializing CSI-2Niklas Söderlund1-37/+13
2018-10-04media: i2c: adv748x: fix typo in comment for TXB CSI-2 transmitter power downNiklas Söderlund1-1/+1
2018-10-04media: i2c: adv748x: Register only enabled inputsJacopo Mondi2-3/+13
2018-10-04media: i2c: adv748x: Conditionally enable only CSI-2 outputsJacopo Mondi1-7/+1
2018-10-04media: i2c: adv748x: Handle TX[A|B] power managementJacopo Mondi5-43/+25
2018-10-04media: i2c: adv748x: Support probing a single outputJacopo Mondi3-15/+30
2018-09-12media: adv748x: convert to SPDX identifiersKuninori Morimoto5-26/+6
2018-06-28media: i2c: adv748x: csi2: set entity function to video interface bridgeSteve Longerbeam1-1/+1
2018-05-25media: i2c: adv748x: Fix pixel rate valuesLaurent Pinchart2-13/+7
2018-04-05media: i2c: adv748x: afe: fix sparse warningNiklas Söderlund1-1/+2
2018-03-21media: i2c: adv748x: Add support for i2c_new_secondary_deviceKieran Bingham2-55/+36
2018-03-21media: i2c: adv748x: Add missing CBUS pageKieran Bingham2-0/+5
2018-03-21media: i2c: adv748x: Simplify regmap configurationKieran Bingham1-89/+20
2018-02-26media: i2c: adv748x: Fix cleanup jump on chip identificationKieran Bingham1-1/+1
2018-02-26media: i2c: adv748x: fix HDMI field heightsKieran Bingham1-0/+3
2017-12-08media: i2c: adv748x: Restore full DT paths in kernel messagesGeert Uytterhoeven1-6/+4
2017-12-08media: i2c: adv748x: Remove duplicate NULL checkAndy Shevchenko1-4/+2