index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
i2c
/
max9286.c
Age
Commit message (
Expand
)
Author
2023-08-10
media: v4l: async: Set v4l2_device and subdev in async notifier init
Sakari Ailus
2023-07-28
media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connection
Sakari Ailus
2023-07-28
media: v4l: async: Simplify async sub-device fwnode matching
Sakari Ailus
2023-07-14
media: i2c: max9286: drop of_match_ptr for ID table
Krzysztof Kozlowski
2023-05-25
media: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-03-20
media: max9286: Free control handler
Laurent Pinchart
2023-02-03
media: max9286: Fix memleak in max9286_v4l2_register()
Shang XiaoJing
2023-01-22
media: i2c: max9286: Print power-up GMSL link configuration
Laurent Pinchart
2023-01-22
media: i2c: max9286: Select HS as data enable signal
Laurent Pinchart
2023-01-22
media: i2c: max9286: Configure bus width from device tree
Laurent Pinchart
2023-01-22
media: i2c: max9286: Configure remote I2C speed from device tree
Laurent Pinchart
2023-01-22
media: i2c: max9286: Define macros for all bits of register 0x15
Laurent Pinchart
2023-01-22
media: i2c: max9286: Support 12-bit raw bayer formats
Laurent Pinchart
2023-01-22
media: i2c: max9286: Rename MAX9286_DATATYPE_RAW11 to RAW12
Laurent Pinchart
2023-01-22
media: i2c: max9286: Support manual framesync operation
Laurent Pinchart
2023-01-22
media: i2c: max9286: Add support for port regulators
Thomas Nizan
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
2022-04-24
media: i2c: max9286: fix kernel oops when removing module
Laurentiu Palcu
2022-01-28
media: i2c: max9286: Implement media entity .link_validate() operation
Laurent Pinchart
2022-01-28
media: i2c: max9286: Use "maxim,gpio-poc" property
Jacopo Mondi
2021-12-14
media: i2c: max9286: Use dev_err_probe() helper
Niklas Söderlund
2021-12-14
media: i2c: max9286: Get rid of duplicate of_node assignment
Andy Shevchenko
2021-09-30
media: v4l: async: Rename async nf functions, clean up long lines
Sakari Ailus
2021-06-17
media: i2c: max9286: Rework comments in .bound()
Jacopo Mondi
2021-06-17
media: i2c: max9286: Define high channel amplitude
Jacopo Mondi
2021-06-17
media: i2c: max9286: Cache channel amplitude
Jacopo Mondi
2021-06-17
media: i2c: max9286: Rename reverse_channel_mv
Jacopo Mondi
2021-06-17
media: i2c: max9286: Adjust parameters indent
Jacopo Mondi
2021-06-17
media: v4l2-subdev: add subdev-wide state struct
Tomi Valkeinen
2021-02-06
media: i2c: max9286: Configure reverse channel amplitude
Jacopo Mondi
2021-02-06
media: i2c: max9286: Make channel amplitude programmable
Jacopo Mondi
2021-02-06
media: i2c: max9286: Break-out reverse channel setup
Jacopo Mondi
2021-02-06
media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() API
Laurent Pinchart
2021-02-06
media: i2c: max9286: fix access to unallocated memory
Tomi Valkeinen
2020-09-10
media: i2c: max9286: Allocate v4l2_async_subdev dynamically
Laurent Pinchart
2020-09-01
media: i2c: fix error check on max9286_read call
Colin Ian King
2020-07-19
media: i2c: Add MAX9286 driver
Kieran Bingham