summaryrefslogtreecommitdiffstats
path: root/crypto/md5.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-06i2c: wmt: create wmt_i2c_init for general initHans Hu1-28/+37
2024-05-06i2c: thunderx: Adding ioclk supportPiyush Malgujar1-2/+3
2024-05-06i2c: octeon: Handle watchdog timeoutSuneel Garapati2-0/+12
2024-05-06i2c: octeon: Add platform prefix to macrosPiyush Malgujar2-31/+31
2024-05-06i2c: thunderx: Support for High speed modeSuneel Garapati3-25/+54
2024-05-06i2c: thunderx: Clock divisor logic changesSuneel Garapati3-4/+59
2024-05-06i2c: cadence: Add RISCV architecture supportJi Sheng Teoh1-1/+1
2024-05-06i2c: uniphier: remove printout on handled timeoutsWolfram Sang1-3/+1
2024-05-06i2c: uniphier-f: remove printout on handled timeoutsWolfram Sang1-1/+0
2024-05-06i2c: tegra: remove printout on handled timeoutsWolfram Sang1-2/+0
2024-05-06i2c: st: remove printout on handled timeoutsWolfram Sang1-4/+1
2024-05-06i2c: sh_mobile: remove printout on handled timeoutsWolfram Sang1-1/+0
2024-05-06i2c: rk3x: remove printout on handled timeoutsWolfram Sang1-3/+0
2024-05-06i2c: qup: remove printout on handled timeoutsWolfram Sang1-3/+1
2024-05-06i2c: qcom-geni: remove printout on handled timeoutsWolfram Sang1-4/+1
2024-05-06i2c: omap: remove printout on handled timeoutsWolfram Sang1-1/+0
2024-05-06i2c: nomadik: remove printout on handled timeoutsWolfram Sang1-5/+2
2024-05-06i2c: ismt: remove printout on handled timeoutsWolfram Sang1-1/+0
2024-05-06i2c: img-scb: remove printout on handled timeoutsWolfram Sang1-4/+1
2024-05-06i2c: davinci: remove printout on handled timeoutsWolfram Sang1-1/+0
2024-05-06i2c: cadence: remove printout on handled timeoutsWolfram Sang1-2/+0
2024-05-06i2c: bcm2835: remove printout on handled timeoutsWolfram Sang1-1/+0
2024-05-06i2c: bcm-iproc: remove printout on handled timeoutsWolfram Sang1-2/+0
2024-05-06i2c: at91-master: remove printout on handled timeoutsWolfram Sang1-1/+0
2024-05-06i2c: lpi2c: Avoid calling clk_get_rate during transferAlexander Stein1-3/+16
2024-05-06i2c: i801: Annotate apanel_addr as __ro_after_initHeiner Kallweit1-1/+1
2024-05-06i2c: mux: gpio: remove support for class-based device instantiationHeiner Kallweit2-4/+1
2024-05-06i2c: i801: Remove usage of I2C_CLASS_SPDHeiner Kallweit1-4/+0
2024-05-06i2c: designware: Add ACPI ID for Granite Rapids-D I2C controllerShanth Murthy1-0/+1
2024-05-06i2c: mpc: Removal of of_node_put with __free for auto cleanupAbhinav Jain1-7/+4
2024-05-06dt-bindings: i2c: qcom-cci: Document sc8280xp compatibleBryan O'Donoghue1-0/+19
2024-05-06MAINTAINERS: adjust file entry in ARM/LPC32XX SOC SUPPORTLukas Bulwahn1-1/+1
2024-05-06i2c: i801: Fix missing Kconfig dependencyHeiner Kallweit2-4/+12
2024-05-06i2c: ocores: convert to ioport_map() for IORESOURCE_IOArnd Bergmann2-15/+7
2024-05-06i2c: add HAS_IOPORT dependenciesNiklas Schnelle1-14/+16
2024-05-06i2c: i801: Call i2c_register_spd for muxed child segmentsHeiner Kallweit1-0/+23
2024-05-06i2c: viperboard: drop driver owner assignmentKrzysztof Kozlowski1-1/+0
2024-05-06i2c: riic: Add support for R9A09G057 SoCLad Prabhakar1-0/+17
2024-05-06i2c: riic: Pass register offsets and chip details as OF dataLad Prabhakar1-15/+41
2024-05-06i2c: riic: Introduce helper functions for I2C read/write operationsLad Prabhakar1-23/+33
2024-05-06dt-bindings: i2c: renesas,riic: Document R9A09G057 supportLad Prabhakar1-8/+11
2024-05-06dt-bindings: i2c: nxp,pnx-i2c: Convert to dtschemaAnimesh Agarwal2-34/+46
2024-05-05Linux 6.9-rc7v6.9-rc7Linus Torvalds1-1/+1
2024-05-05epoll: be better about file lifetimesLinus Torvalds1-1/+37
2024-05-04eventfs: Have "events" directory get permissions from its parentSteven Rostedt (Google)1-6/+24
2024-05-04eventfs: Do not treat events directory different than other directoriesSteven Rostedt (Google)1-15/+1
2024-05-04eventfs: Do not differentiate the toplevel events directorySteven Rostedt (Google)2-25/+11
2024-05-04tracefs: Still use mount point as default permissions for instancesSteven Rostedt (Google)1-2/+25
2024-05-04tracefs: Reset permissions on remount if permissions are optionsSteven Rostedt (Google)3-2/+99
2024-05-04eventfs: Free all of the eventfs_inode after RCUSteven Rostedt (Google)1-9/+16