Age | Commit message (Expand) | Author | Files | Lines |
2018-07-09 | firmware: arm_scmi: remove some unnecessary checks | Dan Carpenter | 1 | -5/+0 |
2018-06-12 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 8 | -143/+151 |
2018-05-15 | Merge tag 'scmi-updates-4.18' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Olof Johansson | 8 | -143/+151 |
2018-05-14 | Merge tag 'scmi-fixes-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Olof Johansson | 1 | -0/+1 |
2018-05-10 | firmware: arm_scmi: simplify exit path by returning on error | Sudeep Holla | 1 | -5/+6 |
2018-05-10 | firmware: arm_scmi: improve exit paths and code readability | Sudeep Holla | 1 | -10/+12 |
2018-05-10 | firmware: arm_scmi: remove unnecessary bitmap_zero | Sudeep Holla | 1 | -2/+0 |
2018-05-10 | firmware: arm_scmi: drop unused `con_priv` structure member | Sudeep Holla | 1 | -2/+0 |
2018-05-10 | firmware: arm_scmi: rename scmi_xfer_{init,get,put} | Sudeep Holla | 7 | -66/+69 |
2018-05-10 | firmware: arm_scmi: rename get_transition_latency and add_opps_to_device | Sudeep Holla | 1 | -5/+5 |
2018-05-09 | firmware: arm_scmi: fix kernel-docs documentation | Sudeep Holla | 3 | -32/+40 |
2018-05-09 | firmware: arm_scmi: improve code readability using bitfield accessor macros | Sudeep Holla | 2 | -21/+19 |
2018-05-08 | firmware: arm_scmi: Use after free in scmi_create_protocol_device() | Dan Carpenter | 1 | -0/+1 |
2018-04-16 | firmware: arm_scmi: remove redundant null check on array | Colin Ian King | 1 | -1/+1 |
2018-03-20 | firmware: arm_scmi: prevent accessing rate_discrete uninitialized | Anders Roxell | 1 | -2/+3 |
2018-02-28 | firmware: arm_scmi: add device power domain support using genpd | Sudeep Holla | 2 | -0/+130 |
2018-02-28 | firmware: arm_scmi: add per-protocol channels support using idr objects | Sudeep Holla | 1 | -12/+42 |
2018-02-28 | firmware: arm_scmi: refactor in preparation to support per-protocol channels | Sudeep Holla | 1 | -34/+56 |
2018-02-28 | firmware: arm_scmi: add option for polling based performance domain operations | Sudeep Holla | 1 | -8/+11 |
2018-02-28 | firmware: arm_scmi: add support for polling based SCMI transfers | Sudeep Holla | 1 | -8/+47 |
2018-02-28 | firmware: arm_scmi: probe and initialise all the supported protocols | Sudeep Holla | 1 | -1/+50 |
2018-02-28 | firmware: arm_scmi: add initial support for sensor protocol | Sudeep Holla | 2 | -1/+292 |
2018-02-28 | firmware: arm_scmi: add initial support for power protocol | Sudeep Holla | 2 | -1/+222 |
2018-02-28 | firmware: arm_scmi: add initial support for clock protocol | Sudeep Holla | 2 | -1/+343 |
2018-02-28 | firmware: arm_scmi: add initial support for performance protocol | Sudeep Holla | 3 | -1/+480 |
2018-02-28 | firmware: arm_scmi: add scmi protocol bus to enumerate protocol devices | Sudeep Holla | 3 | -1/+224 |
2018-02-28 | firmware: arm_scmi: add common infrastructure and support for base protocol | Sudeep Holla | 4 | -1/+345 |
2018-02-28 | firmware: arm_scmi: add basic driver infrastructure for SCMI | Sudeep Holla | 3 | -0/+746 |